tangled
alpha
login
or
join now
anil.recoil.org
/
ocaml-init
1
fork
atom
OCaml codecs for Python INI file handling compatible with ConfigParser
1
fork
atom
overview
issues
pulls
pipelines
fix
anil.recoil.org
3 months ago
244ccf4c
5c24778c
0/1
build.yml
failed
3m 13s
+1
-3
2 changed files
expand all
collapse all
unified
split
dune-project
init.opam
+1
-2
dune-project
···
20
20
sub-library provides Eio file system integration.")
21
21
(depends
22
22
(ocaml (>= 4.14.0))
23
23
-
(alcotest (and :with-test (>= 1.7.0)))
24
24
-
(str :with-test))
23
23
+
(alcotest (and :with-test (>= 1.7.0))))
25
24
(depopts bytesrw eio bytesrw-eio)
26
25
(conflicts
27
26
(bytesrw (< 0.1.0))
-1
init.opam
···
16
16
"dune" {>= "3.0"}
17
17
"ocaml" {>= "4.14.0"}
18
18
"alcotest" {with-test & >= "1.7.0"}
19
19
-
"str" {with-test}
20
19
"odoc" {with-doc}
21
20
]
22
21
depopts: ["bytesrw" "eio" "bytesrw-eio"]