# -*- 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        marijnh ieee-floats 9566ce8adfb299faef803d95736c780413a1373c
# Change github.tarball_from to 'releases' or 'archive' next update
github.tarball_from tarball
name                cl-ieee-floats
version             20220126
revision            1

checksums           rmd160  7c0e45aa6fcfbc3d311b80d3ee3dbf1c41a9bd49 \
                    sha256  746b99edcc268602523324c2252f6304a794415b368fd98c2ca4251e988208f2 \
                    size    5363

categories-append   devel
maintainers         nomaintainer
license             zlib

description         Common Lisp IEEE-754 float en- and decoding

long_description    {*}${description}

depends_lib-append  port:cl-fiveam

# clisp seems to be broken
# See: https://github.com/marijnh/ieee-floats/issues/15
common_lisp.clisp   no
