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: [
  [
    "ocaml"
    "setup.ml"
    "-configure"
    "--prefix"
    prefix
    "--%{ounit:enable}%-tests"
  ]
  ["ocaml" "setup.ml" "-build"]
  ["ocaml" "setup.ml" "-test"] {with-test}
  ["ocaml" "setup.ml" "-doc"] {with-doc}
]
install: [
  ["ocaml" "setup.ml" "-install"]
]
remove: [
  ["ocamlfind" "remove" "uri"]
]
depends: [
  "ocaml" {>= "4.02.2" & < "4.06.0"}
  "ocamlfind" {build}
  "re"
  "sexplib" {>= "109.53.00" & < "v0.15"}
  "ppx_deriving"
  "ppx_sexp_conv" {>= "113.33.01" & < "v0.15"}
  "base-bytes"
  "stringext" {>= "1.4.0"}
  "ounit" {with-test & >= "1.0.2"}
  "ocamlbuild" {build}
]
synopsis: "RFC3986 URI/URL parsing library"
description: "RFC3986 URI/URL parsing library"
flags: light-uninstall
url {
  src: "https://github.com/mirage/ocaml-uri/archive/v1.9.2.tar.gz"
  checksum: "md5=e6dd39352b1b501cb905ef7d198d38f0"
}
