File tree Expand file tree Collapse file tree 3 files changed +30
-0
lines changed Expand file tree Collapse file tree 3 files changed +30
-0
lines changed Original file line number Diff line number Diff line change
1
+ RFC3986 URI parsing library
Original file line number Diff line number Diff line change
1
+ opam-version: "1"
2
+
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"}]
Original file line number Diff line number Diff line change
1
+ archive: "https://github.com/mirage/ocaml-uri/archive/v1.7.0.tar.gz"
2
+ checksum: "9088fdd3ac4b551b60d7cf8e4982bc57"
You can’t perform that action at this time.
0 commit comments