My aggregated monorepo of OCaml code, automaintained
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Squashed 'ocaml-tomlt/' changes from b41b3ef..6cbf73a

6cbf73a Make bytesrw and uutf hard dependencies

git-subtree-dir: ocaml-tomlt
git-subtree-split: 6cbf73aa2262472a7182093747ae10c384ba4241

+5 -8
+2 -2
dune-project
··· 24 24 (depends 25 25 (ocaml (>= 4.14.0)) 26 26 (ptime (>= 1.0.0)) 27 + (bytesrw (>= 0.1.0)) 28 + (uutf (>= 1.0.0)) 27 29 (alcotest :with-test)) 28 30 (depopts 29 - (bytesrw (>= 0.1.0)) 30 - (uutf (>= 1.0.0)) 31 31 eio 32 32 jsont))
+3 -6
tomlt.opam
··· 19 19 "dune" {>= "3.0"} 20 20 "ocaml" {>= "4.14.0"} 21 21 "ptime" {>= "1.0.0"} 22 + "bytesrw" {>= "0.1.0"} 23 + "uutf" {>= "1.0.0"} 22 24 "alcotest" {with-test} 23 25 "odoc" {with-doc} 24 26 ] 25 - depopts: [ 26 - "bytesrw" {>= "0.1.0"} 27 - "uutf" {>= "1.0.0"} 28 - "eio" 29 - "jsont" 30 - ] 27 + depopts: ["eio" "jsont"] 31 28 build: [ 32 29 ["dune" "subst"] {dev} 33 30 [