Skip to content

Commit

Permalink
Add toml11 library (#3668)
Browse files Browse the repository at this point in the history
  • Loading branch information
RubenRBS committed May 15, 2022
1 parent e24b2f7 commit 2718e6c
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion etc/config/c++.amazon.properties
Expand Up @@ -1302,7 +1302,7 @@ compiler.zcxxtrunk.semver=trunk
#################################
#################################
# Installed libs
libs=abseil:benchmark:benri:blaze:boost:brigand:catch2:cctz:cmcstl2:cnl:cppcoro:cppitertools:crosscables:ctbignum:ctre:date:dataframe:dawjson:dlib:doctest:eastl:eigen:enoki:entt:etl:eve:expected_lite:fastor:fmt:gemmlowp:glm:gnufs:gnulibbacktrace:googletest:gsl:hdf5:hedley:hfsm:highfive:highway:hotels-template-library:immer:jsoncons:jsoncpp:kiwaku:kumi:kvasir:lager:lagom:lexy:libguarded:libsimdpp:libuv:llvm:llvmfs:lua:magic_enum:mp-coro:mp-units:namedtype:nanorange:nlohmann_json:nsimd:ofw:openssl:outcome:pegtl:pipes:pugixml:python:rangesv3:raberu:scnlib:seastar:simde:sol2:spdlog:spy:taojson:tbb:tomlplusplus:trompeloeil:tts:type_safe:unifex:vcl:xercesc:xsimd:xtensor:xtl:ztdtext:zug:cli11
libs=abseil:benchmark:benri:blaze:boost:brigand:catch2:cctz:cmcstl2:cnl:cppcoro:cppitertools:crosscables:ctbignum:ctre:date:dataframe:dawjson:dlib:doctest:eastl:eigen:enoki:entt:etl:eve:expected_lite:fastor:fmt:gemmlowp:glm:gnufs:gnulibbacktrace:googletest:gsl:hdf5:hedley:hfsm:highfive:highway:hotels-template-library:immer:jsoncons:jsoncpp:kiwaku:kumi:kvasir:lager:lagom:lexy:libguarded:libsimdpp:libuv:llvm:llvmfs:lua:magic_enum:mp-coro:mp-units:namedtype:nanorange:nlohmann_json:nsimd:ofw:openssl:outcome:pegtl:pipes:pugixml:python:rangesv3:raberu:scnlib:seastar:simde:sol2:spdlog:spy:taojson:tbb:toml11:tomlplusplus:trompeloeil:tts:type_safe:unifex:vcl:xercesc:xsimd:xtensor:xtl:ztdtext:zug:cli11

libs.abseil.name=Abseil
libs.abseil.versions=trunk
Expand Down Expand Up @@ -2323,6 +2323,15 @@ libs.tbb.versions.20214.version=2021.4.0
libs.tbb.versions.20214.path=/opt/compiler-explorer/libs/tbb/2021.4.0/include
libs.tbb.versions.20214.liblink=tbb_debug:tbbmalloc_debug:tbbmalloc_proxy_debug

libs.toml11.name=toml11
libs.toml11.versions=trunk:371
libs.toml11.description=toml11 is a C++11 (or later) header-only toml parser/encoder depending only on C++ standard library
libs.toml11.url=https://github.com/ToruNiina/toml11
libs.toml11.versions.trunk.version=trunk
libs.toml11.versions.trunk.path=/opt/compiler-explorer/libs/toml11/trunk
libs.toml11.versions.371.version=3.7.1
libs.toml11.versions.371.path=/opt/compiler-explorer/libs/toml11/v3.7.1

libs.tomlplusplus.name=toml++
libs.tomlplusplus.versions=trunk:133:124
libs.tomlplusplus.description=TOML parser and serializer for modern C++
Expand Down

0 comments on commit 2718e6c

Please sign in to comment.