# This file is generated by dune, edit dune-project instead opam-version: "2.0" synopsis: "Pure OCaml HTML5 parser implementing the WHATWG specification" description: "A pure OCaml HTML5 parser that passes the html5lib-tests suite. Implements the WHATWG HTML5 parsing specification including tokenization, tree construction, encoding detection, and CSS selector queries." 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"} "astring" {>= "0.8.5"} "bytesrw" {>= "0.3.0"} "uutf" {>= "1.0.0"} "uuuu" {>= "0.3.0"} "uunf" {>= "15.0.0"} "xmlm" {>= "1.4.0"} "langdetect" "odoc" {with-doc} "jsont" {>= "0.2.0"} "cmdliner" {>= "1.3.0"} ] build: [ ["dune" "subst"] {dev} [ "dune" "build" "-p" name "-j" jobs "@install" "@runtest" {with-test} "@doc" {with-doc} ] ] x-maintenance-intent: ["(latest)"]