# -*- 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               cmake 1.1
PortGroup               github 1.0

github.setup            fastfloat fast_float 8.2.10 v
name                    fast-float
revision                0
platforms               any
categories              devel
license                 {Apache-2 Boost-1 MIT}
maintainers             {i0ntempest @i0ntempest} openmaintainer

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  d4f8e261a5b2cd39b1fdcd4eacdf044cc1ea4ca7 \
                        sha256  76f958dd97b1cf4d8862d1f0986a47d4bdfa8845252bae15ef0f40de3b95961f \
                        size    140070
github.tarball_from     archive
supported_archs         noarch
