this repo has no description
1opam-version: "2.0"
2synopsis: "Implementation of Internationalized Resource Identifiers (IRIs)"
3maintainer: "zoggy@bat8.org"
4authors: "Zoggy <zoggy@bat8.org>"
5license: "LGPL-3.0-only"
6tags: ["iri" "web" "rfc3987"]
7homepage: "https://framagit.org/zoggy/ocaml-iri/"
8doc: "https://framagit.org/zoggy/ocaml-iri/"
9bug-reports: "https://framagit.org/zoggy/ocaml-iri/issues"
10depends: [
11 "dune" {>= "2.9"}
12 "ocaml" {>= "4.12.0"}
13 "sedlex" {>= "2.3"}
14 "uunf" {>= "0.9.7"}
15 "uutf" {>= "1.0.0"}
16 "odoc" {with-doc}
17]
18build: [
19 ["dune" "subst"] {dev}
20 [
21 "dune"
22 "build"
23 "-p"
24 name
25 "-j"
26 jobs
27 "--promote-install-files=false"
28 "@install"
29 "@runtest" {with-test}
30 "@doc" {with-doc}
31 ]
32 ["dune" "install" "-p" name "--create-install-files" name]
33]
34dev-repo: "git+https://framagit.org/zoggy/ocaml-iri.git"
35url {
36 src:
37 "https://zoggy.frama.io/ocaml-iri/releases/ocaml-iri-0.6.0.tar.bz2"
38 checksum: [
39 "md5=40574cd88a7fc984adae1839fedb2b10"
40 "sha512=91cccd28a7e051ab4b8842f8dba6db2b7784e15d3f15c9d97ff64aefc40fce5d51b90b7ad996341da8b1f027ddff06e7c13e8d663c93fda864b2992447bf7454"
41 ]
42}