tangled
alpha
login
or
join now
anil.recoil.org
/
aoah-opam-repo
0
fork
atom
The opam repository for my Advent of Agentic Humps 2025
0
fork
atom
overview
issues
pulls
pipelines
zotero
anil.recoil.org
2 months ago
62f7fbfa
72419efd
0/1
build.yml
failed
2m 27s
+42
1 changed file
expand all
collapse all
unified
split
packages
zotero-translation
zotero-translation.dev
opam
+42
packages/zotero-translation/zotero-translation.dev/opam
reviewed
···
1
1
+
opam-version: "2.0"
2
2
+
synopsis: "API client to the Zotero translation server"
3
3
+
description:
4
4
+
"OCaml bindings to the Zotero Translation Server for DOI/URL resolution and bibliographic format export"
5
5
+
maintainer: ["Anil Madhavapeddy <anil@recoil.org>"]
6
6
+
authors: ["Anil Madhavapeddy"]
7
7
+
license: "ISC"
8
8
+
homepage: "https://tangled.org/@anil.recoil.org/ocaml-zotero-translation"
9
9
+
bug-reports:
10
10
+
"https://tangled.org/@anil.recoil.org/ocaml-zotero-translation/issues"
11
11
+
dev-repo: "git+https://tangled.org/@anil.recoil.org/ocaml-zotero-translation.git"
12
12
+
depends: [
13
13
+
"dune" {>= "3.20"}
14
14
+
"ocaml" {>= "5.1.0"}
15
15
+
"eio" {>= "1.0"}
16
16
+
"requests" {>= "0.1"}
17
17
+
"jsont" {>= "0.1"}
18
18
+
"uri"
19
19
+
"astring"
20
20
+
"fpath"
21
21
+
"fmt"
22
22
+
"logs"
23
23
+
"odoc" {with-doc}
24
24
+
]
25
25
+
build: [
26
26
+
["dune" "subst"] {dev}
27
27
+
[
28
28
+
"dune"
29
29
+
"build"
30
30
+
"-p"
31
31
+
name
32
32
+
"-j"
33
33
+
jobs
34
34
+
"@install"
35
35
+
"@runtest" {with-test}
36
36
+
"@doc" {with-doc}
37
37
+
]
38
38
+
]
39
39
+
url {
40
40
+
src: "git+https://tangled.org/@anil.recoil.org/ocaml-zotero-translation.git#main"
41
41
+
}
42
42
+
x-maintenance-intent: ["(latest)"]