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"
  "ocamlfind" {build}
  "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: "RFC3986 URI/URL parsing library"
description: "RFC3986 URI/URL parsing library"
url {
  src:
    "https://github.com/mirage/ocaml-uri/releases/download/v1.9.5/uri-1.9.5.tbz"
  checksum: "md5=35a016cb2f3e076da82df35a8ce1ed6e"
}
