this repo has no description
1opam-version: "2.0" 2license: "LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception" 3synopsis: "Xml-Light is a minimal XML parser & printer for OCaml" 4description: """ 5It provide functions to parse an XML document into an OCaml data 6structure, work with it, and print it back to an XML document. It 7support also DTD parsing and checking, and is entirely written in 8OCaml, hence it does not require additional C library. 9""" 10homepage: "https://github.com/ncannasse/xml-light" 11authors: "https://github.com/ocaml/opam-repository/issues" 12bug-reports: "https://github.com/ncannasse/xml-light/issues" 13maintainer: "https://github.com/ocaml/opam-repository/issues" 14depends: [ 15 "ocaml" {>= "4.03"} 16 "dune" {>= "2.7"} 17] 18build: ["dune" "build" "-p" name "-j" jobs] 19dev-repo: "git+https://github.com/ncannasse/xml-light" 20url { 21 src: 22 "https://github.com/ncannasse/xml-light/releases/download/2.5/xml-light-2.5.tbz" 23 checksum: [ 24 "sha256=f58c2b3db70ad1ba080b0d306ae32f82ccbb95dabb92c599cdc467d1e44e003d" 25 "sha512=fec6b83f8342a37bdad0fc745032f1faa57b359365ab53c2376fb031613a83a3139766f2d646a9b9b8d67da25252f2499a03de4caaef7bd8738f9b183ef84b6e" 26 ] 27} 28x-commit-hash: "fd62588fb7515e61d43771d885f585d3cd3fb9ca"