My aggregated monorepo of OCaml code, automaintained
at doc-fixes 15 lines 267 B view raw
1(test 2 (name test_tomlt) 3 (libraries tomlt tomlt.bytesrw alcotest)) 4 5(test 6 (name test_codec) 7 (libraries tomlt tomlt.bytesrw alcotest)) 8 9(executable 10 (name test_debug) 11 (libraries tomlt tomlt.bytesrw)) 12 13(executable 14 (name cookbook) 15 (libraries tomlt tomlt.bytesrw))