OCaml codecs for the Citation File Format (CFF)
0
fork

Configure Feed

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

cff: depend on bytesrw-eio

+2
+1
cff.opam
··· 17 17 "nox-json" 18 18 "nox-yaml" 19 19 "eio" 20 + "bytesrw-eio" 20 21 "odoc" {with-doc} 21 22 "alcotest" {with-test & >= "1.7.0"} 22 23 "eio_main" {with-test}
+1
dune-project
··· 23 23 nox-json 24 24 nox-yaml 25 25 eio 26 + bytesrw-eio 26 27 (odoc :with-doc) 27 28 (alcotest (and :with-test (>= 1.7.0))) 28 29 (eio_main :with-test)))