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"
  "ocamlfind" {build}
  "re"
  "sexplib" {>= "109.53.00" & < "113.01.00"}
  "base-bytes"
  "type_conv"
  "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.1.tar.gz"
  checksum: "md5=44a36ed3da245f1fdd5623d17f3d16c5"
}
