(lang dune 3.21) (name cff) (generate_opam_files true) (license ISC) (authors "Anil Madhavapeddy") (maintainers "Anil Madhavapeddy ") (source (tangled anil.recoil.org/ocaml-cff)) (package (name cff) (synopsis "Citation File Format (CFF) codec for OCaml") (description "A library for parsing and generating CITATION.cff files following the \ CFF 1.2.0 specification. Provides findlib subpackages: cff.unix for Unix \ file I/O and cff.eio for Eio-based I/O.") (depends (ocaml (>= 5.1.0)) ptime ISO3166 spdx_licenses jsont yamlt bytesrw eio bytesrw-eio (odoc :with-doc) (alcotest (and :with-test (>= 1.7.0))) (eio_main :with-test)))