-
Notifications
You must be signed in to change notification settings - Fork 15
/
opam
27 lines (25 loc) · 899 Bytes
/
opam
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
opam-version: "2.0"
name: "xmlm"
synopsis: "Streaming XML codec for OCaml"
description: """\
Xmlm is a streaming codec to decode and encode the XML data format. It
can process XML documents without a complete in-memory representation of the
data.
Xmlm is made of a single independent module and distributed
under the ISC license.
Home page: http://erratique.ch/software/xmlm"""
maintainer: "Daniel Bünzli <daniel.buenzl i@erratique.ch>"
authors: "The xmlm programmers"
license: "ISC"
tags: ["xml" "codec" "org:erratique"]
homepage: "https://erratique.ch/software/xmlm"
doc: "https://erratique.ch/software/xmlm/doc/"
bug-reports: "https://github.com/dbuenzli/xmlm/issues"
depends: [
"ocaml" {>= "4.05.0"}
"ocamlfind" {build}
"ocamlbuild" {build}
"topkg" {build & >= "1.0.3"}
]
build: ["ocaml" "pkg/pkg.ml" "build" "--dev-pkg" "%{dev}%"]
dev-repo: "git+https://erratique.ch/repos/xmlm.git"