File tree Expand file tree Collapse file tree 1 file changed +28
-0
lines changed
packages/xml-light-windows/xml-light-windows.2.5 Expand file tree Collapse file tree 1 file changed +28
-0
lines changed Original file line number Diff line number Diff line change
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"
You can’t perform that action at this time.
0 commit comments