mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
27 lines
942 B
Tcl
27 lines
942 B
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 github 1.0
|
|
PortGroup common_lisp 1.0
|
|
|
|
github.setup soemraws parse-float 3074765101e41222b6b624a66aaf1e6416379f9c
|
|
# Change github.tarball_from to 'releases' or 'archive' next update
|
|
github.tarball_from tarball
|
|
name cl-parse-float
|
|
version 20200109
|
|
revision 0
|
|
|
|
checksums rmd160 f853c48e6085d430791e368f50154c01b62849e2 \
|
|
sha256 922c46341ce44cbe63fc971628b38fbe2b5724f0032d2421568d8038672e8a87 \
|
|
size 4764
|
|
|
|
categories-append devel
|
|
maintainers nomaintainer
|
|
license public-domain
|
|
|
|
description Parse a floating point value from a string in Common Lisp.
|
|
|
|
long_description {*}${description}
|
|
|
|
depends_lib-append port:cl-alexandria
|