Adobe Source Libraries 2.0.0
A collection of C++ libraries.
|
# Adobe Source Libraries [![CI][ci-badge]][ci-link] [![Documentation][docs-badge]][docs-link] [![License][license-badge]][license-link] ASL provides peer-reviewed and portable C++ source libraries. The libraries are intended to be widely useful, leveraging and extending both the C++ Standard Library and the Boost Libraries. [ci-badge]: https://github.com/stlab/adobe_source_libraries/workflows/CI/badge.svg [ci-link]: https://github.com/stlab/adobe_source_libraries/actions/workflows/ci.yml [docs-badge]: https://img.shields.io/badge/docs-github%20pages-blue [docs-link]: https://stlab.github.io/adobe_source_libraries/ [license-badge]: https://img.shields.io/badge/license-BSL%201.0-blue.svg [license-link]: https://github.com/stlab/adobe_source_libraries/blob/main/LICENSE ## Building ```bash cmake -B build -S . cmake --build build ``` ## Slack A Slack team has been set up to discuss all things ASL. If you would like an invitation, please open an issue with your email address.