this repo has no description
1opam-version: "2.0" 2synopsis: "HTML generation combinators for OCaml" 3description: """\ 4Htmlit is an OCaml library providing simple but subtle combinators for 5generating HTML fragments and pages. 6 7Htmlit is distributed under the ISC license. It has no dependencies. 8 9Homepage: <https://erratique.ch/software/htmlit>""" 10maintainer: "Daniel Bünzli <daniel.buenzl i@erratique.ch>" 11authors: "The htmlit programmers" 12license: "ISC" 13tags: ["web" "html" "org:erratique"] 14homepage: "https://erratique.ch/software/htmlit" 15doc: "https://erratique.ch/software/htmlit/doc" 16bug-reports: "https://github.com/dbuenzli/htmlit/issues" 17depends: [ 18 "ocaml" {>= "4.14.0"} 19 "ocamlfind" {build} 20 "ocamlbuild" {build} 21 "topkg" {build & >= "1.0.3"} 22] 23build: ["ocaml" "pkg/pkg.ml" "build" "--dev-pkg" "%{dev}%"] 24dev-repo: "git+https://erratique.ch/repos/htmlit.git" 25url { 26 src: "https://erratique.ch/software/htmlit/releases/htmlit-0.1.0.tbz" 27 checksum: 28 "sha512=b51050da1bdabd9dc96f362fe75d53098523146698cdd442fab1fa882ed7052a29cb61c0e68dc13631be4aef9c4cb6eec1c890e08a29372d2864a1599e49b94c" 29} 30x-maintenance-intent: ["(latest)"]