# -*- 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-ca-certs-nss
github.setup        mirage ca-certs-nss 3.121 v
revision            1
categories          ocaml devel
maintainers         {@barracuda156 macos-powerpc.org:barracuda} openmaintainer
license             ISC
description         X.509 trust anchors extracted from NSS
long_description    {*}${description}
use_bzip2           yes
extract.suffix      .tbz
checksums           rmd160  b7b155126d9f5b83e901e8ab12dac803fa38c700 \
                    sha256  28b16bee7f433912244475ee77fc5eeb50e4c4a00a3d9d53a2918278ae61e39c \
                    size    256917
github.tarball_from releases

depends_build-append \
                    port:ocaml-bos \
                    port:ocaml-cmdliner \
                    port:ocaml-fmt \
                    port:ocaml-logs

depends_lib-append  port:ocaml-digestif \
                    port:ocaml-mirage-ptime \
                    port:ocaml-x509

ocaml.build_type    dune
