# -*- 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        hannesm ocaml-otr 1.0.0 v
revision            2
categories          ocaml devel
maintainers         {@barracuda156 macos-powerpc.org:barracuda} openmaintainer
license             BSD
description         Off-the-record implementation purely in OCaml
long_description    {*}${description}
use_bzip2           yes
extract.suffix      .tbz
distname            otr-${version}
checksums           rmd160  e915f598284144e3d21e9ba1f48cae534516b9af \
                    sha256  fc2715a8b6ddca507e2eaa4a3444e4a6f43c4840087041423b5319aaf7662565 \
                    size    20875
github.tarball_from releases

depends_lib-append  port:ocaml-astring \
                    port:ocaml-base64 \
                    port:ocaml-digestif \
                    port:ocaml-mirage-crypto \
                    port:ocaml-mirage-crypto-pk \
                    port:ocaml-mirage-crypto-rng \
                    port:ocaml-sexplib0

ocaml.build_type    dune
