The opam repository for my Advent of Agentic Humps 2025

cff

+43
+43
packages/cff/cff.dev/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "Citation File Format (CFF) codec for OCaml" 3 + description: 4 + "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." 5 + maintainer: ["Anil Madhavapeddy <anil@recoil.org>"] 6 + authors: ["Anil Madhavapeddy"] 7 + license: "ISC" 8 + homepage: "https://tangled.org/@anil.recoil.org/ocaml-cff" 9 + bug-reports: "https://tangled.org/@anil.recoil.org/ocaml-cff/issues" 10 + dev-repo: "git+https://tangled.org/@anil.recoil.org/ocaml-cff.git" 11 + depends: [ 12 + "dune" {>= "3.20"} 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 + ] 26 + build: [ 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 + ] 40 + x-maintenance-intent: ["(latest)"] 41 + url { 42 + src: "git+https://tangled.org/@anil.recoil.org/ocaml-cff.git#main" 43 + }