My agentic slop goes here. Not intended for anyone else!
1# This file is generated by dune, edit dune-project instead
2opam-version: "2.0"
3synopsis: "API client to the Zotero translation server"
4description: "This is all still a work in progress"
5maintainer: ["anil@recoil.org"]
6authors: ["Anil Madhavapeddy"]
7license: "ISC"
8homepage: "https://github.com/avsm/zotero-translation"
9bug-reports: "https://github.com/avsm/zotero-translation/issues"
10depends: [
11 "dune" {>= "3.17"}
12 "ocaml" {>= "5.1.0"}
13 "uri"
14 "eio"
15 "requests"
16 "jsont"
17 "jsont-bytesrw" {>= "0.4"}
18 "yaml"
19 "astring"
20 "odoc" {with-doc}
21]
22build: [
23 ["dune" "subst"] {dev}
24 [
25 "dune"
26 "build"
27 "-p"
28 name
29 "-j"
30 jobs
31 "@install"
32 "@runtest" {with-test}
33 "@doc" {with-doc}
34 ]
35]
36dev-repo: "git+https://github.com/avsm/zotero-translation.git"