You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
22 lines
824 B
Tcl
22 lines
824 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 R 1.0
|
|
|
|
R.setup cran eddelbuettel RcppFastFloat 0.0.4
|
|
revision 1
|
|
maintainers nomaintainer
|
|
license GPL-2+
|
|
description Rcpp bindings for the fast_float header-only library for number parsing
|
|
long_description {*}${description}
|
|
homepage https://dirk.eddelbuettel.com/code/rcpp.fastfloat.html
|
|
checksums rmd160 15ac5ae186700a9d4f4b5599be08591908962fc8 \
|
|
sha256 d5f5bd174405a2b1a1cc5ec941d97569e5d56b030156f774c6ee3c6fd3b4e425 \
|
|
size 54367
|
|
|
|
depends_lib-append port:R-Rcpp
|
|
|
|
depends_test-append port:R-tinytest
|
|
|
|
test.run yes
|