File indexing completed on 2024-05-19 05:42:35

0001 def accept(path):
0002     return '/boost/' in path
0003 
0004 
0005 def process(path, addPkg):
0006     addPkg('Boost', None, None, None)
0007     return 'Boost'
0008