My aggregated monorepo of OCaml code, automaintained
0
fork

Configure Feed

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

Squashed 'ocaml-tomlt/' changes from 6cbf73a..f8f6d8a

f8f6d8a Remove public installation of toml-test binaries

git-subtree-dir: ocaml-tomlt
git-subtree-split: f8f6d8ae8904fb8b96d56727c47718e47df56c4c

-7
-7
bin/dune
··· 1 1 (executable 2 2 (name toml_test_decoder) 3 - (public_name toml-test-decoder) 4 - (package tomlt) 5 - (optional) 6 3 (libraries tomlt tomlt.bytesrw)) 7 4 8 5 (executable 9 6 (name toml_test_encoder) 10 - (public_name toml-test-encoder) 11 - (package tomlt) 12 - (optional) 13 7 (libraries tomlt tomlt.bytesrw)) 14 8 15 9 (executable 16 10 (name run_tests) 17 - (optional) 18 11 (libraries tomlt tomlt.bytesrw))