# This file is generated by dune, edit dune-project instead opam-version: "2.0" 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." maintainer: ["Anil Madhavapeddy "] authors: ["Anil Madhavapeddy"] license: "ISC" homepage: "https://tangled.org/anil.recoil.org/ocaml-cff" bug-reports: "https://tangled.org/anil.recoil.org/ocaml-cff/issues" depends: [ "dune" {>= "3.21"} "ocaml" {>= "5.1.0"} "ptime" "ISO3166" "spdx_licenses" "jsont" "yamlt" "bytesrw" "eio" "bytesrw-eio" "odoc" {with-doc} "alcotest" {with-test & >= "1.7.0"} "eio_main" {with-test} ] build: [ ["dune" "subst"] {dev} [ "dune" "build" "-p" name "-j" jobs "@install" "@runtest" {with-test} "@doc" {with-doc} ] ] dev-repo: "git+https://tangled.org/anil.recoil.org/ocaml-cff" x-maintenance-intent: ["(latest)"]