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