this repo has no description
1opam-version: "2.0"
2maintainer: "zoggy@bat8.org"
3authors: "Maxence Guesdon"
4homepage: "https://framagit.org/zoggy/ocaml-iri/"
5bug-reports: "https://framagit.org/zoggy/ocaml-iri/issues"
6license: "LGPL-3.0-only"
7doc: "https://framagit.org/zoggy/ocaml-iri/"
8tags: ["web" "iri" "rfc3987"]
9dev-repo: "git+https://framagit.org/zoggy/ocaml-iri.git"
10build: [make "all"]
11install: [make "install"]
12remove: ["ocamlfind" "remove" "iri"]
13depends: [
14 "ocaml" {>= "4.03.0"}
15 "ocamlfind"
16 "sedlex" {>= "1.99.2" & < "2.0"}
17 "uutf" {>= "1.0.0"}
18 "uunf" {>= "2.0.0"}
19]
20synopsis: "IRI (RFC3987) native OCaml implementation"
21description: """
22OCaml implementation of Internationalized Resource Identifiers (IRIs).
23This implementation does not depend on regular expression library. Is is implemented using
24Sedlex, thus it will be usable in Javascript (with Js_of_ocaml)."""
25flags: light-uninstall
26url {
27 src: "https://zoggy.frama.io/ocaml-iri/releases/ocaml-iri-0.4.0.tar.gz"
28 checksum: [
29 "sha256=1771439d1032bf0b85f5d8fe0f305bb72ec7d5768cd2d059e1934b24539e0ab0"
30 "md5=ec34f9a8d1ee28130bed89ea486cf168"
31 ]
32}