this repo has no description
1opam-version: "2.0"
2maintainer: "anil@recoil.org"
3authors: ["Anil Madhavapeddy" "David Sheets" "Rudi Grinberg"]
4license: "ISC"
5tags: ["url" "uri" "org:mirage" "org:xapi-project"]
6homepage: "https://github.com/mirage/ocaml-uri"
7bug-reports: "https://github.com/mirage/ocaml-uri/issues"
8dev-repo: "git+https://github.com/mirage/ocaml-uri.git"
9doc: "https://mirage.github.io/ocaml-uri/"
10synopsis: "An RFC3986 URI/URL parsing library"
11description: """
12This is an OCaml implementation of the [RFC3986](http://tools.ietf.org/html/rfc3986) specification
13for parsing URI or URLs.
14"""
15depends: [
16 "ocaml" {>= "4.04.0"}
17 "dune" {>= "1.2.0"}
18 "ounit" {with-test & >= "1.0.2"}
19 "ppx_sexp_conv" {with-test & >= "v0.9.0"}
20 "re" {>= "1.9.0"}
21 "stringext" {>= "1.4.0"}
22]
23build: [
24 ["dune" "subst"] {dev}
25 ["dune" "build" "-p" name "-j" jobs]
26 ["dune" "runtest" "-p" name "-j" jobs] {with-test}
27]
28messages: [ "Deprecated. This package is outdated, you should consider using uri instead" ]
29x-commit-hash: "b4a8375d9352d29ff495d35fc309609fad74631a"
30url {
31 src:
32 "https://github.com/mirage/ocaml-uri/releases/download/v4.1.0/uri-v4.1.0.tbz"
33 checksum: [
34 "sha256=d269901cd27cffaadfa077fe761ef334ad4cdbebeb065faeb833824617ab2ce1"
35 "sha512=bf9eb9aa29ced3ae9d39cb3ca8772de118bfe67d8fe2280f213e627f0fef7e80c7703a0dbb7d16c3d23c427866ee6b09c0973e6836e9c3b7225f55597356537c"
36 ]
37}