mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
25 lines
1.2 KiB
Tcl
25 lines
1.2 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 github 1.0
|
|
PortGroup cmake 1.1
|
|
|
|
github.setup fastfloat fast_float 8.2.2 v
|
|
github.tarball_from archive
|
|
name fast-float
|
|
revision 0
|
|
categories-append devel
|
|
license {Apache-2 Boost-1 MIT}
|
|
maintainers {i0ntempest @i0ntempest} openmaintainer
|
|
supported_archs noarch
|
|
platforms any
|
|
|
|
description Fast and exact implementation of the C++ from_chars functions for float and double types
|
|
long_description The ${github.project} library provides fast header-only implementations for the C++ from_chars \
|
|
functions for float and double types. These functions convert ASCII strings representing decimal values \
|
|
(e.g., 1.3e10) into binary types.
|
|
|
|
checksums rmd160 54196db7e442ba63ccbbf919d9226ce8cb020cfd \
|
|
sha256 e64b5fff88e04959154adbd5fb83331d91f2e04ac06454671cdfcbdff172b158 \
|
|
size 120128
|