# -*- 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.0.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  adcc9c3b5291b6b5e8c43b0153b96ec0806d7da2 \
                        sha256  e14a33089712b681d74d94e2a11362643bd7d769ae8f7e7caefe955f57f7eacd \
                        size    121232
