this repo has no description
1opam-version: "2.0" 2maintainer: "Daniel Bünzli <daniel.buenzl i@erratique.ch>" 3authors: ["Daniel Bünzli <daniel.buenzl i@erratique.ch>"] 4homepage: "http://erratique.ch/software/xmlm" 5dev-repo: "git+http://erratique.ch/repos/xmlm.git" 6bug-reports: "https://github.com/dbuenzli/xmlm/issues" 7doc: "http://erratique.ch/software/xmlm/doc/Xmlm" 8tags: [ "xml" "codec" "org:erratique" ] 9license: "ISC" 10depends: [ 11 "ocaml" {>= "4.02.0" & < "5.0"} 12 "ocamlfind" {build} 13 "ocamlbuild" {build} 14 "topkg" {build & >= "0.9.0"} 15] 16build: 17[[ 18 "ocaml" "pkg/pkg.ml" "build" 19 "--dev-pkg" "%{pinned}%" 20]] 21synopsis: "Streaming XML codec for OCaml" 22description: """ 23Xmlm is a streaming codec to decode and encode the XML data format. It 24can process XML documents without a complete in-memory representation of the 25data. 26 27Xmlm is made of a single independent module and distributed 28under the ISC license.""" 29url { 30 src: "http://erratique.ch/software/xmlm/releases/xmlm-1.3.0.tbz" 31 checksum: [ 32 "sha256=1675f0c39d39130e7778aeadb162ef7badee71832bf9ab5ec5ea2738cbeb2de7" 33 "md5=d63ce15d913975211196b5079e86a797" 34 ] 35}