# -*- 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-eqaf
github.setup        mirage eqaf 0.10 v
revision            0
categories          ocaml devel
maintainers         {pguyot @pguyot} openmaintainer
license             MIT

description         Constant-time equal function on string

long_description    This package provides an equal function on string in constant-time \
                    to avoid timing-attack with crypto stuff.

checksums           rmd160  9307bea002e95465fce2dc698cac7f5ac5bdba4d \
                    sha256  67d1369c57c4d2d14a10d02632d45e355224abeb98aec08979c0bae5843092ee \
                    size    30706

github.tarball_from releases
use_bzip2           yes
extract.suffix      .tbz

ocaml.build_type    dune
