this repo has no description
1opam-version: "2.0" 2homepage: "https://github.com/mirage/ocaml-uri" 3bug-reports: "https://github.com/mirage/ocaml-uri/issues" 4dev-repo: "git+https://github.com/mirage/ocaml-uri.git" 5maintainer: "sheets@alum.mit.edu" 6authors: [ 7 "Anil Madhavapeddy" 8 "David Sheets" 9 "Rudi Grinberg" 10] 11license: "ISC" 12tags: [ 13 "url" 14 "uri" 15 "org:mirage" 16 "org:xapi-project" 17] 18build: [ 19 ["jbuilder" "subst" "-p" name] {dev} 20 ["jbuilder" "build" "-p" name "-j" jobs] 21 ["jbuilder" "runtest" "-p" name "-j" jobs] {with-test} 22] 23depends: [ 24 "ocaml" {>= "4.03.0"} 25 "base-bytes" 26 "ocamlfind" {build} 27 "jbuilder" {>= "1.0+beta7"} 28 "ounit" {with-test & >= "1.0.2"} 29 "ocaml-migrate-parsetree" {< "2.0.0"} 30 "ppx_sexp_conv" {>= "v0.9.0"} 31 "re" 32 "sexplib" {>= "v0.9.0"} 33 "stringext" {>= "1.4.0"} 34] 35synopsis: "RFC3986 URI/URL parsing library" 36description: "RFC3986 URI/URL parsing library" 37url { 38 src: 39 "https://github.com/mirage/ocaml-uri/releases/download/v1.9.5/uri-1.9.5.tbz" 40 checksum: [ 41 "sha256=cc730da76a5ab7411742df2279bb7a6e0d27393a4a043943fb4beae88ce89185" 42 "md5=35a016cb2f3e076da82df35a8ce1ed6e" 43 ] 44}