TOML 1.1 codecs for OCaml
at main 11 lines 225 B view raw
1(executable 2 (name toml_test_decoder) 3 (libraries tomlt tomlt.bytesrw unix)) 4 5(executable 6 (name toml_test_encoder) 7 (libraries tomlt tomlt.bytesrw unix)) 8 9(executable 10 (name run_tests) 11 (libraries tomlt tomlt.bytesrw unix))