this repo has no description
1opam-version: "2.0"
2maintainer: "https://github.com/ocaml/opam-repository/issues"
3build: make
4remove: [["ocamlfind" "remove" "tyxml"]]
5depends: [
6 "ocaml" {>= "3.12.1" & < "5.0"}
7 "ocamlfind"
8 "ocamlnet" {>= "3.6.0"}
9 "pcre"
10 "camlp4"
11]
12patches: ["rm_netstring_pcre.patch"]
13install: [make "install"]
14synopsis:
15 "Parser and printer for xml, and a simple library for building valid HTML5, XHTML 1.1 and SVG documents."
16flags: light-uninstall
17url {
18 src: "http://ocsigen.org/download/tyxml-2.2.0.tar.gz"
19 checksum: [
20 "sha256=8eab54f5fd7e9f5df3ac894123bd5abb124d741411a0ad5333e5058e44325f84"
21 "md5=0d59e12cbfe8033b06a17844a82095d0"
22 ]
23}
24extra-source "rm_netstring_pcre.patch" {
25 src:
26 "https://raw.githubusercontent.com/ocaml/opam-source-archives/main/patches/tyxml/rm_netstring_pcre.patch"
27 checksum: [
28 "sha256=5cbda340c7e18c27a0c38f92e973c2867d58b2c66bc0072e55dc557411fc7e9f"
29 "md5=e12f3fc6f749c36fe4c00c1909bca0f2"
30 ]
31}