this repo has no description
1opam-version: "2.0"
2synopsis: "Implementation of Internationalized Resource Identifiers (IRIs)"
3maintainer: "Zoggy <zoggy@bat8.org>"
4authors: "Zoggy <zoggy@bat8.org>"
5license: "LGPL-3.0-only"
6tags: ["web" "iri" "rfc3987"]
7homepage: "https://framagit.org/zoggy/ocaml-iri"
8bug-reports: "https://framagit.org/zoggy/ocaml-iri/-/issues"
9depends: [
10 "ocaml" {>= "4.12.0"}
11 "ocamlfind" {build}
12 "sedlex" {>= "2.3"}
13 "uutf" {>= "1.0.0"}
14 "uunf" {>= "2.0.0"}
15]
16build: [make "all"]
17install: [make "install"]
18dev-repo: "git+https://framagit.org/zoggy/ocaml-iri.git"
19url {
20 src: "https://zoggy.frama.io/ocaml-iri/releases/ocaml-iri-0.5.0.tar.gz"
21 checksum: [
22 "md5=8a1c5d07a47938970facae11a7367aa5"
23 "sha512=bbd2a5025b3c9d15a7e35c2d59737236acdc0b4b59dc33db0479945c0458add1d7e3e8deea7dab907525639925ffea95fb602f6965daf91c342317ca7dd102e4"
24 ]
25}