OCaml HTML5 parser/serialiser based on Python's JustHTML
1# This file is generated by dune, edit dune-project instead
2opam-version: "2.0"
3synopsis: "Browser-based HTML5 parser via js_of_ocaml/wasm_of_ocaml"
4description:
5 "JavaScript and WebAssembly builds of the html5rw HTML5 parser for browser use. Includes a main validator library, web worker for background validation, and browser-based test runner."
6maintainer: ["Anil Madhavapeddy <anil@recoil.org>"]
7authors: ["Anil Madhavapeddy <anil@recoil.org>"]
8license: "MIT"
9homepage: "https://tangled.org/@anil.recoil.org/ocaml-html5rw"
10bug-reports: "https://tangled.org/@anil.recoil.org/ocaml-html5rw/issues"
11depends: [
12 "dune" {>= "3.20"}
13 "ocaml" {>= "5.1.0"}
14 "html5rw" {= version}
15 "js_of_ocaml" {>= "5.0"}
16 "js_of_ocaml-ppx" {>= "5.0"}
17 "wasm_of_ocaml-compiler" {>= "5.0"}
18 "brr" {>= "0.0.6"}
19 "odoc" {with-doc}
20]
21build: [
22 ["dune" "subst"] {dev}
23 [
24 "dune"
25 "build"
26 "-p"
27 name
28 "-j"
29 jobs
30 "@install"
31 "@runtest" {with-test}
32 "@doc" {with-doc}
33 ]
34]
35x-maintenance-intent: ["(latest)"]