this repo has no description
1opam-version: "2.0" 2maintainer: "sheets@alum.mit.edu" 3authors: "David Sheets" 4homepage: "https://github.com/dsheets/polyglot" 5bug-reports: "https://github.com/dsheets/polyglot/issues" 6license: "ISC" 7dev-repo: "git+https://github.com/dsheets/polyglot.git" 8substs: ["lib/META" "polyglot.version"] 9build: [ 10 [make "lib"] 11 [make "tool"] {cmdliner:installed & base-unix:installed} 12] 13install: [make "install"] 14remove: ["ocamlfind" "remove" "polyglot"] 15depends: [ 16 "ocaml" {>= "4.00.0"} 17 "ocamlfind" {build} 18 "xmlm" 19 "alcotest" {with-test} 20 "ocamlbuild" {build} 21] 22depopts: ["cmdliner" "base-unix"] 23synopsis: "Filters to convert XHTML into polyglot HTML5" 24description: """ 25polyglot is a MirageOS-compatible library and a command line filter 26which converts XHTML into HTML5 which is still valid XML (so-called 27Polyglot Markup).""" 28flags: light-uninstall 29url { 30 src: "https://github.com/dsheets/polyglot/archive/1.0.0.tar.gz" 31 checksum: [ 32 "sha256=0f776e1ed336655f0daca4c3f7acb4ff21d8fae24145d5460423f524e1965c7e" 33 "md5=3726118bf51ea1ba8183526ca810a834" 34 ] 35}