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

github.setup        thephoeron cl-isaac 51ee06091fb67ba48693108999cf1197726852f4
# Change github.tarball_from to 'releases' or 'archive' next update
github.tarball_from tarball
version             20230627
revision            0

checksums           rmd160  31e8e8abbfa6eddc5cca36d0395e13c708b853ee \
                    sha256  2cd3d85db33d2f5f02dbee552d6dabe193ccf6a7accbacadc93b4832cf747102 \
                    size    15250

categories-append   devel
maintainers         nomaintainer
license             BSD

description         Optimized Common Lisp version of Bob Jenkins' ISAAC-32 and ISAAC-64 algorithms, fast cryptographic random number generators.

long_description    {*}${description}
