The opam repository for my Advent of Agentic Humps 2025

zotero

+42
+42
packages/zotero-translation/zotero-translation.dev/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "API client to the Zotero translation server" 3 + description: 4 + "OCaml bindings to the Zotero Translation Server for DOI/URL resolution and bibliographic format export" 5 + maintainer: ["Anil Madhavapeddy <anil@recoil.org>"] 6 + authors: ["Anil Madhavapeddy"] 7 + license: "ISC" 8 + homepage: "https://tangled.org/@anil.recoil.org/ocaml-zotero-translation" 9 + bug-reports: 10 + "https://tangled.org/@anil.recoil.org/ocaml-zotero-translation/issues" 11 + dev-repo: "git+https://tangled.org/@anil.recoil.org/ocaml-zotero-translation.git" 12 + depends: [ 13 + "dune" {>= "3.20"} 14 + "ocaml" {>= "5.1.0"} 15 + "eio" {>= "1.0"} 16 + "requests" {>= "0.1"} 17 + "jsont" {>= "0.1"} 18 + "uri" 19 + "astring" 20 + "fpath" 21 + "fmt" 22 + "logs" 23 + "odoc" {with-doc} 24 + ] 25 + build: [ 26 + ["dune" "subst"] {dev} 27 + [ 28 + "dune" 29 + "build" 30 + "-p" 31 + name 32 + "-j" 33 + jobs 34 + "@install" 35 + "@runtest" {with-test} 36 + "@doc" {with-doc} 37 + ] 38 + ] 39 + url { 40 + src: "git+https://tangled.org/@anil.recoil.org/ocaml-zotero-translation.git#main" 41 + } 42 + x-maintenance-intent: ["(latest)"]