# -*- 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        mirleft ocaml-asn1-combinators 0.3.2 v
revision            2
categories          ocaml devel
maintainers         {@barracuda156 macos-powerpc.org:barracuda} openmaintainer
license             ISC
description         Embed typed ASN.1 grammars in OCaml
long_description    {*}${description}
use_bzip2           yes
extract.suffix      .tbz
distname            asn1-combinators-${version}
checksums           rmd160  bcf9369d00547564a7cbb8a81514f1c9ef7426d9 \
                    sha256  2b26985f6e2722073dcd9f84355bd6757e12643b5a48e30b3c07ff7cfb0d8a7f \
                    size    29533
github.tarball_from releases

depends_lib-append  port:ocaml-ptime

ocaml.build_type    dune
