# This file is generated by dune, edit dune-project instead opam-version: "2.0" synopsis: "Browser-based HTML5 parser via js_of_ocaml/wasm_of_ocaml" description: "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." maintainer: ["Anil Madhavapeddy "] authors: ["Anil Madhavapeddy "] license: "MIT" homepage: "https://tangled.org/@anil.recoil.org/ocaml-html5rw" bug-reports: "https://tangled.org/@anil.recoil.org/ocaml-html5rw/issues" depends: [ "dune" {>= "3.20"} "ocaml" {>= "5.1.0"} "html5rw" {= version} "js_of_ocaml" {>= "5.0"} "js_of_ocaml-ppx" {>= "5.0"} "wasm_of_ocaml-compiler" {>= "5.0"} "brr" {>= "0.0.6"} "odoc" {with-doc} ] build: [ ["dune" "subst"] {dev} [ "dune" "build" "-p" name "-j" jobs "@install" "@runtest" {with-test} "@doc" {with-doc} ] ] x-maintenance-intent: ["(latest)"]