# -*- 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        ToruNiina toml11 4.4.0 v
github.tarball_from archive
revision            0

homepage            https://toruniina.github.io/toml11/

description         TOML for Modern C++

long_description    \
    toml11 is a feature-rich TOML language library for C++11/14/17/20: \
    - It complies with the latest TOML language specification. \
    - It passes all the standard TOML language test cases. \
    - It supports new features merged into the upcoming TOML version \
      \(v1.1.0\). \
    - It provides clear error messages, including the location of the error. \
    - It parses and retains comments, associating them with corresponding \
      values. \
    - It maintains formatting information such as hex integers and considers \
      these during serialization. \
    - It provides exception-less parse function. \
    - It supports complex type conversions from TOML values. \
    - It allows customization of the types stored in toml::value. \
    - It provides some extensions not present in the TOML language standard.

categories          devel
license             MIT
maintainers         {gmail.com:herby.gillot @herbygillot} \
                    openmaintainer

checksums           rmd160  bca8f0b8a9483da1bcbd262f6a9711ed8656acfa \
                    sha256  815bfe6792aa11a13a133b86e7f0f45edc5d71eb78f5fb6686c49c7f792b9049 \
                    size    357442

compiler.cxx_standard   2011
