this repo has no description
1opam-version: "2.0"
2homepage: "https://github.com/mirage/ocaml-uri"
3bug-reports: "https://github.com/mirage/ocaml-uri/issues"
4dev-repo: "git+https://github.com/mirage/ocaml-uri.git"
5maintainer: "sheets@alum.mit.edu"
6authors: [
7 "Anil Madhavapeddy"
8 "David Sheets"
9 "Rudi Grinberg"
10]
11license: "ISC"
12tags: [
13 "url"
14 "uri"
15 "org:mirage"
16 "org:xapi-project"
17]
18build: [
19 ["jbuilder" "subst" "-p" name] {dev}
20 ["jbuilder" "build" "-p" name "-j" jobs]
21 ["jbuilder" "runtest" "-p" name "-j" jobs] {with-test}
22]
23depends: [
24 "ocaml" {>= "4.03.0"}
25 "jbuilder" {>= "1.0+beta7"}
26 "ounit" {with-test & >= "1.0.2"}
27 "ocaml-migrate-parsetree" {< "2.0.0"}
28 "ppx_sexp_conv" {>= "v0.9.0"}
29 "re" {>= "1.7.2"}
30 "sexplib" {>= "v0.9.0"}
31 "stringext" {>= "1.4.0"}
32]
33synopsis: "An RFC3986 URI/URL parsing library"
34description: """
35This is an OCaml implementation of the [RFC3986](http://tools.ietf.org/html/rfc3986) specification
36for parsing URI or URLs."""
37url {
38 src:
39 "https://github.com/mirage/ocaml-uri/releases/download/v1.9.7/uri-1.9.7.tbz"
40 checksum: [
41 "sha256=a7ab6aa44232e03317b0db2ea200f422587bf801540755896ad30d17d8b682a8"
42 "md5=2fb8da55f99a529bcb211a1d99822419"
43 ]
44}