tangled
alpha
login
or
join now
anil.recoil.org
/
ocaml-html5rw
1
fork
atom
OCaml HTML5 parser/serialiser based on Python's JustHTML
1
fork
atom
overview
issues
pulls
pipelines
langdetect dep
anil.recoil.org
3 months ago
9c420b46
3c5c6b23
1/1
build.yml
success
4m 22s
+2
2 changed files
expand all
collapse all
unified
split
dune-project
html5rw.opam
+1
dune-project
reviewed
···
26
26
(uuuu (>= 0.3.0))
27
27
(uunf (>= 15.0.0))
28
28
(xmlm (>= 1.4.0))
29
29
+
langdetect
29
30
(odoc :with-doc)
30
31
(jsont (>= 0.2.0))
31
32
(cmdliner (>= 1.3.0))))
+1
html5rw.opam
reviewed
···
17
17
"uuuu" {>= "0.3.0"}
18
18
"uunf" {>= "15.0.0"}
19
19
"xmlm" {>= "1.4.0"}
20
20
+
"langdetect"
20
21
"odoc" {with-doc}
21
22
"jsont" {>= "0.2.0"}
22
23
"cmdliner" {>= "1.3.0"}