# -*- 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           common_lisp 1.0
PortGroup           github 1.0

github.setup        sharplispers ironclad 0.61 v
name                cl-ironclad
epoch               1
revision            0

checksums           rmd160  46556f2e365c0a57849abdea1ce8c7513241e9cc \
                    sha256  a16a3fb7a58a48843914ed8dcbcaeb3131548e4fa7c6c64f1ebbe858621869a6 \
                    size    1497168
github.tarball_from archive

categories-append   devel
maintainers         nomaintainer
license             BSD

description         A cryptographic toolkit written in Common Lisp
long_description    {*}${description}

depends_lib-append  port:cl-bordeaux-threads \
                    port:cl-flexi-streams

depends_test-append port:cl-rt

common_lisp.threads     yes

common_lisp.large_heap  yes

# NOTE: some test are failing on ECL
# See: https://github.com/sharplispers/ironclad/issues/63
common_lisp.ecl     no
