# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4

PortSystem          1.0
PortGroup           ocaml 1.1
PortGroup           github 1.0

github.setup        mirage ocaml-uri 4.4.0 v
revision            2
categories          ocaml devel
maintainers         {pguyot @pguyot} openmaintainer
license             ISC

github.tarball_from releases
use_bzip2           yes
distname            uri-${version}
extract.suffix      .tbz

description         An RFC3986 URI/URL parsing library
long_description    This is an OCaml implementation of the RFC3986 \
                    specification for parsing URI or URLs.

checksums           rmd160  cc8eb1c72b68adb095d535a2ab9326962dba62ca \
                    sha256  cdabaf6ef5cd2161e59cc7b74c6e4a68ecb80a9f4e96002e338e1b6bf17adec4 \
                    size    202806

depends_lib-append  port:ocaml-angstrom \
                    port:ocaml-stringext

ocaml.build_type    dune
