This is a build2 package repository for metal-cpp,
a C++ interface for Metal. By default the package compiles the private
implementation that upstream expects in one consumer translation unit
(config.libmetal_cpp.implementation=true).
This file contains setup instructions and other details that are more
appropriate for development rather than consumption. If you want to use
metal-cpp in your build2-based project, then instead see the accompanying
PACKAGE-README.md file.
The development setup for metal-cpp uses the standard bdep-based workflow.
For example:
git clone --recursive https://github.com/build2-packaging/metal-cpp.git
cd metal-cpp
bdep init -C @gcc cc config.cxx=g++
bdep update
bdep test