# -*- 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

name                ocaml-interface-prime
github.setup        dozzman interface-prime 0.1
revision            2
categories          ocaml devel
maintainers         nomaintainer
license             MIT
description         Interfaces for common design patterns
long_description    {*}${description}
checksums           rmd160  1b9fb3c6acf69951c5a2c921fc6ad7f2a04f623a \
                    sha256  9807a517430e81fb33c583a5e6044db2a1fe0bfffa5c61519234f1a25d3d230b \
                    size    3208
github.tarball_from archive

ocaml.build_type    dune

subport ${name}-lwt {
    depends_lib     port:ocaml-interface-prime \
                    port:ocaml-lwt
}
