this repo has no description
1opam-version: "2.0"
2maintainer: "https://github.com/ocaml/opam-repository/issues"
3remove: ["ocamlfind" "remove" "xml-light"]
4depends: [
5 "ocaml" { < "5.0"}
6 "ocamlfind"
7]
8dev-repo: "git+https://github.com/ncannasse/xml-light"
9build: [
10 [make "all"]
11 [make "opt"]
12]
13install: [make "install_ocamlfind"]
14synopsis: "Xml-Light is a minimal XML parser & printer for OCaml"
15description: """
16It provide functions to parse an XML document into an OCaml data
17structure, work with it, and print it back to an XML document. It
18support also DTD parsing and checking, and is entirely written in
19OCaml, hence it does not require additional C library."""
20flags: light-uninstall
21url {
22 src: "https://github.com/ncannasse/xml-light/archive/2.4.tar.gz"
23 checksum: [
24 "sha256=42018932fa47f90e28d751439ab24447676ea6d912c0e16d08b7ed6a1c2e6581"
25 "md5=fe55697c13e867ced31ec79d5e33c7de"
26 ]
27}