10 buildDunePackage rec {
11 minimalOCamlVersion = "4.03";
18 url = "https://github.com/mirage/ocaml-${pname}/releases/download/v${version}/${pname}-${version}.tbz";
19 sha256 = "cdabaf6ef5cd2161e59cc7b74c6e4a68ecb80a9f4e96002e338e1b6bf17adec4";
22 checkInputs = [ ounit ];
23 propagatedBuildInputs = [
30 homepage = "https://github.com/mirage/ocaml-uri";
31 description = "RFC3986 URI parsing library for OCaml";
32 license = lib.licenses.isc;
33 maintainers = [ lib.maintainers.vbgl ];