Skip to content

Commit

Permalink
Add rollbear/strong_type library (#4482)
Browse files Browse the repository at this point in the history
  • Loading branch information
rollbear authored and mattgodbolt committed Jan 24, 2023
1 parent 4f97a3f commit 0bfc1d1
Showing 1 changed file with 20 additions and 1 deletion.
21 changes: 20 additions & 1 deletion etc/config/c++.amazon.properties
Expand Up @@ -1939,7 +1939,7 @@ compiler.nvcxx_arm_cxx22_9.semver=22.9
#################################
#################################
# Installed libs
libs=abseil:belleviews:benchmark:benri:blaze:boost:bmulti: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:libassert:libguarded:libsimdpp:libuv:llvm:llvmfs:lua:magic_enum:mfem:mlir:mp-coro:mp-units:namedtype:nanorange:nlohmann_json:nsimd:ofw:openssl:outcome:pegtl:pipes:pugixml:python:rangesv3:raberu:scnlib:seastar:seqan3:simde:sol2:spdlog:spy:stdexec:taojson:tbb:tlexpected:toml11:tomlplusplus:trompeloeil:tts:type_safe:unifex:vcl:xercesc:xsimd:xtensor:xtl:ztdtext:zug:cli11:avr-libstdcpp:curl:copperspice
libs=abseil:belleviews:benchmark:benri:blaze:boost:bmulti: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:libassert:libguarded:libsimdpp:libuv:llvm:llvmfs:lua:magic_enum:mfem:mlir:mp-coro:mp-units:namedtype:nanorange:nlohmann_json:nsimd:ofw:openssl:outcome:pegtl:pipes:pugixml:python:rangesv3:raberu:scnlib:seastar:seqan3:simde:sol2:spdlog:spy:stdexec:strong_type:taojson:tbb:tlexpected:toml11:tomlplusplus:trompeloeil:tts:type_safe:unifex:vcl:xercesc:xsimd:xtensor:xtl:ztdtext:zug:cli11:avr-libstdcpp:curl:copperspice

libs.abseil.name=Abseil
libs.abseil.versions=trunk
Expand Down Expand Up @@ -3030,6 +3030,25 @@ libs.stdexec.url=https://github.com/NVIDIA/stdexec
libs.stdexec.versions.trunk.version=trunk
libs.stdexec.versions.trunk.path=/opt/compiler-explorer/libs/stdexec/trunk/include

libs.strong_type.name=strong_type
libs.strong_type.description=library for creating strong types in C++
libs.strong_type.versions=7:6:5:4:3:2:1
libs.strong_type.url=https://github.com/rollbear/strong_type
libs.strong_type.versions.7.path=/opt/compiler-explorer/libs/strong_type/v7/include
libs.strong_type.versions.7.version=v7
libs.strong_type.versions.6.path=/opt/compiler-explorer/libs/strong_type/v6/include
libs.strong_type.versions.6.version=v6
libs.strong_type.versions.5.path=/opt/compiler-explorer/libs/strong_type/v5/include
libs.strong_type.versions.5.version=v5
libs.strong_type.versions.4.path=/opt/compiler-explorer/libs/strong_type/v4/include
libs.strong_type.versions.4.version=v4
libs.strong_type.versions.3.path=/opt/compiler-explorer/libs/strong_type/v3/include
libs.strong_type.versions.3.version=v3
libs.strong_type.versions.2.path=/opt/compiler-explorer/libs/strong_type/v2/include
libs.strong_type.versions.2.version=v2
libs.strong_type.versions.1.path=/opt/compiler-explorer/libs/strong_type/v1/include
libs.strong_type.versions.1.version=v1

libs.taojson.name=taoJSON
libs.taojson.description=taoJSON is a C++ header-only JSON library that provides a generic value class, uses type traits to interoperate with C++ types, uses an events interface to convert from and to JSON, JAXN, CBOR, MsgPack and UBJSON, and much more...
libs.taojson.url=https://github.com/taocpp/json
Expand Down

0 comments on commit 0bfc1d1

Please sign in to comment.