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
fix
anil.recoil.org
1 month ago
80952278
c5b654ea
+4
-4
2 changed files
expand all
collapse all
unified
split
ocaml-typesense
dune-project
typesense.opam
+2
-2
ocaml-typesense/dune-project
···
29
29
(eio (>= 1.2))
30
30
(requests (>= 0.3.1))
31
31
(uri (>= 4.4.0))
32
32
-
(jsont (>= 0.1.1))
33
33
-
(jsont-bytesrw (>= 0.1.1))
32
32
+
(jsont (>= 0.2.0))
33
33
+
bytesrw
34
34
(logs (>= 0.7.0))
35
35
(odoc :with-doc)
36
36
(alcotest :with-test)))
+2
-2
ocaml-typesense/typesense.opam
···
14
14
"eio" {>= "1.2"}
15
15
"requests" {>= "0.3.1"}
16
16
"uri" {>= "4.4.0"}
17
17
-
"jsont" {>= "0.1.1"}
18
18
-
"jsont-bytesrw" {>= "0.1.1"}
17
17
+
"jsont" {>= "0.2.0"}
18
18
+
"bytesrw"
19
19
"logs" {>= "0.7.0"}
20
20
"odoc" {with-doc}
21
21
"alcotest" {with-test}