OCaml codecs for Python INI file handling compatible with ConfigParser

fix

+1 -3
+1 -2
dune-project
··· 20 20 sub-library provides Eio file system integration.") 21 21 (depends 22 22 (ocaml (>= 4.14.0)) 23 - (alcotest (and :with-test (>= 1.7.0))) 24 - (str :with-test)) 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 - "str" {with-test} 20 19 "odoc" {with-doc} 21 20 ] 22 21 depopts: ["bytesrw" "eio" "bytesrw-eio"]