An OCaml implementation of glob(3)
0

Configure Feed

Select the types of activity you want to include in your feed.

glob / test / dune
164 B 10 lines
1(test 2 (name test) 3 (package glob) 4 (modules test) 5 (libraries glob alcotest)) 6 7(test 8 (name test_eio) 9 (modules test_eio) 10 (libraries glob.eio alcotest eio_main))