An embedded, single-file key-value store for OCaml, inspired by BoltDB and LMDB.
0
fork

Configure Feed

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

at main 5 lines 122 B view raw
1let () = 2 Alcotest.run 3 "Lithos" 4 [ "Error", Test_error.suite; "IO", Test_io.suite; "Types", Test_types.suite ] 5;;