# -*- 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
github.setup        mirage ca-certs 1.0.1 v
revision            3
categories          ocaml net devel
maintainers         {@barracuda156 macos-powerpc.org:barracuda} openmaintainer
license             ISC
description         Detect root CA certificates from the operating system
long_description    {*}${description}
use_bzip2           yes
extract.suffix      .tbz
distname            ca-certs-${version}
checksums           rmd160  2ba21ef89e8e6613d70c4b784e447475c953f643 \
                    sha256  d3cd7c8f548baecef208d425877a811d898ec7d1d9c4bdea6f78652c7c8361cc \
                    size    29008
github.tarball_from releases

depends_lib-append  port:ocaml-bos \
                    port:ocaml-digestif \
                    port:ocaml-fpath \
                    port:ocaml-logs \
                    port:ocaml-mirage-crypto \
                    port:ocaml-ohex \
                    port:ocaml-ptime \
                    port:ocaml-x509

ocaml.build_type    dune
