# -*- 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.1.0 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  1e06b320e42bcf4cac6b0efe65d66d2193937746 \
                        sha256  4bfabb5979716995090ce68dce83f88f99629bc17ae280eae79311c5340143e1 \
                        size    125830
