opam-version: "2.0"
homepage: "https://github.com/mirage/ocaml-uri"
bug-reports: "https://github.com/mirage/ocaml-uri/issues"
dev-repo: "git+https://github.com/mirage/ocaml-uri.git"
maintainer: "sheets@alum.mit.edu"
authors: [
  "Anil Madhavapeddy"
  "David Sheets"
  "Rudi Grinberg"
]
license: "ISC"
tags: [
  "url"
  "uri"
  "org:mirage"
  "org:xapi-project"
]
build: [
  ["jbuilder" "subst" "-p" name] {pinned}
  ["jbuilder" "build" "-p" name "-j" jobs]
  ["jbuilder" "runtest" "-p" name "-j" jobs] {with-test}
]
depends: [
  "ocaml" {>= "4.03.0"}
  "base-bytes"
  "jbuilder" {>= "1.0+beta7"}
  "ounit" {with-test & >= "1.0.2"}
  "ocaml-migrate-parsetree" {< "2.0.0"}
  "ppx_sexp_conv" {>= "v0.9.0" & < "v0.15"}
  "re"
  "sexplib" {>= "v0.9.0" & < "v0.15"}
  "stringext" {>= "1.4.0"}
]
synopsis: "An RFC3986 URI/URL parsing library"
description: """
This is an OCaml implementation of the [RFC3986](http://tools.ietf.org/html/rfc3986) specification 
for parsing URI or URLs."""
url {
  src:
    "https://github.com/mirage/ocaml-uri/releases/download/v1.9.6/uri-1.9.6.tbz"
  checksum: "md5=a6c4fbbe8e3fd84059fac7bd7bc7b3d2"
}
