Handle Jekyll-format files in OCaml
0
fork

Configure Feed

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

Fix missing opam dependencies across multiple packages

- atp: add re dependency
- frontmatter: add yamlt dependency
- init: convert bytesrw, eio, bytesrw-eio from depopts to real deps
- mdns: add cstruct, fmt, cmdliner, eio_main dependencies
- owntracks: add geojson, bytesrw dependencies
- tomlt: convert eio, jsont from depopts to real deps, remove (optional) from sublibraries

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>

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