tangled
alpha
login
or
join now
anil.recoil.org
/
ocaml-tomlt
1
fork
atom
TOML 1.1 codecs for OCaml
1
fork
atom
overview
issues
pulls
pipelines
optional
anil.recoil.org
2 months ago
8bc7d3a8
edbb5628
+5
3 changed files
expand all
collapse all
unified
split
bin
dune
lib_bytesrw
dune
lib_unix
dune
+3
bin/dune
···
2
2
(name toml_test_decoder)
3
3
(public_name toml-test-decoder)
4
4
(package tomlt)
5
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
12
+
(optional)
11
13
(libraries tomlt tomlt.bytesrw))
12
14
13
15
(executable
14
16
(name run_tests)
17
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
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
4
+
(optional)
4
5
(libraries tomlt tomlt.bytesrw bytesrw ptime.clock.os))