NOTE: this is a package repository queue. It contains new packages that are undergoing preliminary testing and review before being migrated to cppget.org – the central build2 package repository/registry.

7 Packages
name libassert
summary The most over-engineered C++ assertion library
license MIT
depends 3; libcpptrace, fmt ?, magic_enum ?
name libassert-tests
summary The most over-engineered C++ assertion library ; tests
license MIT
depends 3; gtest, gmock, libassert
name libcpptrace
summary Portable C++ stacktrace library.
license MIT
depends 0
name libcpptrace-tests
summary Portable C++ stacktrace library. ; tests
license MIT
depends 3; gtest, gmock, libcpptrace
name libgeo-utils-cpp
summary Header-only C++17 geographic geometry utilities
license Apache-2.0
depends 0
name magic_enum
summary Static reflection for enums (to string, from string, iteration) for modern C++, work with any enum type without any macro or boilerplate code
license MIT License
depends 0
name magic_enum-tests
summary magic_enum tests
license MIT License
depends 1; catch2