TOML 1.1 codecs for OCaml

optional

+5
+3
bin/dune
··· 2 2 (name toml_test_decoder) 3 3 (public_name toml-test-decoder) 4 4 (package tomlt) 5 + (optional) 5 6 (libraries tomlt tomlt.bytesrw)) 6 7 7 8 (executable 8 9 (name toml_test_encoder) 9 10 (public_name toml-test-encoder) 10 11 (package tomlt) 12 + (optional) 11 13 (libraries tomlt tomlt.bytesrw)) 12 14 13 15 (executable 14 16 (name run_tests) 17 + (optional) 15 18 (libraries tomlt tomlt.bytesrw))
+1
lib_bytesrw/dune
··· 1 1 (library 2 2 (name tomlt_bytesrw) 3 3 (public_name tomlt.bytesrw) 4 + (optional) 4 5 (modules tomlt_bytesrw) 5 6 (libraries tomlt bytesrw uutf))
+1
lib_unix/dune
··· 1 1 (library 2 2 (name tomlt_unix) 3 3 (public_name tomlt.unix) 4 + (optional) 4 5 (libraries tomlt tomlt.bytesrw bytesrw ptime.clock.os))