OCaml codecs for the Citation File Format (CFF)
1# This file is generated by dune, edit dune-project instead
2opam-version: "2.0"
3synopsis: "Citation File Format (CFF) codec for OCaml"
4description:
5 "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."
6maintainer: ["Anil Madhavapeddy <anil@recoil.org>"]
7authors: ["Anil Madhavapeddy"]
8license: "ISC"
9homepage: "https://tangled.org/anil.recoil.org/ocaml-cff"
10bug-reports: "https://tangled.org/anil.recoil.org/ocaml-cff/issues"
11depends: [
12 "dune" {>= "3.21"}
13 "ocaml" {>= "5.1.0"}
14 "ptime"
15 "ISO3166"
16 "spdx_licenses"
17 "jsont"
18 "yamlt"
19 "bytesrw"
20 "eio"
21 "bytesrw-eio"
22 "odoc" {with-doc}
23 "alcotest" {with-test & >= "1.7.0"}
24 "eio_main" {with-test}
25]
26build: [
27 ["dune" "subst"] {dev}
28 [
29 "dune"
30 "build"
31 "-p"
32 name
33 "-j"
34 jobs
35 "@install"
36 "@runtest" {with-test}
37 "@doc" {with-doc}
38 ]
39]
40dev-repo: "git+https://tangled.org/anil.recoil.org/ocaml-cff"
41x-maintenance-intent: ["(latest)"]