Skip to content

Commit 001ee00

Browse files
committed
+uri.1.7.0
1 parent e8a033f commit 001ee00

File tree

3 files changed

+30
-0
lines changed

3 files changed

+30
-0
lines changed

packages/uri/uri.1.7.0/descr

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
RFC3986 URI parsing library

packages/uri/uri.1.7.0/opam

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
opam-version: "1"
2+
maintainer: "[email protected]"
3+
authors: [
4+
"Anil Madhavapeddy"
5+
"David Sheets"
6+
"Rudi Grinberg"
7+
]
8+
license: "ISC"
9+
tags: [
10+
"org:mirage"
11+
"org:xapi-project"
12+
]
13+
build: [
14+
["ocaml" "setup.ml" "-configure" "--prefix" prefix]
15+
["ocaml" "setup.ml" "-build"]
16+
["ocaml" "setup.ml" "-install"]
17+
]
18+
build-doc: [["ocaml" "setup.ml" "-doc"]]
19+
remove: [["ocamlfind" "remove" "uri"]]
20+
depends: [
21+
"ocamlfind"
22+
"re"
23+
"sexplib" {>="109.53.00"}
24+
"stringext"
25+
]
26+
depopts: ["ounit"]
27+
conflicts: ["ounit" {< "1.0.2"}]

packages/uri/uri.1.7.0/url

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
archive: "https://github.com/mirage/ocaml-uri/archive/v1.7.0.tar.gz"
2+
checksum: "9088fdd3ac4b551b60d7cf8e4982bc57"

0 commit comments

Comments
 (0)