# -*- 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.2.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 f7d057dee906dac2c459c3fd7501fcd1d603200a \ sha256 9287971cd4a1a3992ef37e7b95a3972d1ae56410e7f8e3f300727ab1d6c79c2c \ size 345359 compiler.cxx_standard 2011