My aggregated monorepo of OCaml code, automaintained
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Squashed 'ocaml-html5rw/' changes from d790bdc..ec81e38

ec81e38 metadata
bd000f0 Fix build warnings and odoc documentation errors

git-subtree-dir: ocaml-html5rw
git-subtree-split: ec81e3852a72c93bcef0584ae14d8e5898c44fc0

+15 -15
+1 -1
bin/dune
··· 2 2 (name html5check) 3 3 (public_name html5check) 4 4 (package html5rw) 5 - (libraries htmlrw_check html5rw bytesrw cmdliner)) 5 + (libraries htmlrw_check html5rw bytesrw cmdliner unix))
+2 -2
dune-project
··· 6 6 7 7 (license MIT) 8 8 (authors "Anil Madhavapeddy <anil@recoil.org>") 9 - (homepage "https://tangled.org/@anil.recoil.org/ocaml-html5rw") 9 + (homepage "https://tangled.org/anil.recoil.org/ocaml-html5rw") 10 10 (maintainers "Anil Madhavapeddy <anil@recoil.org>") 11 - (bug_reports "https://tangled.org/@anil.recoil.org/ocaml-html5rw/issues") 11 + (bug_reports "https://tangled.org/anil.recoil.org/ocaml-html5rw/issues") 12 12 (maintenance_intent "(latest)") 13 13 14 14 (package
+8 -8
examples/dune
··· 1 1 (executable 2 2 (name basic_parsing) 3 3 (modules basic_parsing) 4 - (libraries bytesrw html5rw)) 4 + (libraries bytesrw html5rw unix)) 5 5 6 6 (executable 7 7 (name css_selectors) 8 8 (modules css_selectors) 9 - (libraries bytesrw html5rw)) 9 + (libraries bytesrw html5rw unix)) 10 10 11 11 (executable 12 12 (name dom_manipulation) 13 13 (modules dom_manipulation) 14 - (libraries bytesrw html5rw)) 14 + (libraries bytesrw html5rw unix)) 15 15 16 16 (executable 17 17 (name text_extraction) 18 18 (modules text_extraction) 19 - (libraries bytesrw html5rw)) 19 + (libraries bytesrw html5rw unix)) 20 20 21 21 (executable 22 22 (name error_handling) 23 23 (modules error_handling) 24 - (libraries bytesrw html5rw)) 24 + (libraries bytesrw html5rw unix)) 25 25 26 26 (executable 27 27 (name fragment_parsing) 28 28 (modules fragment_parsing) 29 - (libraries bytesrw html5rw)) 29 + (libraries bytesrw html5rw unix)) 30 30 31 31 (executable 32 32 (name encoding_detection) 33 33 (modules encoding_detection) 34 - (libraries bytesrw html5rw)) 34 + (libraries bytesrw html5rw unix)) 35 35 36 36 (executable 37 37 (name web_scraper) 38 38 (modules web_scraper) 39 - (libraries bytesrw html5rw)) 39 + (libraries bytesrw html5rw unix))
+2 -2
html5rw-js.opam
··· 6 6 maintainer: ["Anil Madhavapeddy <anil@recoil.org>"] 7 7 authors: ["Anil Madhavapeddy <anil@recoil.org>"] 8 8 license: "MIT" 9 - homepage: "https://tangled.org/@anil.recoil.org/ocaml-html5rw" 10 - bug-reports: "https://tangled.org/@anil.recoil.org/ocaml-html5rw/issues" 9 + homepage: "https://tangled.org/anil.recoil.org/ocaml-html5rw" 10 + bug-reports: "https://tangled.org/anil.recoil.org/ocaml-html5rw/issues" 11 11 depends: [ 12 12 "dune" {>= "3.20"} 13 13 "ocaml" {>= "5.1.0"}
+2 -2
html5rw.opam
··· 6 6 maintainer: ["Anil Madhavapeddy <anil@recoil.org>"] 7 7 authors: ["Anil Madhavapeddy <anil@recoil.org>"] 8 8 license: "MIT" 9 - homepage: "https://tangled.org/@anil.recoil.org/ocaml-html5rw" 10 - bug-reports: "https://tangled.org/@anil.recoil.org/ocaml-html5rw/issues" 9 + homepage: "https://tangled.org/anil.recoil.org/ocaml-html5rw" 10 + bug-reports: "https://tangled.org/anil.recoil.org/ocaml-html5rw/issues" 11 11 depends: [ 12 12 "dune" {>= "3.20"} 13 13 "ocaml" {>= "5.1.0"}