mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
31 lines
1.1 KiB
Tcl
31 lines
1.1 KiB
Tcl
# -*- 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 Shinmera float-features f10113a5b828aa32e501c4650dcf654832e32d25
|
|
name cl-float-features
|
|
version 20240301
|
|
revision 0
|
|
|
|
checksums rmd160 4801280018d4d468975693cff71f3f26b56d9182 \
|
|
sha256 b993a486ec5229aff5b48bdb23e38877400fbd1020eb699d945448c3f1990a9a \
|
|
size 12055
|
|
github.tarball_from archive
|
|
|
|
categories-append devel
|
|
maintainers nomaintainer
|
|
license zlib
|
|
|
|
description A portability library for IEEE float features \
|
|
not covered by the CL standard
|
|
long_description {*}${description}
|
|
|
|
depends_lib-append port:cl-documentation-utils \
|
|
port:cl-parachute \
|
|
port:cl-trivial-features
|
|
|
|
# *** - APPLY: too few arguments given to FIND
|
|
common_lisp.clisp no
|