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
more
anil.recoil.org
3 months ago
87f08485
a94974b4
0/1
build.yml
failed
3m 10s
+38
1 changed file
expand all
collapse all
unified
split
packages
odoc-xo
odoc-xo.dev
opam
+38
packages/odoc-xo/odoc-xo.dev/opam
···
1
1
+
opam-version: "2.0"
2
2
+
synopsis: "Transform odoc HTML to use x-ocaml web components"
3
3
+
description:
4
4
+
"A command-line tool that transforms HTML documents generated by odoc to use interactive x-ocaml web components for OCaml code blocks. It finds all <pre class=\"language-ocaml\"> blocks and replaces them with <x-ocaml> elements, injecting necessary scripts and styles."
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/odoc-xo"
9
9
+
bug-reports: "https://tangled.org/@anil.recoil.org/odoc-xo/issues"
10
10
+
dev-repo: "git+https://tangled.org/@anil.recoil.org/odoc-xo.git"
11
11
+
depends: [
12
12
+
"dune" {>= "3.20"}
13
13
+
"ocaml" {>= "5.1.0"}
14
14
+
"cmdliner" {>= "1.2.0"}
15
15
+
"eio" {>= "1.0"}
16
16
+
"eio_main" {>= "1.0"}
17
17
+
"html5rw" {>= "0.1.0"}
18
18
+
"bytesrw-eio" {>= "0.1.0"}
19
19
+
"odoc" {with-doc}
20
20
+
]
21
21
+
build: [
22
22
+
["dune" "subst"] {dev}
23
23
+
[
24
24
+
"dune"
25
25
+
"build"
26
26
+
"-p"
27
27
+
name
28
28
+
"-j"
29
29
+
jobs
30
30
+
"@install"
31
31
+
"@runtest" {with-test}
32
32
+
"@doc" {with-doc}
33
33
+
]
34
34
+
]
35
35
+
url {
36
36
+
src: "git+https://tangled.org/@anil.recoil.org/odoc-xo.git#main"
37
37
+
}
38
38
+
x-maintenance-intent: ["(latest)"]