# -*- 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-x509 1.1.1 v
revision            0
categories          ocaml devel net
maintainers         {@barracuda156 macos-powerpc.org:barracuda} openmaintainer
license             BSD
description         Public Key Infrastructure (RFC 5280, PKCS)
long_description    {*}${description} purely in OCaml.
distname            x509-${version}
use_bzip2           yes
extract.suffix      .tbz
checksums           rmd160  8b145a7e3a55e6a45a854e58166c2c4f4401e4fb \
                    sha256  b6b159dc56ba45c373027f20e60779b5ef8d6fb7854e8b428a8dd9afe140ca55 \
                    size    164446
github.tarball_from releases

depends_lib-append  port:ocaml-asn1-combinators \
                    port:ocaml-base64 \
                    port:ocaml-domain-name \
                    port:ocaml-fmt \
                    port:ocaml-gmap \
                    port:ocaml-ipaddr \
                    port:ocaml-kdf \
                    port:ocaml-logs \
                    port:ocaml-mirage-crypto \
                    port:ocaml-mirage-crypto-ec \
                    port:ocaml-mirage-crypto-pk \
                    port:ocaml-mirage-crypto-rng \
                    port:ocaml-ohex \
                    port:ocaml-ptime

ocaml.build_type    dune
