Skip to content

Commit 0a4f39b

Browse files
committed
Package iri.0.7.0
1 parent eaa059a commit 0a4f39b

File tree

1 file changed

+42
-0
lines changed
  • packages/iri/iri.0.7.0

1 file changed

+42
-0
lines changed

packages/iri/iri.0.7.0/opam

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
opam-version: "2.0"
2+
synopsis: "Implementation of Internationalized Resource Identifiers (IRIs)"
3+
maintainer: "[email protected]"
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://framagit.org/zoggy/ocaml-iri/"
9+
bug-reports: "https://framagit.org/zoggy/ocaml-iri/issues"
10+
depends: [
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+
]
18+
build: [
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+
]
34+
dev-repo: "git+https://framagit.org/zoggy/ocaml-iri.git"
35+
url {
36+
src:
37+
"https://framagit.org/zoggy/ocaml-iri/-/archive/0.7.0/ocaml-iri-0.7.0.tar.bz2"
38+
checksum: [
39+
"md5=c6f5b156c6ffa182d4fbf248578da320"
40+
"sha512=21f7d3766d1dab912b4115a9da578dc9fafb5191a25bc3e31940f1b0709caf8cdb652de812feed692a87e431b950013f007232170496b6d4f1834bd737b50994"
41+
]
42+
}

0 commit comments

Comments
 (0)