Skip to content

Commit dad6873

Browse files
authored
+xml-light-windows.2.5 (#335)
1 parent 4e91bf7 commit dad6873

File tree

1 file changed

+28
-0
lines changed
  • packages/xml-light-windows/xml-light-windows.2.5

1 file changed

+28
-0
lines changed
Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
opam-version: "2.0"
2+
license: "LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception"
3+
synopsis: "Xml-Light is a minimal XML parser & printer for OCaml"
4+
description: """
5+
It provide functions to parse an XML document into an OCaml data
6+
structure, work with it, and print it back to an XML document. It
7+
support also DTD parsing and checking, and is entirely written in
8+
OCaml, hence it does not require additional C library.
9+
"""
10+
homepage: "https://github.com/ncannasse/xml-light"
11+
authors: "https://github.com/ocaml/opam-repository/issues"
12+
bug-reports: "https://github.com/ncannasse/xml-light/issues"
13+
maintainer: "https://github.com/ocaml/opam-repository/issues"
14+
depends: [
15+
"ocaml-windows" {>= "4.03"}
16+
"dune" {>= "2.7"}
17+
]
18+
build: ["dune" "build" "-p" "xml-light" "-j" jobs "-x" "windows"]
19+
dev-repo: "git+https://github.com/ncannasse/xml-light"
20+
url {
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+
}
28+
x-commit-hash: "fd62588fb7515e61d43771d885f585d3cd3fb9ca"

0 commit comments

Comments
 (0)