diff options
author | Patrick Quist <partouf@gmail.com> | 2023-09-13 08:14:01 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-13 17:14:01 +0200 |
commit | 1c08f17a466cd0f2250210a2bcec89be1c099609 (patch) | |
tree | 18e698e10375bbbcab98afa99d7d12bcc8fad171 | |
parent | be0dfb5852adf597b58d2b62413405baf30b9a13 (diff) | |
download | compiler-explorer-gh-8755.tar.gz compiler-explorer-gh-8755.zip |
Add lib pcre2 (#5457)gh-8755
-rw-r--r-- | etc/config/c++.amazon.properties | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/etc/config/c++.amazon.properties b/etc/config/c++.amazon.properties index 397e909a2..032d5bdc5 100644 --- a/etc/config/c++.amazon.properties +++ b/etc/config/c++.amazon.properties @@ -2794,7 +2794,7 @@ compiler.nvcxx_arm_cxx23_7.semver=23.7 ################################# ################################# # Installed libs -libs=abseil:async_simple:belleviews:benchmark:benri:blaze:boost:bmulti:brigand:catch2:cctz:cereal:cmcstl2:cnl:cppcoro:cppitertools:crosscables:ctbignum:cthash: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:kokkos:kumi:kvasir:kyosu:lager:lagom:lexy:libassert:libbpf: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:reactive_plus_plus:scnlib:seastar:seqan3:simde:simdjson:sol2:spdlog:spy:stdexec:strong_type:taojson:tbb:thinkcell:tlexpected:toml11:tomlplusplus:trompeloeil:tts:type_safe:unifex:ureact:vcl:xercesc:xsimd:xtensor:xtl:yomm2:zug:cli11:avr-libstdcpp:curl:copperspice:sqlite:ztdcuneicode:ztdencodingtables:ztdidk:ztdstaticcontainers:ztdtext:ztdplatform:qt +libs=abseil:async_simple:belleviews:benchmark:benri:blaze:boost:bmulti:brigand:catch2:cctz:cereal:cmcstl2:cnl:cppcoro:cppitertools:crosscables:ctbignum:cthash: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:kokkos:kumi:kvasir:kyosu:lager:lagom:lexy:libassert:libbpf: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:reactive_plus_plus:scnlib:seastar:seqan3:simde:simdjson:sol2:spdlog:spy:stdexec:strong_type:taojson:tbb:thinkcell:tlexpected:toml11:tomlplusplus:trompeloeil:tts:type_safe:unifex:ureact:vcl:xercesc:xsimd:xtensor:xtl:yomm2:zug:cli11:avr-libstdcpp:curl:copperspice:sqlite:ztdcuneicode:ztdencodingtables:ztdidk:ztdstaticcontainers:ztdtext:ztdplatform:qt:pcre2 libs.abseil.name=Abseil libs.abseil.versions=trunk @@ -3818,6 +3818,14 @@ libs.outcome.description=Provides very lightweight outcome<T> and result<T> (non libs.outcome.versions.trunk.version=trunk libs.outcome.versions.trunk.path=/opt/compiler-explorer/libs/outcome/single-header +libs.pcre2.name=PCRE2 +libs.pcre2.url=https://www.pcre.org/ +libs.pcre2.description=PCRE2 with 16 bit support +libs.pcre2.packagedheaders=true +libs.pcre2.liblink=pcre2-16 +libs.pcre2.versions=1042 +libs.pcre2.versions.1042.version=10.42 + libs.pegtl.name=PEGTL libs.pegtl.description=Parsing Expression Grammar Template Library libs.pegtl.versions=trunk:280 |