My aggregated monorepo of OCaml code, automaintained

Squashed 'ocaml-frontmatter/' changes from ad0fdfe..cd28654

cd28654 Fix missing opam dependencies across multiple packages

git-subtree-dir: ocaml-frontmatter
git-subtree-split: cd2865459096db25f23163a081d6058d7c8f0379

+2
+1
dune-project
··· 21 (depends 22 (ocaml (>= 5.2)) 23 (yamlrw (>= 0.3)) 24 (jsont (>= 0.1)) 25 (ptime (>= 1.2)) 26 (odoc :with-doc)))
··· 21 (depends 22 (ocaml (>= 5.2)) 23 (yamlrw (>= 0.3)) 24 + (yamlt (>= 0.1)) 25 (jsont (>= 0.1)) 26 (ptime (>= 1.2)) 27 (odoc :with-doc)))
+1
frontmatter.opam
··· 14 "dune" {>= "3.20"} 15 "ocaml" {>= "5.2"} 16 "yamlrw" {>= "0.3"} 17 "jsont" {>= "0.1"} 18 "ptime" {>= "1.2"} 19 "odoc" {with-doc}
··· 14 "dune" {>= "3.20"} 15 "ocaml" {>= "5.2"} 16 "yamlrw" {>= "0.3"} 17 + "yamlt" {>= "0.1"} 18 "jsont" {>= "0.1"} 19 "ptime" {>= "1.2"} 20 "odoc" {with-doc}