File tree Expand file tree Collapse file tree 1 file changed +40
-0
lines changed Expand file tree Collapse file tree 1 file changed +40
-0
lines changed Original file line number Diff line number Diff line change 1+ opam-version: "2.0"
2+ synopsis: "Implementation of Internationalized Resource Identifiers (IRIs)"
3+ 4+ authors: "Zoggy <
[email protected] >"
5+ license: "LGPL-3.0-only"
6+ tags: ["iri" "web" "rfc3987"]
7+ homepage: "https://framagit.org/zoggy/ocaml-iri/"
8+ doc: "https://zoggy.frama.io/ocaml-iri/refdoc/iri/IRI/index.html"
9+ bug-reports: "https://framagit.org/zoggy/ocaml-iri/issues"
10+ depends: [
11+ "dune" {>= "3.18"}
12+ "ocaml" {>= "4.12.0"}
13+ "sedlex" {>= "2.3"}
14+ "uunf" {>= "0.9.7"}
15+ "uutf" {>= "1.0.0"}
16+ "odoc" {with-doc}
17+ ]
18+ build: [
19+ ["dune" "subst"] {dev}
20+ [
21+ "dune"
22+ "build"
23+ "-p"
24+ name
25+ "-j"
26+ jobs
27+ "@install"
28+ "@runtest" {with-test}
29+ "@doc" {with-doc}
30+ ]
31+ ]
32+ dev-repo: "git+https://framagit.org/zoggy/ocaml-iri.git"
33+ url {
34+ src: "https://zoggy.frama.io/ocaml-iri/releases/ocaml-iri-1.1.0.tar.bz2"
35+ checksum: [
36+ "md5=7ad954858ca5127f23b83a750d349435"
37+ "sha512=2ed315880978f7d11e3561ba7af90d4bc5c04b3bd34e7b842de8b6cc694c8137dc30b913e6624dc8117a1a4d6a248b07d905992e683a6d080db8817e0018e5bb"
38+ ]
39+ }
40+ x-maintenance-intent: ["(latest)"]
You can’t perform that action at this time.
0 commit comments