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 "base-bytes"
26 "jbuilder" {>= "1.0+beta7"}
27 "ounit" {with-test & >= "1.0.2"}
28 "ocaml-migrate-parsetree" {< "2.0.0"}
29 "ppx_sexp_conv" {>= "v0.9.0"}
30 "re"
31 "sexplib" {>= "v0.9.0"}
32 "stringext" {>= "1.4.0"}
33]
34synopsis: "An RFC3986 URI/URL parsing library"
35description: """
36This is an OCaml implementation of the [RFC3986](http://tools.ietf.org/html/rfc3986) specification
37for parsing URI or URLs."""
38url {
39 src:
40 "https://github.com/mirage/ocaml-uri/releases/download/v1.9.6/uri-1.9.6.tbz"
41 checksum: [
42 "sha256=e04fc2c349663e9d1ad81b82a316413dd434d2f72fe62963249183d3782e04d5"
43 "md5=a6c4fbbe8e3fd84059fac7bd7bc7b3d2"
44 ]
45}