# -*- 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           github 1.0
PortGroup           ocaml 1.1

github.setup        shawn-mcginty naboris 0.1.3
revision            1
categories          www ocaml
maintainers         {@barracuda156 macos-powerpc.org:barracuda} openmaintainer
license             MIT
description         Simple http server
long_description    {*}${description} built on httpaf and lwt.
checksums           rmd160  d09da5be046e601cecde7c6a9de2bcebf698a9a3 \
                    sha256  1674697237facf32d600a80f834d115e49996f24d7241ed366d982379a63998a \
                    size    1881460
github.tarball_from archive

depends_lib-append  port:libev \
                    port:ocaml-base64 \
                    port:ocaml-digestif \
                    port:ocaml-httpaf \
                    port:ocaml-httpaf-lwt-unix \
                    port:ocaml-lwt \
                    port:ocaml-lwt_ppx \
                    port:ocaml-re \
                    port:ocaml-reason \
                    port:ocaml-uri

ocaml.build_type    dune
