opam-version: "2.0" maintainer: "sheets@alum.mit.edu" authors: "David Sheets" homepage: "https://github.com/dsheets/polyglot" bug-reports: "https://github.com/dsheets/polyglot/issues" license: "ISC" dev-repo: "git+https://github.com/dsheets/polyglot.git" substs: ["lib/META" "polyglot.version"] build: [ [make "lib"] [make "tool"] {cmdliner:installed & base-unix:installed} ] install: [make "install"] remove: ["ocamlfind" "remove" "polyglot"] depends: [ "ocaml" {>= "4.00.0"} "ocamlfind" {build} "xmlm" "alcotest" {with-test} "ocamlbuild" {build} ] depopts: ["cmdliner" "base-unix"] synopsis: "Filters to convert XHTML into polyglot HTML5" description: """ polyglot is a MirageOS-compatible library and a command line filter which converts XHTML into HTML5 which is still valid XML (so-called Polyglot Markup).""" flags: light-uninstall url { src: "https://github.com/dsheets/polyglot/archive/1.0.0.tar.gz" checksum: [ "sha256=0f776e1ed336655f0daca4c3f7acb4ff21d8fae24145d5460423f524e1965c7e" "md5=3726118bf51ea1ba8183526ca810a834" ] }