blob: 0590b884c8b90cac76b0a94a18f1e74325bd1a93 [file] [view]
# Boost Meta-Module
The `boost` module is a meta-module that provides convenient access to all Boost libraries in the Bazel Central Registry.
## Adding a New Boost Version
```bash
python3 modules/boost/add_boost_version.py <version>
```
## Module structure
For all available modules in the given version, an alias will be generated in a subdirectory matching the library name. E.g. `@boost.filesystem` -> `@boost//filesystem`.