# -*- 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-erm_xmpp
github.setup        hannesm xmpp 54418f77abf47b175e9c1b68a4f745a12b640d6a
version             2024.10.09
revision            2
categories          ocaml net chat
maintainers         {@barracuda156 macos-powerpc.org:barracuda} openmaintainer
license             BSD
description         OCaml-based XMPP implementation
long_description    {*}${description}
checksums           rmd160  0dddec83d0fb2d87d69a9ea9492b0f708b0f7c16 \
                    sha256  e9c6e5d279e65661605dd1c0f77fc488c4fa1edd052a7478be1ccf5e9486e6f0 \
                    size    129557
github.tarball_from archive

depends_build-append \
                    port:ocaml-findlib \
                    port:ocaml-ocamlbuild

depends_lib-append  port:ocaml-base64 \
                    port:ocaml-camlp4 \
                    port:ocaml-cstruct \
                    port:ocaml-digestif \
                    port:ocaml-erm_xml \
                    port:ocaml-mirage-crypto \
                    port:ocaml-mirage-crypto-rng

ocaml.build_type    oasis
