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
cff
anil.recoil.org
2 months ago
32d2384e
cfaf34f6
0/1
build.yml
failed
4m 39s
+43
1 changed file
expand all
collapse all
unified
split
packages
cff
cff.dev
opam
+43
packages/cff/cff.dev/opam
reviewed
···
1
1
+
opam-version: "2.0"
2
2
+
synopsis: "Citation File Format (CFF) codec for OCaml"
3
3
+
description:
4
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
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-cff"
9
9
+
bug-reports: "https://tangled.org/@anil.recoil.org/ocaml-cff/issues"
10
10
+
dev-repo: "git+https://tangled.org/@anil.recoil.org/ocaml-cff.git"
11
11
+
depends: [
12
12
+
"dune" {>= "3.20"}
13
13
+
"ocaml" {>= "5.1.0"}
14
14
+
"ptime"
15
15
+
"ISO3166"
16
16
+
"spdx_licenses"
17
17
+
"jsont"
18
18
+
"yamlt"
19
19
+
"bytesrw"
20
20
+
"eio"
21
21
+
"bytesrw-eio"
22
22
+
"odoc" {with-doc}
23
23
+
"alcotest" {with-test & >= "1.7.0"}
24
24
+
"eio_main" {with-test}
25
25
+
]
26
26
+
build: [
27
27
+
["dune" "subst"] {dev}
28
28
+
[
29
29
+
"dune"
30
30
+
"build"
31
31
+
"-p"
32
32
+
name
33
33
+
"-j"
34
34
+
jobs
35
35
+
"@install"
36
36
+
"@runtest" {with-test}
37
37
+
"@doc" {with-doc}
38
38
+
]
39
39
+
]
40
40
+
x-maintenance-intent: ["(latest)"]
41
41
+
url {
42
42
+
src: "git+https://tangled.org/@anil.recoil.org/ocaml-cff.git#main"
43
43
+
}