My agentic slop goes here. Not intended for anyone else!
1(lang dune 3.17)
2(name zotero-translation)
3
4(source (github avsm/zotero-translation))
5(license ISC)
6(authors "Anil Madhavapeddy")
7(maintainers "anil@recoil.org")
8
9(generate_opam_files true)
10
11(package
12 (name zotero-translation)
13 (synopsis "API client to the Zotero translation server")
14 (description "This is all still a work in progress")
15 (depends
16 (ocaml (>= "5.1.0"))
17 uri
18 eio
19 requests
20 jsont
21 (jsont-bytesrw (>= "0.4"))
22 yaml
23 astring))