this repo has no description
1opam-version: "2.0" 2maintainer: "anil@recoil.org" 3authors: ["Anil Madhavapeddy" "David Sheets" "Rudi Grinberg"] 4license: "ISC" 5tags: ["url" "uri" "org:mirage" "org:xapi-project"] 6homepage: "https://github.com/mirage/ocaml-uri" 7bug-reports: "https://github.com/mirage/ocaml-uri/issues" 8dev-repo: "git+https://github.com/mirage/ocaml-uri.git" 9doc: "https://mirage.github.io/ocaml-uri/" 10synopsis: "An RFC3986 URI/URL parsing library" 11description: """ 12This is an OCaml implementation of the [RFC3986](http://tools.ietf.org/html/rfc3986) specification 13for parsing URI or URLs. 14""" 15depends: [ 16 "ocaml" {>= "4.08.0"} 17 "dune" {>= "1.2.0"} 18 "ounit2" {with-test & >= "1.0.2"} 19 "ppx_sexp_conv" {with-test & >= "v0.9.0"} 20 "crowbar" {with-test & >= "0.2"} 21 "stringext" {>= "1.4.0"} 22 "angstrom" {>= "0.14.0"} 23] 24build: [ 25 ["dune" "subst"] {dev} 26 ["dune" "build" "-p" name "-j" jobs] 27 ["dune" "runtest" "-p" name "-j" jobs] {with-test & os != "macos"} 28] 29url { 30 src: 31 "https://github.com/mirage/ocaml-uri/releases/download/v4.4.0/uri-4.4.0.tbz" 32 checksum: [ 33 "sha256=cdabaf6ef5cd2161e59cc7b74c6e4a68ecb80a9f4e96002e338e1b6bf17adec4" 34 "sha512=88374143e0d8aaf6d40aa3cbd7593f9832e9c9727738c6e651498125150c83d5646e13b5737d5c3e81484dd041127f67f8acea13fdc0300ac4e46107559f8ae2" 35 ] 36} 37x-commit-hash: "c336c796f4deb8979a4c7ceea3bef34b46240623"