version: "2.0.0"
opam-version: "1.2"
homepage: "https://github.com/mirage/ocaml-uri"
bug-reports: "https://github.com/mirage/ocaml-uri/issues"
dev-repo: "https://github.com/mirage/ocaml-uri.git"
maintainer: "anil@recoil.org"
authors: [
  "Anil Madhavapeddy"
  "David Sheets"
  "Rudi Grinberg"
]
license: "ISC"
tags: [
  "url"
  "uri"
  "org:mirage"
  "org:xapi-project"
]
build: [
  ["dune" "subst"] {pinned}
  ["dune" "build" "-p" name "-j" jobs]
]
build-test: [ "dune" "runtest" "-p" name "-j" jobs ]
depends: [
  "dune" {build & >="1.2.0"}
  "ounit" {test & >= "1.0.2"}
  "ppx_sexp_conv" {build & >= "v0.9.0"}
  "re" {>="1.7.2"}
  "sexplib0"
  "stringext" {>= "1.4.0"}
]
available: [ ocaml-version >= "4.03.0" ]