├── .editorconfig ├── .github └── workflows │ ├── bzlmod-archive.yml │ └── notify-bzlmod-archive.yml ├── .gitignore ├── README.md ├── bazel_registry.json └── modules ├── boost.accumulators ├── 1.83.0.bzl.1 │ ├── MODULE.bazel │ └── source.json └── metadata.json ├── boost.algorithm ├── 1.83.0.bzl.1 │ ├── MODULE.bazel │ └── source.json └── metadata.json ├── boost.align ├── 1.83.0.bzl.1 │ ├── MODULE.bazel │ └── source.json └── metadata.json ├── boost.any ├── 1.83.0.bzl.1 │ ├── MODULE.bazel │ └── source.json └── metadata.json ├── boost.array ├── 1.83.0.bzl.1 │ ├── MODULE.bazel │ └── source.json └── metadata.json ├── boost.asio ├── 1.83.0.bzl.1 │ ├── MODULE.bazel │ └── source.json ├── 1.83.0.bzl.2 │ ├── MODULE.bazel │ └── source.json ├── 1.83.0.bzl.3 │ ├── MODULE.bazel │ └── source.json ├── 1.83.0.bzl.4 │ ├── MODULE.bazel │ └── source.json └── metadata.json ├── boost.assert ├── 1.83.0.bzl.1 │ ├── MODULE.bazel │ └── source.json └── metadata.json ├── boost.assign ├── 1.83.0.bzl.1 │ ├── MODULE.bazel │ └── source.json └── metadata.json ├── boost.atomic ├── 1.83.0.bzl.1 │ ├── MODULE.bazel │ └── source.json └── metadata.json ├── boost.beast ├── 1.83.0.bzl.1 │ ├── MODULE.bazel │ └── source.json ├── 1.83.0.bzl.2 │ ├── MODULE.bazel │ └── source.json └── metadata.json ├── boost.bimap ├── 1.83.0.bzl.1 │ ├── MODULE.bazel │ └── source.json └── metadata.json ├── boost.bind ├── 1.83.0.bzl.1 │ ├── MODULE.bazel │ └── source.json └── metadata.json ├── boost.boost └── metadata.json ├── boost.callable_traits ├── 1.83.0.bzl.1 │ ├── MODULE.bazel │ └── source.json └── metadata.json ├── boost.chrono ├── 1.83.0.bzl.1 │ ├── MODULE.bazel │ └── source.json ├── 1.83.0.bzl.2 │ ├── MODULE.bazel │ └── source.json └── metadata.json ├── boost.circular_buffer ├── 1.83.0.bzl.1 │ ├── MODULE.bazel │ └── source.json └── metadata.json ├── boost.compatibility ├── 1.83.0.bzl.1 │ ├── MODULE.bazel │ └── source.json └── metadata.json ├── boost.compute ├── 1.83.0.bzl.1 │ ├── MODULE.bazel │ └── source.json └── metadata.json ├── boost.concept_check ├── 1.83.0.bzl.1 │ ├── MODULE.bazel │ └── source.json └── metadata.json ├── boost.config ├── 1.83.0.bzl.1 │ ├── MODULE.bazel │ └── source.json ├── 1.83.0.bzl.2 │ ├── MODULE.bazel │ └── source.json ├── 1.83.0.bzl.3 │ ├── MODULE.bazel │ └── source.json ├── 1.83.0.bzl.6 │ ├── MODULE.bazel │ └── source.json └── metadata.json ├── boost.container ├── 1.83.0.bzl.1 │ ├── MODULE.bazel │ └── source.json └── metadata.json ├── boost.container_hash ├── 1.83.0.bzl.1 │ ├── MODULE.bazel │ └── source.json └── metadata.json ├── boost.context ├── 1.83.0.bzl.1 │ ├── MODULE.bazel │ └── source.json └── metadata.json ├── boost.contract ├── 1.83.0.bzl.1 │ ├── MODULE.bazel │ └── source.json └── metadata.json ├── boost.conversion ├── 1.83.0.bzl.1 │ ├── MODULE.bazel │ └── source.json └── metadata.json ├── boost.convert ├── 1.83.0.bzl.1 │ ├── MODULE.bazel │ └── source.json └── metadata.json ├── boost.core ├── 1.83.0.bzl.1 │ ├── MODULE.bazel │ └── source.json └── metadata.json ├── boost.coroutine ├── 1.83.0.bzl.1 │ ├── MODULE.bazel │ └── source.json └── metadata.json ├── boost.coroutine2 ├── 1.83.0.bzl.1 │ ├── MODULE.bazel │ └── source.json └── metadata.json ├── boost.crc ├── 1.83.0.bzl.1 │ ├── MODULE.bazel │ └── source.json └── metadata.json ├── boost.date_time ├── 1.83.0.bzl.1 │ ├── MODULE.bazel │ └── source.json ├── 1.83.0.bzl.2 │ ├── MODULE.bazel │ └── source.json └── metadata.json ├── boost.describe ├── 1.83.0.bzl.1 │ ├── MODULE.bazel │ └── source.json └── metadata.json ├── boost.detail ├── 1.83.0.bzl.1 │ ├── MODULE.bazel │ └── source.json ├── 1.83.0.bzl.2 │ ├── MODULE.bazel │ └── source.json └── metadata.json ├── boost.disjoint_sets └── metadata.json ├── boost.dll ├── 1.83.0.bzl.1 │ ├── MODULE.bazel │ └── source.json ├── 1.83.0.bzl.2 │ ├── MODULE.bazel │ └── source.json └── metadata.json ├── boost.dynamic_bitset ├── 1.83.0.bzl.1 │ ├── MODULE.bazel │ └── source.json └── metadata.json ├── boost.endian ├── 1.83.0.bzl.1 │ ├── MODULE.bazel │ └── source.json └── metadata.json ├── boost.exception ├── 1.83.0.bzl.1 │ ├── MODULE.bazel │ └── source.json └── metadata.json ├── boost.fiber ├── 1.83.0.bzl.1 │ ├── MODULE.bazel │ └── source.json └── metadata.json ├── boost.filesystem ├── 1.83.0.bzl.1 │ ├── MODULE.bazel │ └── source.json ├── 1.83.0.bzl.2 │ ├── MODULE.bazel │ └── source.json ├── 1.83.0.bzl.3 │ ├── MODULE.bazel │ └── source.json └── metadata.json ├── boost.flyweight ├── 1.83.0.bzl.1 │ ├── MODULE.bazel │ └── source.json └── metadata.json ├── boost.foreach ├── 1.83.0.bzl.1 │ ├── MODULE.bazel │ └── source.json └── metadata.json ├── boost.format ├── 1.83.0.bzl.1 │ ├── MODULE.bazel │ └── source.json └── metadata.json ├── boost.function ├── 1.83.0.bzl.1 │ ├── MODULE.bazel │ └── source.json └── metadata.json ├── boost.function_types ├── 1.83.0.bzl.1 │ ├── MODULE.bazel │ └── source.json └── metadata.json ├── boost.functional ├── 1.83.0.bzl.1 │ ├── MODULE.bazel │ └── source.json └── metadata.json ├── boost.fusion ├── 1.83.0.bzl.1 │ ├── MODULE.bazel │ └── source.json └── metadata.json ├── boost.geometry ├── 1.83.0.bzl.1 │ ├── MODULE.bazel │ └── source.json └── metadata.json ├── boost.gil ├── 1.83.0.bzl.1 │ ├── MODULE.bazel │ └── source.json └── metadata.json ├── boost.graph ├── 1.83.0.bzl.1 │ ├── MODULE.bazel │ └── source.json └── metadata.json ├── boost.graph_parallel ├── 1.83.0.bzl.1 │ ├── MODULE.bazel │ └── source.json └── metadata.json ├── boost.hana ├── 1.83.0.bzl.1 │ ├── MODULE.bazel │ └── source.json └── metadata.json ├── boost.heap ├── 1.83.0.bzl.1 │ ├── MODULE.bazel │ └── source.json └── metadata.json ├── boost.histogram ├── 1.83.0.bzl.1 │ ├── MODULE.bazel │ └── source.json └── metadata.json ├── boost.hof ├── 1.83.0.bzl.1 │ ├── MODULE.bazel │ └── source.json └── metadata.json ├── boost.icl ├── 1.83.0.bzl.1 │ ├── MODULE.bazel │ └── source.json └── metadata.json ├── boost.integer ├── 1.83.0.bzl.1 │ ├── MODULE.bazel │ └── source.json └── metadata.json ├── boost.interprocess ├── 1.83.0.bzl.1 │ ├── MODULE.bazel │ └── source.json └── metadata.json ├── boost.interval ├── 1.83.0.bzl.1 │ ├── MODULE.bazel │ └── source.json └── metadata.json ├── boost.intrusive ├── 1.83.0.bzl.1 │ ├── MODULE.bazel │ └── source.json └── metadata.json ├── boost.io ├── 1.83.0.bzl.1 │ ├── MODULE.bazel │ └── source.json └── metadata.json ├── boost.iostreams ├── 1.83.0.bzl.1 │ ├── MODULE.bazel │ └── source.json ├── 1.83.0.bzl.2 │ ├── MODULE.bazel │ └── source.json └── metadata.json ├── boost.iterator ├── 1.83.0.bzl.1 │ ├── MODULE.bazel │ └── source.json └── metadata.json ├── boost.json ├── 1.83.0.bzl.1 │ ├── MODULE.bazel │ └── source.json ├── 1.83.0.bzl.2 │ ├── MODULE.bazel │ └── source.json └── metadata.json ├── boost.lambda ├── 1.83.0.bzl.1 │ ├── MODULE.bazel │ └── source.json └── metadata.json ├── boost.lambda2 ├── 1.83.0.bzl.1 │ ├── MODULE.bazel │ └── source.json └── metadata.json ├── boost.leaf ├── 1.83.0.bzl.1 │ ├── MODULE.bazel │ └── source.json └── metadata.json ├── boost.lexical_cast ├── 1.83.0.bzl.1 │ ├── MODULE.bazel │ └── source.json └── metadata.json ├── boost.local_function ├── 1.83.0.bzl.1 │ ├── MODULE.bazel │ └── source.json └── metadata.json ├── boost.locale ├── 1.83.0.bzl.1 │ ├── MODULE.bazel │ └── source.json └── metadata.json ├── boost.lockfree ├── 1.83.0.bzl.1 │ ├── MODULE.bazel │ └── source.json └── metadata.json ├── boost.log ├── 1.83.0.bzl.1 │ ├── MODULE.bazel │ └── source.json └── metadata.json ├── boost.logic ├── 1.83.0.bzl.1 │ ├── MODULE.bazel │ └── source.json └── metadata.json ├── boost.math ├── 1.83.0.bzl.1 │ ├── MODULE.bazel │ └── source.json └── metadata.json ├── boost.metaparse ├── 1.83.0.bzl.1 │ ├── MODULE.bazel │ └── source.json └── metadata.json ├── boost.move ├── 1.83.0.bzl.1 │ ├── MODULE.bazel │ └── source.json └── metadata.json ├── boost.mp11 ├── 1.83.0.bzl.1 │ ├── MODULE.bazel │ └── source.json └── metadata.json ├── boost.mpi ├── 1.83.0.bzl.1 │ ├── MODULE.bazel │ └── source.json └── metadata.json ├── boost.mpl ├── 1.83.0.bzl.1 │ ├── MODULE.bazel │ └── source.json └── metadata.json ├── boost.msm ├── 1.83.0.bzl.1 │ ├── MODULE.bazel │ └── source.json └── metadata.json ├── boost.multi_array ├── 1.83.0.bzl.1 │ ├── MODULE.bazel │ └── source.json └── metadata.json ├── boost.multi_index ├── 1.83.0.bzl.1 │ ├── MODULE.bazel │ └── source.json └── metadata.json ├── boost.multiprecision ├── 1.83.0.bzl.1 │ ├── MODULE.bazel │ └── source.json └── metadata.json ├── boost.nowide ├── 1.83.0.bzl.1 │ ├── MODULE.bazel │ └── source.json └── metadata.json ├── boost.numeric_conversion ├── 1.83.0.bzl.1 │ ├── MODULE.bazel │ └── source.json └── metadata.json ├── boost.optional ├── 1.83.0.bzl.1 │ ├── MODULE.bazel │ └── source.json └── metadata.json ├── boost.outcome ├── 1.83.0.bzl.1 │ ├── MODULE.bazel │ └── source.json └── metadata.json ├── boost.parameter ├── 1.83.0.bzl.1 │ ├── MODULE.bazel │ └── source.json └── metadata.json ├── boost.parameter_python ├── 1.83.0.bzl.1 │ ├── MODULE.bazel │ └── source.json └── metadata.json ├── boost.pfr ├── 1.83.0.bzl.1 │ ├── MODULE.bazel │ └── source.json └── metadata.json ├── boost.phoenix ├── 1.83.0.bzl.1 │ ├── MODULE.bazel │ └── source.json └── metadata.json ├── boost.poly_collection ├── 1.83.0.bzl.1 │ ├── MODULE.bazel │ └── source.json └── metadata.json ├── boost.polygon ├── 1.83.0.bzl.1 │ ├── MODULE.bazel │ └── source.json └── metadata.json ├── boost.pool ├── 1.83.0.bzl.1 │ ├── MODULE.bazel │ └── source.json ├── 1.83.0.bzl.2 │ ├── MODULE.bazel │ └── source.json └── metadata.json ├── boost.predef ├── 1.83.0.bzl.1 │ ├── MODULE.bazel │ └── source.json └── metadata.json ├── boost.preprocessor ├── 1.83.0.bzl.1 │ ├── MODULE.bazel │ └── source.json └── metadata.json ├── boost.process ├── 1.83.0.bzl.1 │ ├── MODULE.bazel │ └── source.json ├── 1.83.0.bzl.2 │ ├── MODULE.bazel │ └── source.json └── metadata.json ├── boost.program_options ├── 1.83.0.bzl.1 │ ├── MODULE.bazel │ └── source.json ├── 1.83.0.bzl.2 │ ├── MODULE.bazel │ └── source.json └── metadata.json ├── boost.property_map.parallel ├── 1.83.0.bzl.1 │ ├── MODULE.bazel │ └── source.json └── metadata.json ├── boost.property_map ├── 1.83.0.bzl.1 │ ├── MODULE.bazel │ └── source.json └── metadata.json ├── boost.property_tree ├── 1.83.0.bzl.1 │ ├── MODULE.bazel │ └── source.json └── metadata.json ├── boost.proto ├── 1.83.0.bzl.1 │ ├── MODULE.bazel │ └── source.json └── metadata.json ├── boost.ptr_container ├── 1.83.0.bzl.1 │ ├── MODULE.bazel │ └── source.json └── metadata.json ├── boost.python ├── 1.83.0.bzl.1 │ ├── MODULE.bazel │ └── source.json └── metadata.json ├── boost.qvm ├── 1.83.0.bzl.1 │ ├── MODULE.bazel │ └── source.json └── metadata.json ├── boost.random ├── 1.83.0.bzl.1 │ ├── MODULE.bazel │ └── source.json └── metadata.json ├── boost.range ├── 1.83.0.bzl.1 │ ├── MODULE.bazel │ └── source.json └── metadata.json ├── boost.ratio ├── 1.83.0.bzl.1 │ ├── MODULE.bazel │ └── source.json └── metadata.json ├── boost.rational ├── 1.83.0.bzl.1 │ ├── MODULE.bazel │ └── source.json └── metadata.json ├── boost.regex ├── 1.83.0.bzl.1 │ ├── MODULE.bazel │ └── source.json └── metadata.json ├── boost.safe_numerics ├── 1.83.0.bzl.1 │ ├── MODULE.bazel │ └── source.json └── metadata.json ├── boost.scope_exit ├── 1.83.0.bzl.1 │ ├── MODULE.bazel │ └── source.json └── metadata.json ├── boost.serialization ├── 1.83.0.bzl.1 │ ├── MODULE.bazel │ └── source.json ├── 1.83.0.bzl.2 │ ├── MODULE.bazel │ └── source.json ├── 1.83.0.bzl.3 │ ├── MODULE.bazel │ └── source.json └── metadata.json ├── boost.signals └── metadata.json ├── boost.signals2 ├── 1.83.0.bzl.1 │ ├── MODULE.bazel │ └── source.json └── metadata.json ├── boost.smart_ptr ├── 1.83.0.bzl.1 │ ├── MODULE.bazel │ └── source.json └── metadata.json ├── boost.sort ├── 1.83.0.bzl.1 │ ├── MODULE.bazel │ └── source.json └── metadata.json ├── boost.spirit ├── 1.83.0.bzl.1 │ ├── MODULE.bazel │ └── source.json ├── 1.83.0.bzl.2 │ ├── MODULE.bazel │ └── source.json └── metadata.json ├── boost.stacktrace ├── 1.83.0.bzl.1 │ ├── MODULE.bazel │ └── source.json ├── 1.83.0.bzl.2 │ ├── MODULE.bazel │ └── source.json ├── 1.83.0.bzl.3 │ ├── MODULE.bazel │ └── source.json └── metadata.json ├── boost.statechart ├── 1.83.0.bzl.1 │ ├── MODULE.bazel │ └── source.json └── metadata.json ├── boost.static_assert ├── 1.83.0.bzl.1 │ ├── MODULE.bazel │ └── source.json └── metadata.json ├── boost.static_string ├── 1.83.0.bzl.1 │ ├── MODULE.bazel │ └── source.json └── metadata.json ├── boost.stl_interfaces ├── 1.83.0.bzl.1 │ ├── MODULE.bazel │ └── source.json └── metadata.json ├── boost.system ├── 1.83.0.bzl.1 │ ├── MODULE.bazel │ └── source.json ├── 1.83.0.bzl.2 │ ├── MODULE.bazel │ └── source.json └── metadata.json ├── boost.test ├── 1.83.0.bzl.1 │ ├── MODULE.bazel │ └── source.json ├── 1.83.0.bzl.2 │ ├── MODULE.bazel │ └── source.json ├── 1.83.0.bzl.3 │ ├── MODULE.bazel │ └── source.json ├── 1.83.0.bzl.4 │ ├── MODULE.bazel │ └── source.json └── metadata.json ├── boost.thread ├── 1.83.0.bzl.1 │ ├── MODULE.bazel │ └── source.json ├── 1.83.0.bzl.2 │ ├── MODULE.bazel │ └── source.json └── metadata.json ├── boost.throw_exception ├── 1.83.0.bzl.1 │ ├── MODULE.bazel │ └── source.json └── metadata.json ├── boost.timer ├── 1.83.0.bzl.1 │ ├── MODULE.bazel │ └── source.json └── metadata.json ├── boost.tokenizer ├── 1.83.0.bzl.1 │ ├── MODULE.bazel │ └── source.json └── metadata.json ├── boost.tti ├── 1.83.0.bzl.1 │ ├── MODULE.bazel │ └── source.json └── metadata.json ├── boost.tuple ├── 1.83.0.bzl.1 │ ├── MODULE.bazel │ └── source.json └── metadata.json ├── boost.type_erasure ├── 1.83.0.bzl.1 │ ├── MODULE.bazel │ └── source.json └── metadata.json ├── boost.type_index ├── 1.83.0.bzl.1 │ ├── MODULE.bazel │ └── source.json └── metadata.json ├── boost.type_traits ├── 1.83.0.bzl.1 │ ├── MODULE.bazel │ └── source.json └── metadata.json ├── boost.typeof ├── 1.83.0.bzl.1 │ ├── MODULE.bazel │ └── source.json └── metadata.json ├── boost.ublas ├── 1.83.0.bzl.1 │ ├── MODULE.bazel │ └── source.json └── metadata.json ├── boost.units ├── 1.83.0.bzl.1 │ ├── MODULE.bazel │ └── source.json └── metadata.json ├── boost.unordered ├── 1.83.0.bzl.1 │ ├── MODULE.bazel │ └── source.json └── metadata.json ├── boost.url ├── 1.83.0.bzl.1 │ ├── MODULE.bazel │ └── source.json ├── 1.83.0.bzl.2 │ ├── MODULE.bazel │ └── source.json └── metadata.json ├── boost.utility ├── 1.83.0.bzl.1 │ ├── MODULE.bazel │ └── source.json └── metadata.json ├── boost.uuid ├── 1.83.0.bzl.1 │ ├── MODULE.bazel │ └── source.json ├── 1.83.0.bzl.2 │ ├── MODULE.bazel │ └── source.json └── metadata.json ├── boost.variant ├── 1.83.0.bzl.1 │ ├── MODULE.bazel │ └── source.json └── metadata.json ├── boost.variant2 ├── 1.83.0.bzl.1 │ ├── MODULE.bazel │ └── source.json └── metadata.json ├── boost.vmd ├── 1.83.0.bzl.1 │ ├── MODULE.bazel │ └── source.json └── metadata.json ├── boost.wave ├── 1.83.0.bzl.1 │ ├── MODULE.bazel │ └── source.json └── metadata.json ├── boost.winapi ├── 1.83.0.bzl.1 │ ├── MODULE.bazel │ └── source.json └── metadata.json ├── boost.xpressive ├── 1.83.0.bzl.1 │ ├── MODULE.bazel │ └── source.json └── metadata.json └── boost.yap ├── 1.83.0.bzl.1 ├── MODULE.bazel └── source.json └── metadata.json /.editorconfig: -------------------------------------------------------------------------------- 1 | root = true 2 | 3 | [*] 4 | end_of_line = lf 5 | insert_final_newline = true 6 | 7 | -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | /bazel-* 2 | user.bazelrc 3 | /external 4 | /compile_commands.json 5 | /.cache 6 | *.tar.gz 7 | *.bazel.lock 8 | -------------------------------------------------------------------------------- /bazel_registry.json: -------------------------------------------------------------------------------- 1 | { 2 | "mirrors": [] 3 | } -------------------------------------------------------------------------------- /modules/boost.accumulators/1.83.0.bzl.1/source.json: -------------------------------------------------------------------------------- 1 | { 2 | "integrity": "sha256-jCuDjEflgMLHthYaVzh+TDOr1WaGF/0FdS7qVY54SQo=", 3 | "patch_strip": 0, 4 | "patches": {}, 5 | "url": "https://github.com/bazelboost/accumulators/releases/download/bazelboost-1.83.0.bzl.1/accumulators-bazelboost-1.83.0.bzl.1.tar.gz" 6 | } -------------------------------------------------------------------------------- /modules/boost.accumulators/metadata.json: -------------------------------------------------------------------------------- 1 | { 2 | "homepage": "https://www.boost.org/doc/libs/release/libs/accumulators/doc/html/index.html", 3 | "maintainers": [ 4 | { 5 | "email": "ezekiel@seaube.com", 6 | "github": "zaucy", 7 | "name": "Ezekiel Warren" 8 | } 9 | ], 10 | "repository": [ 11 | "github:bazelboost/accumulators" 12 | ], 13 | "versions": [ 14 | "1.83.0.bzl.1" 15 | ], 16 | "yanked_versions": {} 17 | } -------------------------------------------------------------------------------- /modules/boost.algorithm/1.83.0.bzl.1/source.json: -------------------------------------------------------------------------------- 1 | { 2 | "integrity": "sha256-eY/fCtp+2lLgcOR02t8yXkDtD9xjH8M3O2B+WGSeRhg=", 3 | "patch_strip": 0, 4 | "patches": {}, 5 | "url": "https://github.com/bazelboost/algorithm/releases/download/bazelboost-1.83.0.bzl.1/algorithm-bazelboost-1.83.0.bzl.1.tar.gz" 6 | } -------------------------------------------------------------------------------- /modules/boost.algorithm/metadata.json: -------------------------------------------------------------------------------- 1 | { 2 | "homepage": "https://www.boost.org/doc/libs/release/libs/algorithm/doc/html/index.html", 3 | "maintainers": [ 4 | { 5 | "email": "ezekiel@seaube.com", 6 | "github": "zaucy", 7 | "name": "Ezekiel Warren" 8 | } 9 | ], 10 | "repository": [ 11 | "github:bazelboost/algorithm" 12 | ], 13 | "versions": [ 14 | "1.83.0.bzl.1" 15 | ], 16 | "yanked_versions": {} 17 | } -------------------------------------------------------------------------------- /modules/boost.align/1.83.0.bzl.1/MODULE.bazel: -------------------------------------------------------------------------------- 1 | module( 2 | name = "boost.align", 3 | version = "1.83.0.bzl.1", 4 | compatibility_level = 108300, 5 | ) 6 | 7 | bazel_dep(name = "rules_cc", version = "0.0.8") 8 | bazel_dep(name = "boost.assert", version = "1.83.0.bzl.1") 9 | bazel_dep(name = "boost.config", version = "1.83.0.bzl.6") 10 | bazel_dep(name = "boost.core", version = "1.83.0.bzl.1") 11 | bazel_dep(name = "boost.static_assert", version = "1.83.0.bzl.1") 12 | -------------------------------------------------------------------------------- /modules/boost.align/1.83.0.bzl.1/source.json: -------------------------------------------------------------------------------- 1 | { 2 | "integrity": "sha256-KbxE4hJ8buR5rPFeDqyu/oo/DsudF9GpxX0wOkdP2Wg=", 3 | "patch_strip": 0, 4 | "patches": {}, 5 | "url": "https://github.com/bazelboost/align/releases/download/bazelboost-1.83.0.bzl.1/align-bazelboost-1.83.0.bzl.1.tar.gz" 6 | } -------------------------------------------------------------------------------- /modules/boost.align/metadata.json: -------------------------------------------------------------------------------- 1 | { 2 | "homepage": "https://www.boost.org/doc/libs/release/libs/align/doc/html/index.html", 3 | "maintainers": [ 4 | { 5 | "email": "ezekiel@seaube.com", 6 | "github": "zaucy", 7 | "name": "Ezekiel Warren" 8 | } 9 | ], 10 | "repository": [ 11 | "github:bazelboost/align" 12 | ], 13 | "versions": [ 14 | "1.83.0.bzl.1" 15 | ], 16 | "yanked_versions": {} 17 | } -------------------------------------------------------------------------------- /modules/boost.any/1.83.0.bzl.1/MODULE.bazel: -------------------------------------------------------------------------------- 1 | module( 2 | name = "boost.any", 3 | version = "1.83.0.bzl.1", 4 | compatibility_level = 108300, 5 | ) 6 | 7 | bazel_dep(name = "rules_cc", version = "0.0.8") 8 | bazel_dep(name = "boost.assert", version = "1.83.0.bzl.1") 9 | bazel_dep(name = "boost.config", version = "1.83.0.bzl.6") 10 | bazel_dep(name = "boost.core", version = "1.83.0.bzl.1") 11 | bazel_dep(name = "boost.static_assert", version = "1.83.0.bzl.1") 12 | bazel_dep(name = "boost.throw_exception", version = "1.83.0.bzl.1") 13 | bazel_dep(name = "boost.type_index", version = "1.83.0.bzl.1") 14 | bazel_dep(name = "boost.type_traits", version = "1.83.0.bzl.1") 15 | -------------------------------------------------------------------------------- /modules/boost.any/1.83.0.bzl.1/source.json: -------------------------------------------------------------------------------- 1 | { 2 | "integrity": "sha256-SwZBJkPcDIAxvt8+emRw1j+fLw7czpT52f47UnAyOdw=", 3 | "patch_strip": 0, 4 | "patches": {}, 5 | "url": "https://github.com/bazelboost/any/releases/download/bazelboost-1.83.0.bzl.1/any-bazelboost-1.83.0.bzl.1.tar.gz" 6 | } -------------------------------------------------------------------------------- /modules/boost.any/metadata.json: -------------------------------------------------------------------------------- 1 | { 2 | "homepage": "https://www.boost.org/doc/libs/release/libs/any/doc/html/index.html", 3 | "maintainers": [ 4 | { 5 | "email": "ezekiel@seaube.com", 6 | "github": "zaucy", 7 | "name": "Ezekiel Warren" 8 | } 9 | ], 10 | "repository": [ 11 | "github:bazelboost/any" 12 | ], 13 | "versions": [ 14 | "1.83.0.bzl.1" 15 | ], 16 | "yanked_versions": {} 17 | } -------------------------------------------------------------------------------- /modules/boost.array/1.83.0.bzl.1/MODULE.bazel: -------------------------------------------------------------------------------- 1 | module( 2 | name = "boost.array", 3 | version = "1.83.0.bzl.1", 4 | compatibility_level = 108300, 5 | ) 6 | 7 | bazel_dep(name = "rules_cc", version = "0.0.8") 8 | bazel_dep(name = "boost.assert", version = "1.83.0.bzl.1") 9 | bazel_dep(name = "boost.config", version = "1.83.0.bzl.6") 10 | bazel_dep(name = "boost.core", version = "1.83.0.bzl.1") 11 | bazel_dep(name = "boost.static_assert", version = "1.83.0.bzl.1") 12 | bazel_dep(name = "boost.throw_exception", version = "1.83.0.bzl.1") 13 | -------------------------------------------------------------------------------- /modules/boost.array/1.83.0.bzl.1/source.json: -------------------------------------------------------------------------------- 1 | { 2 | "integrity": "sha256-6YXSlKbrpLu48E5PqTqEmSOlm92T/MY+XLkGUbfMMgo=", 3 | "patch_strip": 0, 4 | "patches": {}, 5 | "url": "https://github.com/bazelboost/array/releases/download/bazelboost-1.83.0.bzl.1/array-bazelboost-1.83.0.bzl.1.tar.gz" 6 | } -------------------------------------------------------------------------------- /modules/boost.array/metadata.json: -------------------------------------------------------------------------------- 1 | { 2 | "homepage": "https://www.boost.org/doc/libs/release/libs/array/doc/html/index.html", 3 | "maintainers": [ 4 | { 5 | "email": "ezekiel@seaube.com", 6 | "github": "zaucy", 7 | "name": "Ezekiel Warren" 8 | } 9 | ], 10 | "repository": [ 11 | "github:bazelboost/array" 12 | ], 13 | "versions": [ 14 | "1.83.0.bzl.1" 15 | ], 16 | "yanked_versions": {} 17 | } -------------------------------------------------------------------------------- /modules/boost.asio/1.83.0.bzl.1/source.json: -------------------------------------------------------------------------------- 1 | { 2 | "integrity": "sha256-7DIZqoDS1a1pNzCDEMI4xG7upQIPmNDS69SMtHWKQBA=", 3 | "patch_strip": 0, 4 | "patches": {}, 5 | "url": "https://github.com/bazelboost/asio/releases/download/bazelboost-1.83.0.bzl.1/asio-bazelboost-1.83.0.bzl.1.tar.gz" 6 | } -------------------------------------------------------------------------------- /modules/boost.asio/1.83.0.bzl.2/source.json: -------------------------------------------------------------------------------- 1 | { 2 | "integrity": "sha256-kb0x3fkt7sAoCovDxvJWnPdpvIlVZE+7/BEccWpXLn0=", 3 | "patch_strip": 0, 4 | "patches": {}, 5 | "url": "https://github.com/bazelboost/asio/releases/download/bazelboost-1.83.0.bzl.2/asio-bazelboost-1.83.0.bzl.2.tar.gz" 6 | } -------------------------------------------------------------------------------- /modules/boost.asio/1.83.0.bzl.3/source.json: -------------------------------------------------------------------------------- 1 | { 2 | "integrity": "sha256-1FKi6T47c0WLszsPGYGg3dqS8K5/6azkwBQ0J/koHn0=", 3 | "patch_strip": 0, 4 | "patches": {}, 5 | "url": "https://github.com/bazelboost/asio/releases/download/bazelboost-1.83.0.bzl.3/asio-bazelboost-1.83.0.bzl.3.tar.gz" 6 | } -------------------------------------------------------------------------------- /modules/boost.asio/1.83.0.bzl.4/source.json: -------------------------------------------------------------------------------- 1 | { 2 | "integrity": "sha256-FhNj8xNnv4DPkMgxLyCftdP/NFKaouTsAGmvdhKTWKo=", 3 | "patch_strip": 0, 4 | "patches": {}, 5 | "url": "https://github.com/bazelboost/asio/releases/download/bazelboost-1.83.0.bzl.4/asio-bazelboost-1.83.0.bzl.4.tar.gz" 6 | } -------------------------------------------------------------------------------- /modules/boost.asio/metadata.json: -------------------------------------------------------------------------------- 1 | { 2 | "homepage": "https://www.boost.org/doc/libs/release/libs/asio/doc/html/index.html", 3 | "maintainers": [ 4 | { 5 | "email": "ezekiel@seaube.com", 6 | "github": "zaucy", 7 | "name": "Ezekiel Warren" 8 | } 9 | ], 10 | "repository": [ 11 | "github:bazelboost/asio" 12 | ], 13 | "versions": [ 14 | "1.83.0.bzl.1", 15 | "1.83.0.bzl.2", 16 | "1.83.0.bzl.3", 17 | "1.83.0.bzl.4" 18 | ], 19 | "yanked_versions": {} 20 | } -------------------------------------------------------------------------------- /modules/boost.assert/1.83.0.bzl.1/MODULE.bazel: -------------------------------------------------------------------------------- 1 | module( 2 | name = "boost.assert", 3 | version = "1.83.0.bzl.1", 4 | compatibility_level = 108300, 5 | ) 6 | 7 | bazel_dep(name = "rules_cc", version = "0.0.8") 8 | bazel_dep(name = "boost.config", version = "1.83.0.bzl.6") 9 | -------------------------------------------------------------------------------- /modules/boost.assert/1.83.0.bzl.1/source.json: -------------------------------------------------------------------------------- 1 | { 2 | "integrity": "sha256-+gnBj6IFJBuxuMFbhz40we87p6vnucXRGv/Xubz65Vw=", 3 | "patch_strip": 0, 4 | "patches": {}, 5 | "url": "https://github.com/bazelboost/assert/releases/download/bazelboost-1.83.0.bzl.1/assert-bazelboost-1.83.0.bzl.1.tar.gz" 6 | } -------------------------------------------------------------------------------- /modules/boost.assert/metadata.json: -------------------------------------------------------------------------------- 1 | { 2 | "homepage": "https://www.boost.org/doc/libs/release/libs/assert/doc/html/index.html", 3 | "maintainers": [ 4 | { 5 | "email": "ezekiel@seaube.com", 6 | "github": "zaucy", 7 | "name": "Ezekiel Warren" 8 | } 9 | ], 10 | "repository": [ 11 | "github:bazelboost/assert" 12 | ], 13 | "versions": [ 14 | "1.83.0.bzl.1" 15 | ], 16 | "yanked_versions": {} 17 | } -------------------------------------------------------------------------------- /modules/boost.assign/1.83.0.bzl.1/source.json: -------------------------------------------------------------------------------- 1 | { 2 | "integrity": "sha256-mRh1Ua7dVxKdmukydM9bhKcafV2K/fbolkBkAoTNnUY=", 3 | "patch_strip": 0, 4 | "patches": {}, 5 | "url": "https://github.com/bazelboost/assign/releases/download/bazelboost-1.83.0.bzl.1/assign-bazelboost-1.83.0.bzl.1.tar.gz" 6 | } -------------------------------------------------------------------------------- /modules/boost.assign/metadata.json: -------------------------------------------------------------------------------- 1 | { 2 | "homepage": "https://www.boost.org/doc/libs/release/libs/assign/doc/html/index.html", 3 | "maintainers": [ 4 | { 5 | "email": "ezekiel@seaube.com", 6 | "github": "zaucy", 7 | "name": "Ezekiel Warren" 8 | } 9 | ], 10 | "repository": [ 11 | "github:bazelboost/assign" 12 | ], 13 | "versions": [ 14 | "1.83.0.bzl.1" 15 | ], 16 | "yanked_versions": {} 17 | } -------------------------------------------------------------------------------- /modules/boost.atomic/1.83.0.bzl.1/MODULE.bazel: -------------------------------------------------------------------------------- 1 | module( 2 | name = "boost.atomic", 3 | version = "1.83.0.bzl.1", 4 | compatibility_level = 108300, 5 | ) 6 | 7 | bazel_dep(name = "rules_cc", version = "0.0.8") 8 | bazel_dep(name = "boost.align", version = "1.83.0.bzl.1") 9 | bazel_dep(name = "boost.assert", version = "1.83.0.bzl.1") 10 | bazel_dep(name = "boost.config", version = "1.83.0.bzl.6") 11 | bazel_dep(name = "boost.predef", version = "1.83.0.bzl.1") 12 | bazel_dep(name = "boost.preprocessor", version = "1.83.0.bzl.1") 13 | bazel_dep(name = "boost.static_assert", version = "1.83.0.bzl.1") 14 | bazel_dep(name = "boost.type_traits", version = "1.83.0.bzl.1") 15 | bazel_dep(name = "boost.winapi", version = "1.83.0.bzl.1") 16 | -------------------------------------------------------------------------------- /modules/boost.atomic/1.83.0.bzl.1/source.json: -------------------------------------------------------------------------------- 1 | { 2 | "integrity": "sha256-V8EuW/iQLzhmKOmDs2bzzOYfqSkfuouJScuwgYAu9eQ=", 3 | "patch_strip": 0, 4 | "patches": {}, 5 | "url": "https://github.com/bazelboost/atomic/releases/download/bazelboost-1.83.0.bzl.1/atomic-bazelboost-1.83.0.bzl.1.tar.gz" 6 | } -------------------------------------------------------------------------------- /modules/boost.atomic/metadata.json: -------------------------------------------------------------------------------- 1 | { 2 | "homepage": "https://www.boost.org/doc/libs/release/libs/atomic/doc/html/index.html", 3 | "maintainers": [ 4 | { 5 | "email": "ezekiel@seaube.com", 6 | "github": "zaucy", 7 | "name": "Ezekiel Warren" 8 | } 9 | ], 10 | "repository": [ 11 | "github:bazelboost/atomic" 12 | ], 13 | "versions": [ 14 | "1.83.0.bzl.1" 15 | ], 16 | "yanked_versions": {} 17 | } -------------------------------------------------------------------------------- /modules/boost.beast/1.83.0.bzl.1/source.json: -------------------------------------------------------------------------------- 1 | { 2 | "integrity": "sha256-xhh1cRoxxlhXjbIZNpLrhjVa9FvAvIoHat4ObpllU34=", 3 | "patch_strip": 0, 4 | "patches": {}, 5 | "url": "https://github.com/bazelboost/beast/releases/download/bazelboost-1.83.0.bzl.1/beast-bazelboost-1.83.0.bzl.1.tar.gz" 6 | } -------------------------------------------------------------------------------- /modules/boost.beast/1.83.0.bzl.2/source.json: -------------------------------------------------------------------------------- 1 | { 2 | "integrity": "sha256-9oCZGuQ3A2retBPVIcutPdsxwUakq9PjgbF/0Ufg93U=", 3 | "patch_strip": 0, 4 | "patches": {}, 5 | "url": "https://github.com/bazelboost/beast/releases/download/bazelboost-1.83.0.bzl.2/beast-bazelboost-1.83.0.bzl.2.tar.gz" 6 | } -------------------------------------------------------------------------------- /modules/boost.beast/metadata.json: -------------------------------------------------------------------------------- 1 | { 2 | "homepage": "https://www.boost.org/doc/libs/release/libs/beast/doc/html/index.html", 3 | "maintainers": [ 4 | { 5 | "email": "ezekiel@seaube.com", 6 | "github": "zaucy", 7 | "name": "Ezekiel Warren" 8 | } 9 | ], 10 | "repository": [ 11 | "github:bazelboost/beast" 12 | ], 13 | "versions": [ 14 | "1.83.0.bzl.1", 15 | "1.83.0.bzl.2" 16 | ], 17 | "yanked_versions": {} 18 | } -------------------------------------------------------------------------------- /modules/boost.bimap/1.83.0.bzl.1/source.json: -------------------------------------------------------------------------------- 1 | { 2 | "integrity": "sha256-onFveq93tGEvjKkwLJ1Fiw86WrQWlMSwGuNL+WIe4RE=", 3 | "patch_strip": 0, 4 | "patches": {}, 5 | "url": "https://github.com/bazelboost/bimap/releases/download/bazelboost-1.83.0.bzl.1/bimap-bazelboost-1.83.0.bzl.1.tar.gz" 6 | } -------------------------------------------------------------------------------- /modules/boost.bimap/metadata.json: -------------------------------------------------------------------------------- 1 | { 2 | "homepage": "https://www.boost.org/doc/libs/release/libs/bimap/doc/html/index.html", 3 | "maintainers": [ 4 | { 5 | "email": "ezekiel@seaube.com", 6 | "github": "zaucy", 7 | "name": "Ezekiel Warren" 8 | } 9 | ], 10 | "repository": [ 11 | "github:bazelboost/bimap" 12 | ], 13 | "versions": [ 14 | "1.83.0.bzl.1" 15 | ], 16 | "yanked_versions": {} 17 | } -------------------------------------------------------------------------------- /modules/boost.bind/1.83.0.bzl.1/MODULE.bazel: -------------------------------------------------------------------------------- 1 | module( 2 | name = "boost.bind", 3 | version = "1.83.0.bzl.1", 4 | compatibility_level = 108300, 5 | ) 6 | 7 | bazel_dep(name = "rules_cc", version = "0.0.8") 8 | bazel_dep(name = "boost.config", version = "1.83.0.bzl.6") 9 | bazel_dep(name = "boost.core", version = "1.83.0.bzl.1") 10 | -------------------------------------------------------------------------------- /modules/boost.bind/1.83.0.bzl.1/source.json: -------------------------------------------------------------------------------- 1 | { 2 | "integrity": "sha256-m3wcik6aXCsN0RIrGRUJ2xOU018V8bICsgeVwEZ0eHY=", 3 | "patch_strip": 0, 4 | "patches": {}, 5 | "url": "https://github.com/bazelboost/bind/releases/download/bazelboost-1.83.0.bzl.1/bind-bazelboost-1.83.0.bzl.1.tar.gz" 6 | } -------------------------------------------------------------------------------- /modules/boost.bind/metadata.json: -------------------------------------------------------------------------------- 1 | { 2 | "homepage": "https://www.boost.org/doc/libs/release/libs/bind/doc/html/index.html", 3 | "maintainers": [ 4 | { 5 | "email": "ezekiel@seaube.com", 6 | "github": "zaucy", 7 | "name": "Ezekiel Warren" 8 | } 9 | ], 10 | "repository": [ 11 | "github:bazelboost/bind" 12 | ], 13 | "versions": [ 14 | "1.83.0.bzl.1" 15 | ], 16 | "yanked_versions": {} 17 | } -------------------------------------------------------------------------------- /modules/boost.boost/metadata.json: -------------------------------------------------------------------------------- 1 | { 2 | "homepage": "https://www.boost.org/doc/libs/release/libs/boost/doc/html/index.html", 3 | "maintainers": [ 4 | { 5 | "email": "ezekiel@seaube.com", 6 | "github": "zaucy", 7 | "name": "Ezekiel Warren" 8 | } 9 | ], 10 | "repository": [ 11 | "github:bazelboost/boost" 12 | ], 13 | "versions": [], 14 | "yanked_versions": {} 15 | } -------------------------------------------------------------------------------- /modules/boost.callable_traits/1.83.0.bzl.1/MODULE.bazel: -------------------------------------------------------------------------------- 1 | module( 2 | name = "boost.callable_traits", 3 | version = "1.83.0.bzl.1", 4 | compatibility_level = 108300, 5 | ) 6 | 7 | bazel_dep(name = "rules_cc", version = "0.0.8") 8 | -------------------------------------------------------------------------------- /modules/boost.callable_traits/1.83.0.bzl.1/source.json: -------------------------------------------------------------------------------- 1 | { 2 | "integrity": "sha256-ltcwPpldnVATitLDB0Gcb81e59GjYRdbQ/pCSJl5RRE=", 3 | "patch_strip": 0, 4 | "patches": {}, 5 | "url": "https://github.com/bazelboost/callable_traits/releases/download/bazelboost-1.83.0.bzl.1/callable_traits-bazelboost-1.83.0.bzl.1.tar.gz" 6 | } -------------------------------------------------------------------------------- /modules/boost.callable_traits/metadata.json: -------------------------------------------------------------------------------- 1 | { 2 | "homepage": "https://www.boost.org/doc/libs/release/libs/callable_traits/doc/html/index.html", 3 | "maintainers": [ 4 | { 5 | "email": "ezekiel@seaube.com", 6 | "github": "zaucy", 7 | "name": "Ezekiel Warren" 8 | } 9 | ], 10 | "repository": [ 11 | "github:bazelboost/callable_traits" 12 | ], 13 | "versions": [ 14 | "1.83.0.bzl.1" 15 | ], 16 | "yanked_versions": {} 17 | } -------------------------------------------------------------------------------- /modules/boost.chrono/1.83.0.bzl.1/source.json: -------------------------------------------------------------------------------- 1 | { 2 | "integrity": "sha256-xZI9hWFJRElk6uDb8bon2i+VjX7jDaNMxWrm0qj0G7I=", 3 | "patch_strip": 0, 4 | "patches": {}, 5 | "url": "https://github.com/bazelboost/chrono/releases/download/bazelboost-1.83.0.bzl.1/chrono-bazelboost-1.83.0.bzl.1.tar.gz" 6 | } -------------------------------------------------------------------------------- /modules/boost.chrono/1.83.0.bzl.2/source.json: -------------------------------------------------------------------------------- 1 | { 2 | "integrity": "sha256-iwiYMc+9N20D+JXstI1ESnNbNR7e3YXYCpmQ0TgeDFo=", 3 | "patch_strip": 0, 4 | "patches": {}, 5 | "url": "https://github.com/bazelboost/chrono/releases/download/bazelboost-1.83.0.bzl.2/chrono-bazelboost-1.83.0.bzl.2.tar.gz" 6 | } -------------------------------------------------------------------------------- /modules/boost.chrono/metadata.json: -------------------------------------------------------------------------------- 1 | { 2 | "homepage": "https://www.boost.org/doc/libs/release/libs/chrono/doc/html/index.html", 3 | "maintainers": [ 4 | { 5 | "email": "ezekiel@seaube.com", 6 | "github": "zaucy", 7 | "name": "Ezekiel Warren" 8 | } 9 | ], 10 | "repository": [ 11 | "github:bazelboost/chrono" 12 | ], 13 | "versions": [ 14 | "1.83.0.bzl.1", 15 | "1.83.0.bzl.2" 16 | ], 17 | "yanked_versions": {} 18 | } -------------------------------------------------------------------------------- /modules/boost.circular_buffer/1.83.0.bzl.1/MODULE.bazel: -------------------------------------------------------------------------------- 1 | module( 2 | name = "boost.circular_buffer", 3 | version = "1.83.0.bzl.1", 4 | compatibility_level = 108300, 5 | ) 6 | 7 | bazel_dep(name = "rules_cc", version = "0.0.8") 8 | bazel_dep(name = "boost.assert", version = "1.83.0.bzl.1") 9 | bazel_dep(name = "boost.concept_check", version = "1.83.0.bzl.1") 10 | bazel_dep(name = "boost.config", version = "1.83.0.bzl.6") 11 | bazel_dep(name = "boost.core", version = "1.83.0.bzl.1") 12 | bazel_dep(name = "boost.move", version = "1.83.0.bzl.1") 13 | bazel_dep(name = "boost.static_assert", version = "1.83.0.bzl.1") 14 | bazel_dep(name = "boost.throw_exception", version = "1.83.0.bzl.1") 15 | bazel_dep(name = "boost.type_traits", version = "1.83.0.bzl.1") 16 | -------------------------------------------------------------------------------- /modules/boost.circular_buffer/1.83.0.bzl.1/source.json: -------------------------------------------------------------------------------- 1 | { 2 | "integrity": "sha256-F0ywJki774x8FNxFzQvZvjmj6ACTwoVG5cBDngAugBM=", 3 | "patch_strip": 0, 4 | "patches": {}, 5 | "url": "https://github.com/bazelboost/circular_buffer/releases/download/bazelboost-1.83.0.bzl.1/circular_buffer-bazelboost-1.83.0.bzl.1.tar.gz" 6 | } -------------------------------------------------------------------------------- /modules/boost.circular_buffer/metadata.json: -------------------------------------------------------------------------------- 1 | { 2 | "homepage": "https://www.boost.org/doc/libs/release/libs/circular_buffer/doc/html/index.html", 3 | "maintainers": [ 4 | { 5 | "email": "ezekiel@seaube.com", 6 | "github": "zaucy", 7 | "name": "Ezekiel Warren" 8 | } 9 | ], 10 | "repository": [ 11 | "github:bazelboost/circular_buffer" 12 | ], 13 | "versions": [ 14 | "1.83.0.bzl.1" 15 | ], 16 | "yanked_versions": {} 17 | } -------------------------------------------------------------------------------- /modules/boost.compatibility/1.83.0.bzl.1/MODULE.bazel: -------------------------------------------------------------------------------- 1 | module( 2 | name = "boost.compatibility", 3 | version = "1.83.0.bzl.1", 4 | compatibility_level = 108300, 5 | ) 6 | 7 | bazel_dep(name = "rules_cc", version = "0.0.8") 8 | -------------------------------------------------------------------------------- /modules/boost.compatibility/1.83.0.bzl.1/source.json: -------------------------------------------------------------------------------- 1 | { 2 | "integrity": "sha256-3pSlMXWNl72aNjiu/QfFaTEWbhGSnClFdxoPzdlr70U=", 3 | "patch_strip": 0, 4 | "patches": {}, 5 | "url": "https://github.com/bazelboost/compatibility/releases/download/bazelboost-1.83.0.bzl.1/compatibility-bazelboost-1.83.0.bzl.1.tar.gz" 6 | } -------------------------------------------------------------------------------- /modules/boost.compatibility/metadata.json: -------------------------------------------------------------------------------- 1 | { 2 | "homepage": "https://www.boost.org/doc/libs/release/libs/compatibility/doc/html/index.html", 3 | "maintainers": [ 4 | { 5 | "email": "ezekiel@seaube.com", 6 | "github": "zaucy", 7 | "name": "Ezekiel Warren" 8 | } 9 | ], 10 | "repository": [ 11 | "github:bazelboost/compatibility" 12 | ], 13 | "versions": [ 14 | "1.83.0.bzl.1" 15 | ], 16 | "yanked_versions": {} 17 | } -------------------------------------------------------------------------------- /modules/boost.compute/1.83.0.bzl.1/source.json: -------------------------------------------------------------------------------- 1 | { 2 | "integrity": "sha256-COs8eNRnblfWY1zzYX1mbltwA/fS4VzmLL3Ap3/icoI=", 3 | "patch_strip": 0, 4 | "patches": {}, 5 | "url": "https://github.com/bazelboost/compute/releases/download/bazelboost-1.83.0.bzl.1/compute-bazelboost-1.83.0.bzl.1.tar.gz" 6 | } -------------------------------------------------------------------------------- /modules/boost.compute/metadata.json: -------------------------------------------------------------------------------- 1 | { 2 | "homepage": "https://www.boost.org/doc/libs/release/libs/compute/doc/html/index.html", 3 | "maintainers": [ 4 | { 5 | "email": "ezekiel@seaube.com", 6 | "github": "zaucy", 7 | "name": "Ezekiel Warren" 8 | } 9 | ], 10 | "repository": [ 11 | "github:bazelboost/compute" 12 | ], 13 | "versions": [ 14 | "1.83.0.bzl.1" 15 | ], 16 | "yanked_versions": {} 17 | } -------------------------------------------------------------------------------- /modules/boost.concept_check/1.83.0.bzl.1/MODULE.bazel: -------------------------------------------------------------------------------- 1 | module( 2 | name = "boost.concept_check", 3 | version = "1.83.0.bzl.1", 4 | compatibility_level = 108300, 5 | ) 6 | 7 | bazel_dep(name = "rules_cc", version = "0.0.8") 8 | bazel_dep(name = "boost.config", version = "1.83.0.bzl.6") 9 | bazel_dep(name = "boost.preprocessor", version = "1.83.0.bzl.1") 10 | bazel_dep(name = "boost.static_assert", version = "1.83.0.bzl.1") 11 | bazel_dep(name = "boost.type_traits", version = "1.83.0.bzl.1") 12 | -------------------------------------------------------------------------------- /modules/boost.concept_check/1.83.0.bzl.1/source.json: -------------------------------------------------------------------------------- 1 | { 2 | "integrity": "sha256-fcdjkZkEfy7cqkn3xNIGSagHPzMtgtvKGpG3wwehJSU=", 3 | "patch_strip": 0, 4 | "patches": {}, 5 | "url": "https://github.com/bazelboost/concept_check/releases/download/bazelboost-1.83.0.bzl.1/concept_check-bazelboost-1.83.0.bzl.1.tar.gz" 6 | } -------------------------------------------------------------------------------- /modules/boost.concept_check/metadata.json: -------------------------------------------------------------------------------- 1 | { 2 | "homepage": "https://www.boost.org/doc/libs/release/libs/concept_check/doc/html/index.html", 3 | "maintainers": [ 4 | { 5 | "email": "ezekiel@seaube.com", 6 | "github": "zaucy", 7 | "name": "Ezekiel Warren" 8 | } 9 | ], 10 | "repository": [ 11 | "github:bazelboost/concept_check" 12 | ], 13 | "versions": [ 14 | "1.83.0.bzl.1" 15 | ], 16 | "yanked_versions": {} 17 | } -------------------------------------------------------------------------------- /modules/boost.config/1.83.0.bzl.1/MODULE.bazel: -------------------------------------------------------------------------------- 1 | module( 2 | name = "boost.config", 3 | version = "1.83.0.bzl.1", 4 | compatibility_level = 108300, 5 | ) 6 | -------------------------------------------------------------------------------- /modules/boost.config/1.83.0.bzl.1/source.json: -------------------------------------------------------------------------------- 1 | { 2 | "integrity": "sha256-JIiDc4UAubDZNsSRwWEdj77fn7TolD/kd459WdGXNd8=", 3 | "patch_strip": 0, 4 | "patches": {}, 5 | "url": "https://github.com/bazelboost/config/releases/download/bazelboost-1.83.0.bzl.1/config-bazelboost-1.83.0.bzl.1.tar.gz" 6 | } -------------------------------------------------------------------------------- /modules/boost.config/1.83.0.bzl.2/MODULE.bazel: -------------------------------------------------------------------------------- 1 | module( 2 | name = "boost.config", 3 | version = "1.83.0.bzl.2", 4 | compatibility_level = 108300, 5 | ) 6 | 7 | bazel_dep(name = "rules_cc", version = "0.0.8") 8 | -------------------------------------------------------------------------------- /modules/boost.config/1.83.0.bzl.2/source.json: -------------------------------------------------------------------------------- 1 | { 2 | "integrity": "sha256-xE/WNjSKTV8TE5oQ/JUwCVYduRLAEUqAlirco5ioLNM=", 3 | "patch_strip": 0, 4 | "patches": {}, 5 | "url": "config-bazelboost-1.83.0.bzl.2.tar.gz" 6 | } -------------------------------------------------------------------------------- /modules/boost.config/1.83.0.bzl.3/MODULE.bazel: -------------------------------------------------------------------------------- 1 | module( 2 | name = "boost.config", 3 | version = "1.83.0.bzl.3", 4 | compatibility_level = 108300, 5 | ) 6 | 7 | bazel_dep(name = "rules_cc", version = "0.0.8") 8 | -------------------------------------------------------------------------------- /modules/boost.config/1.83.0.bzl.3/source.json: -------------------------------------------------------------------------------- 1 | { 2 | "integrity": "sha256-MDJ8BsYdxyqImh0/7D+BwbHpo2cpMwc849+fDA6MmtI=", 3 | "patch_strip": 0, 4 | "patches": {}, 5 | "url": "https://github.com/bazelboost/config/releases/download/bazelboost-1.83.0.bzl.3/config-bazelboost-1.83.0.bzl.3.tar.gz" 6 | } -------------------------------------------------------------------------------- /modules/boost.config/1.83.0.bzl.6/MODULE.bazel: -------------------------------------------------------------------------------- 1 | module( 2 | name = "boost.config", 3 | version = "1.83.0.bzl.6", 4 | compatibility_level = 108300, 5 | ) 6 | 7 | bazel_dep(name = "rules_cc", version = "0.0.8") 8 | -------------------------------------------------------------------------------- /modules/boost.config/1.83.0.bzl.6/source.json: -------------------------------------------------------------------------------- 1 | { 2 | "integrity": "sha256-o1Y+tXwECAEDbjKJyJj10CLBgKCPThOvYKcXHAECu+E=", 3 | "patch_strip": 0, 4 | "patches": {}, 5 | "url": "https://github.com/bazelboost/config/releases/download/bazelboost-1.83.0.bzl.6/config-bazelboost-1.83.0.bzl.6.tar.gz" 6 | } -------------------------------------------------------------------------------- /modules/boost.config/metadata.json: -------------------------------------------------------------------------------- 1 | { 2 | "homepage": "https://www.boost.org/doc/libs/release/libs/config/doc/html/index.html", 3 | "maintainers": [ 4 | { 5 | "email": "ezekiel@seaube.com", 6 | "github": "zaucy", 7 | "name": "Ezekiel Warren" 8 | } 9 | ], 10 | "repository": [ 11 | "github:bazelboost/config" 12 | ], 13 | "versions": [ 14 | "1.83.0.bzl.1", 15 | "1.83.0.bzl.2", 16 | "1.83.0.bzl.3", 17 | "1.83.0.bzl.6" 18 | ], 19 | "yanked_versions": {} 20 | } -------------------------------------------------------------------------------- /modules/boost.container/1.83.0.bzl.1/MODULE.bazel: -------------------------------------------------------------------------------- 1 | module( 2 | name = "boost.container", 3 | version = "1.83.0.bzl.1", 4 | compatibility_level = 108300, 5 | ) 6 | 7 | bazel_dep(name = "rules_cc", version = "0.0.8") 8 | bazel_dep(name = "boost.assert", version = "1.83.0.bzl.1") 9 | bazel_dep(name = "boost.config", version = "1.83.0.bzl.6") 10 | bazel_dep(name = "boost.intrusive", version = "1.83.0.bzl.1") 11 | bazel_dep(name = "boost.move", version = "1.83.0.bzl.1") 12 | bazel_dep(name = "boost.static_assert", version = "1.83.0.bzl.1") 13 | -------------------------------------------------------------------------------- /modules/boost.container/1.83.0.bzl.1/source.json: -------------------------------------------------------------------------------- 1 | { 2 | "integrity": "sha256-tDtPgZviAkIbLp/mleaWtrgCQtf77sLE14hFvgRst9I=", 3 | "patch_strip": 0, 4 | "patches": {}, 5 | "url": "https://github.com/bazelboost/container/releases/download/bazelboost-1.83.0.bzl.1/container-bazelboost-1.83.0.bzl.1.tar.gz" 6 | } -------------------------------------------------------------------------------- /modules/boost.container/metadata.json: -------------------------------------------------------------------------------- 1 | { 2 | "homepage": "https://www.boost.org/doc/libs/release/libs/container/doc/html/index.html", 3 | "maintainers": [ 4 | { 5 | "email": "ezekiel@seaube.com", 6 | "github": "zaucy", 7 | "name": "Ezekiel Warren" 8 | } 9 | ], 10 | "repository": [ 11 | "github:bazelboost/container" 12 | ], 13 | "versions": [ 14 | "1.83.0.bzl.1" 15 | ], 16 | "yanked_versions": {} 17 | } -------------------------------------------------------------------------------- /modules/boost.container_hash/1.83.0.bzl.1/MODULE.bazel: -------------------------------------------------------------------------------- 1 | module( 2 | name = "boost.container_hash", 3 | version = "1.83.0.bzl.1", 4 | compatibility_level = 108300, 5 | ) 6 | 7 | bazel_dep(name = "rules_cc", version = "0.0.8") 8 | bazel_dep(name = "boost.config", version = "1.83.0.bzl.6") 9 | bazel_dep(name = "boost.describe", version = "1.83.0.bzl.1") 10 | bazel_dep(name = "boost.mp11", version = "1.83.0.bzl.1") 11 | bazel_dep(name = "boost.type_traits", version = "1.83.0.bzl.1") 12 | -------------------------------------------------------------------------------- /modules/boost.container_hash/1.83.0.bzl.1/source.json: -------------------------------------------------------------------------------- 1 | { 2 | "integrity": "sha256-AaxdKvbsLt50S2dZ3LevDASPS8QeeIb9RidHLKsoG5s=", 3 | "patch_strip": 0, 4 | "patches": {}, 5 | "url": "https://github.com/bazelboost/container_hash/releases/download/bazelboost-1.83.0.bzl.1/container_hash-bazelboost-1.83.0.bzl.1.tar.gz" 6 | } -------------------------------------------------------------------------------- /modules/boost.container_hash/metadata.json: -------------------------------------------------------------------------------- 1 | { 2 | "homepage": "https://www.boost.org/doc/libs/release/libs/container_hash/doc/html/index.html", 3 | "maintainers": [ 4 | { 5 | "email": "ezekiel@seaube.com", 6 | "github": "zaucy", 7 | "name": "Ezekiel Warren" 8 | } 9 | ], 10 | "repository": [ 11 | "github:bazelboost/container_hash" 12 | ], 13 | "versions": [ 14 | "1.83.0.bzl.1" 15 | ], 16 | "yanked_versions": {} 17 | } -------------------------------------------------------------------------------- /modules/boost.context/1.83.0.bzl.1/MODULE.bazel: -------------------------------------------------------------------------------- 1 | module( 2 | name = "boost.context", 3 | version = "1.83.0.bzl.1", 4 | compatibility_level = 108300, 5 | ) 6 | 7 | bazel_dep(name = "rules_cc", version = "0.0.8") 8 | bazel_dep(name = "boost.assert", version = "1.83.0.bzl.1") 9 | bazel_dep(name = "boost.config", version = "1.83.0.bzl.6") 10 | bazel_dep(name = "boost.core", version = "1.83.0.bzl.1") 11 | bazel_dep(name = "boost.mp11", version = "1.83.0.bzl.1") 12 | bazel_dep(name = "boost.pool", version = "1.83.0.bzl.1") 13 | bazel_dep(name = "boost.predef", version = "1.83.0.bzl.1") 14 | bazel_dep(name = "boost.smart_ptr", version = "1.83.0.bzl.1") 15 | -------------------------------------------------------------------------------- /modules/boost.context/1.83.0.bzl.1/source.json: -------------------------------------------------------------------------------- 1 | { 2 | "integrity": "sha256-eXis9BdgPBFrj0fUVyvxzjc1Lkski+EGd7Z99uOf8Rk=", 3 | "patch_strip": 0, 4 | "patches": {}, 5 | "url": "https://github.com/bazelboost/context/releases/download/bazelboost-1.83.0.bzl.1/context-bazelboost-1.83.0.bzl.1.tar.gz" 6 | } -------------------------------------------------------------------------------- /modules/boost.context/metadata.json: -------------------------------------------------------------------------------- 1 | { 2 | "homepage": "https://www.boost.org/doc/libs/release/libs/context/doc/html/index.html", 3 | "maintainers": [ 4 | { 5 | "email": "ezekiel@seaube.com", 6 | "github": "zaucy", 7 | "name": "Ezekiel Warren" 8 | } 9 | ], 10 | "repository": [ 11 | "github:bazelboost/context" 12 | ], 13 | "versions": [ 14 | "1.83.0.bzl.1" 15 | ], 16 | "yanked_versions": {} 17 | } -------------------------------------------------------------------------------- /modules/boost.contract/1.83.0.bzl.1/source.json: -------------------------------------------------------------------------------- 1 | { 2 | "integrity": "sha256-SeziGyl/H5aMd5nuXeh/qBYk4HqZbKgnWRGrz7OhDbw=", 3 | "patch_strip": 0, 4 | "patches": {}, 5 | "url": "https://github.com/bazelboost/contract/releases/download/bazelboost-1.83.0.bzl.1/contract-bazelboost-1.83.0.bzl.1.tar.gz" 6 | } -------------------------------------------------------------------------------- /modules/boost.contract/metadata.json: -------------------------------------------------------------------------------- 1 | { 2 | "homepage": "https://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html", 3 | "maintainers": [ 4 | { 5 | "email": "ezekiel@seaube.com", 6 | "github": "zaucy", 7 | "name": "Ezekiel Warren" 8 | } 9 | ], 10 | "repository": [ 11 | "github:bazelboost/contract" 12 | ], 13 | "versions": [ 14 | "1.83.0.bzl.1" 15 | ], 16 | "yanked_versions": {} 17 | } -------------------------------------------------------------------------------- /modules/boost.conversion/1.83.0.bzl.1/MODULE.bazel: -------------------------------------------------------------------------------- 1 | module( 2 | name = "boost.conversion", 3 | version = "1.83.0.bzl.1", 4 | compatibility_level = 108300, 5 | ) 6 | 7 | bazel_dep(name = "rules_cc", version = "0.0.8") 8 | bazel_dep(name = "boost.assert", version = "1.83.0.bzl.1") 9 | bazel_dep(name = "boost.config", version = "1.83.0.bzl.6") 10 | bazel_dep(name = "boost.core", version = "1.83.0.bzl.1") 11 | bazel_dep(name = "boost.smart_ptr", version = "1.83.0.bzl.1") 12 | bazel_dep(name = "boost.throw_exception", version = "1.83.0.bzl.1") 13 | bazel_dep(name = "boost.type_traits", version = "1.83.0.bzl.1") 14 | bazel_dep(name = "boost.typeof", version = "1.83.0.bzl.1") 15 | -------------------------------------------------------------------------------- /modules/boost.conversion/1.83.0.bzl.1/source.json: -------------------------------------------------------------------------------- 1 | { 2 | "integrity": "sha256-u2ug2i8xLu79gAc1B27BdSF7pbs034ITuGdd125gqsU=", 3 | "patch_strip": 0, 4 | "patches": {}, 5 | "url": "https://github.com/bazelboost/conversion/releases/download/bazelboost-1.83.0.bzl.1/conversion-bazelboost-1.83.0.bzl.1.tar.gz" 6 | } -------------------------------------------------------------------------------- /modules/boost.conversion/metadata.json: -------------------------------------------------------------------------------- 1 | { 2 | "homepage": "https://www.boost.org/doc/libs/release/libs/conversion/doc/html/index.html", 3 | "maintainers": [ 4 | { 5 | "email": "ezekiel@seaube.com", 6 | "github": "zaucy", 7 | "name": "Ezekiel Warren" 8 | } 9 | ], 10 | "repository": [ 11 | "github:bazelboost/conversion" 12 | ], 13 | "versions": [ 14 | "1.83.0.bzl.1" 15 | ], 16 | "yanked_versions": {} 17 | } -------------------------------------------------------------------------------- /modules/boost.convert/1.83.0.bzl.1/source.json: -------------------------------------------------------------------------------- 1 | { 2 | "integrity": "sha256-Yx3CbWLrDPJBIWT29MJB0OOV8ngkumoA8B/XWZLe4sU=", 3 | "patch_strip": 0, 4 | "patches": {}, 5 | "url": "https://github.com/bazelboost/convert/releases/download/bazelboost-1.83.0.bzl.1/convert-bazelboost-1.83.0.bzl.1.tar.gz" 6 | } -------------------------------------------------------------------------------- /modules/boost.convert/metadata.json: -------------------------------------------------------------------------------- 1 | { 2 | "homepage": "https://www.boost.org/doc/libs/release/libs/convert/doc/html/index.html", 3 | "maintainers": [ 4 | { 5 | "email": "ezekiel@seaube.com", 6 | "github": "zaucy", 7 | "name": "Ezekiel Warren" 8 | } 9 | ], 10 | "repository": [ 11 | "github:bazelboost/convert" 12 | ], 13 | "versions": [ 14 | "1.83.0.bzl.1" 15 | ], 16 | "yanked_versions": {} 17 | } -------------------------------------------------------------------------------- /modules/boost.core/1.83.0.bzl.1/MODULE.bazel: -------------------------------------------------------------------------------- 1 | module( 2 | name = "boost.core", 3 | version = "1.83.0.bzl.1", 4 | compatibility_level = 108300, 5 | ) 6 | 7 | bazel_dep(name = "rules_cc", version = "0.0.8") 8 | bazel_dep(name = "boost.assert", version = "1.83.0.bzl.1") 9 | bazel_dep(name = "boost.config", version = "1.83.0.bzl.6") 10 | bazel_dep(name = "boost.static_assert", version = "1.83.0.bzl.1") 11 | bazel_dep(name = "boost.throw_exception", version = "1.83.0.bzl.1") 12 | -------------------------------------------------------------------------------- /modules/boost.core/1.83.0.bzl.1/source.json: -------------------------------------------------------------------------------- 1 | { 2 | "integrity": "sha256-I32C8IlJC+dNlbt8X1uLpje5BorFLfZ++P01tS++/S0=", 3 | "patch_strip": 0, 4 | "patches": {}, 5 | "url": "https://github.com/bazelboost/core/releases/download/bazelboost-1.83.0.bzl.1/core-bazelboost-1.83.0.bzl.1.tar.gz" 6 | } -------------------------------------------------------------------------------- /modules/boost.core/metadata.json: -------------------------------------------------------------------------------- 1 | { 2 | "homepage": "https://www.boost.org/doc/libs/release/libs/core/doc/html/index.html", 3 | "maintainers": [ 4 | { 5 | "email": "ezekiel@seaube.com", 6 | "github": "zaucy", 7 | "name": "Ezekiel Warren" 8 | } 9 | ], 10 | "repository": [ 11 | "github:bazelboost/core" 12 | ], 13 | "versions": [ 14 | "1.83.0.bzl.1" 15 | ], 16 | "yanked_versions": {} 17 | } -------------------------------------------------------------------------------- /modules/boost.coroutine/1.83.0.bzl.1/MODULE.bazel: -------------------------------------------------------------------------------- 1 | module( 2 | name = "boost.coroutine", 3 | version = "1.83.0.bzl.1", 4 | compatibility_level = 108300, 5 | ) 6 | 7 | bazel_dep(name = "rules_cc", version = "0.0.8") 8 | bazel_dep(name = "boost.assert", version = "1.83.0.bzl.1") 9 | bazel_dep(name = "boost.config", version = "1.83.0.bzl.6") 10 | bazel_dep(name = "boost.context", version = "1.83.0.bzl.1") 11 | bazel_dep(name = "boost.core", version = "1.83.0.bzl.1") 12 | bazel_dep(name = "boost.exception", version = "1.83.0.bzl.1") 13 | bazel_dep(name = "boost.move", version = "1.83.0.bzl.1") 14 | bazel_dep(name = "boost.system", version = "1.83.0.bzl.1") 15 | bazel_dep(name = "boost.throw_exception", version = "1.83.0.bzl.1") 16 | bazel_dep(name = "boost.type_traits", version = "1.83.0.bzl.1") 17 | bazel_dep(name = "boost.utility", version = "1.83.0.bzl.1") 18 | -------------------------------------------------------------------------------- /modules/boost.coroutine/1.83.0.bzl.1/source.json: -------------------------------------------------------------------------------- 1 | { 2 | "integrity": "sha256-1csLI9U8IrAFjpc81j4nz/weU0I9GI/WoY1l/Xk+5/4=", 3 | "patch_strip": 0, 4 | "patches": {}, 5 | "url": "https://github.com/bazelboost/coroutine/releases/download/bazelboost-1.83.0.bzl.1/coroutine-bazelboost-1.83.0.bzl.1.tar.gz" 6 | } -------------------------------------------------------------------------------- /modules/boost.coroutine/metadata.json: -------------------------------------------------------------------------------- 1 | { 2 | "homepage": "https://www.boost.org/doc/libs/release/libs/coroutine/doc/html/index.html", 3 | "maintainers": [ 4 | { 5 | "email": "ezekiel@seaube.com", 6 | "github": "zaucy", 7 | "name": "Ezekiel Warren" 8 | } 9 | ], 10 | "repository": [ 11 | "github:bazelboost/coroutine" 12 | ], 13 | "versions": [ 14 | "1.83.0.bzl.1" 15 | ], 16 | "yanked_versions": {} 17 | } -------------------------------------------------------------------------------- /modules/boost.coroutine2/1.83.0.bzl.1/MODULE.bazel: -------------------------------------------------------------------------------- 1 | module( 2 | name = "boost.coroutine2", 3 | version = "1.83.0.bzl.1", 4 | compatibility_level = 108300, 5 | ) 6 | 7 | bazel_dep(name = "rules_cc", version = "0.0.8") 8 | bazel_dep(name = "boost.assert", version = "1.83.0.bzl.1") 9 | bazel_dep(name = "boost.config", version = "1.83.0.bzl.6") 10 | bazel_dep(name = "boost.context", version = "1.83.0.bzl.1") 11 | -------------------------------------------------------------------------------- /modules/boost.coroutine2/1.83.0.bzl.1/source.json: -------------------------------------------------------------------------------- 1 | { 2 | "integrity": "sha256-b96E3VmlK+wxDAtnVk+KYHMqCnim6737XOKuAInSvsA=", 3 | "patch_strip": 0, 4 | "patches": {}, 5 | "url": "https://github.com/bazelboost/coroutine2/releases/download/bazelboost-1.83.0.bzl.1/coroutine2-bazelboost-1.83.0.bzl.1.tar.gz" 6 | } -------------------------------------------------------------------------------- /modules/boost.coroutine2/metadata.json: -------------------------------------------------------------------------------- 1 | { 2 | "homepage": "https://www.boost.org/doc/libs/release/libs/coroutine2/doc/html/index.html", 3 | "maintainers": [ 4 | { 5 | "email": "ezekiel@seaube.com", 6 | "github": "zaucy", 7 | "name": "Ezekiel Warren" 8 | } 9 | ], 10 | "repository": [ 11 | "github:bazelboost/coroutine2" 12 | ], 13 | "versions": [ 14 | "1.83.0.bzl.1" 15 | ], 16 | "yanked_versions": {} 17 | } -------------------------------------------------------------------------------- /modules/boost.crc/1.83.0.bzl.1/MODULE.bazel: -------------------------------------------------------------------------------- 1 | module( 2 | name = "boost.crc", 3 | version = "1.83.0.bzl.1", 4 | compatibility_level = 108300, 5 | ) 6 | 7 | bazel_dep(name = "rules_cc", version = "0.0.8") 8 | bazel_dep(name = "boost.array", version = "1.83.0.bzl.1") 9 | bazel_dep(name = "boost.config", version = "1.83.0.bzl.6") 10 | bazel_dep(name = "boost.integer", version = "1.83.0.bzl.1") 11 | bazel_dep(name = "boost.type_traits", version = "1.83.0.bzl.1") 12 | -------------------------------------------------------------------------------- /modules/boost.crc/1.83.0.bzl.1/source.json: -------------------------------------------------------------------------------- 1 | { 2 | "integrity": "sha256-ADadnx1/jUT+AdRlnafRiBjkd63R+BhVr46Bjcq8viY=", 3 | "patch_strip": 0, 4 | "patches": {}, 5 | "url": "https://github.com/bazelboost/crc/releases/download/bazelboost-1.83.0.bzl.1/crc-bazelboost-1.83.0.bzl.1.tar.gz" 6 | } -------------------------------------------------------------------------------- /modules/boost.crc/metadata.json: -------------------------------------------------------------------------------- 1 | { 2 | "homepage": "https://www.boost.org/doc/libs/release/libs/crc/doc/html/index.html", 3 | "maintainers": [ 4 | { 5 | "email": "ezekiel@seaube.com", 6 | "github": "zaucy", 7 | "name": "Ezekiel Warren" 8 | } 9 | ], 10 | "repository": [ 11 | "github:bazelboost/crc" 12 | ], 13 | "versions": [ 14 | "1.83.0.bzl.1" 15 | ], 16 | "yanked_versions": {} 17 | } -------------------------------------------------------------------------------- /modules/boost.date_time/1.83.0.bzl.1/source.json: -------------------------------------------------------------------------------- 1 | { 2 | "integrity": "sha256-l4fuNQJPx3AeMmCe+KNywaRPejDqHPicv4kHU5DN2vY=", 3 | "patch_strip": 0, 4 | "patches": {}, 5 | "url": "https://github.com/bazelboost/date_time/releases/download/bazelboost-1.83.0.bzl.1/date_time-bazelboost-1.83.0.bzl.1.tar.gz" 6 | } -------------------------------------------------------------------------------- /modules/boost.date_time/1.83.0.bzl.2/source.json: -------------------------------------------------------------------------------- 1 | { 2 | "integrity": "sha256-HKo9ErXi99ckBcWm2ivvguW8uP7W6sXT73/2OwRnUYw=", 3 | "patch_strip": 0, 4 | "patches": {}, 5 | "url": "https://github.com/bazelboost/date_time/releases/download/bazelboost-1.83.0.bzl.2/date_time-bazelboost-1.83.0.bzl.2.tar.gz" 6 | } -------------------------------------------------------------------------------- /modules/boost.date_time/metadata.json: -------------------------------------------------------------------------------- 1 | { 2 | "homepage": "https://www.boost.org/doc/libs/release/libs/date_time/doc/html/index.html", 3 | "maintainers": [ 4 | { 5 | "email": "ezekiel@seaube.com", 6 | "github": "zaucy", 7 | "name": "Ezekiel Warren" 8 | } 9 | ], 10 | "repository": [ 11 | "github:bazelboost/date_time" 12 | ], 13 | "versions": [ 14 | "1.83.0.bzl.1", 15 | "1.83.0.bzl.2" 16 | ], 17 | "yanked_versions": {} 18 | } -------------------------------------------------------------------------------- /modules/boost.describe/1.83.0.bzl.1/MODULE.bazel: -------------------------------------------------------------------------------- 1 | module( 2 | name = "boost.describe", 3 | version = "1.83.0.bzl.1", 4 | compatibility_level = 108300, 5 | ) 6 | 7 | bazel_dep(name = "rules_cc", version = "0.0.8") 8 | bazel_dep(name = "boost.mp11", version = "1.83.0.bzl.1") 9 | -------------------------------------------------------------------------------- /modules/boost.describe/1.83.0.bzl.1/source.json: -------------------------------------------------------------------------------- 1 | { 2 | "integrity": "sha256-U2Si+/D9OTWppsufVg3h8MNFWdzExVt0V8P8J0RouHw=", 3 | "patch_strip": 0, 4 | "patches": {}, 5 | "url": "https://github.com/bazelboost/describe/releases/download/bazelboost-1.83.0.bzl.1/describe-bazelboost-1.83.0.bzl.1.tar.gz" 6 | } -------------------------------------------------------------------------------- /modules/boost.describe/metadata.json: -------------------------------------------------------------------------------- 1 | { 2 | "homepage": "https://www.boost.org/doc/libs/release/libs/describe/doc/html/index.html", 3 | "maintainers": [ 4 | { 5 | "email": "ezekiel@seaube.com", 6 | "github": "zaucy", 7 | "name": "Ezekiel Warren" 8 | } 9 | ], 10 | "repository": [ 11 | "github:bazelboost/describe" 12 | ], 13 | "versions": [ 14 | "1.83.0.bzl.1" 15 | ], 16 | "yanked_versions": {} 17 | } -------------------------------------------------------------------------------- /modules/boost.detail/1.83.0.bzl.1/MODULE.bazel: -------------------------------------------------------------------------------- 1 | module( 2 | name = "boost.detail", 3 | version = "1.83.0.bzl.1", 4 | compatibility_level = 108300, 5 | ) 6 | 7 | bazel_dep(name = "rules_cc", version = "0.0.8") 8 | bazel_dep(name = "boost.config", version = "1.83.0.bzl.6") 9 | bazel_dep(name = "boost.core", version = "1.83.0.bzl.1") 10 | bazel_dep(name = "boost.preprocessor", version = "1.83.0.bzl.1") 11 | bazel_dep(name = "boost.static_assert", version = "1.83.0.bzl.1") 12 | bazel_dep(name = "boost.type_traits", version = "1.83.0.bzl.1") 13 | -------------------------------------------------------------------------------- /modules/boost.detail/1.83.0.bzl.1/source.json: -------------------------------------------------------------------------------- 1 | { 2 | "integrity": "sha256-k4hnCVoNFfpwFij9SC2WZO4FdUYOtZhxYntssBG8i3s=", 3 | "patch_strip": 0, 4 | "patches": {}, 5 | "url": "https://github.com/bazelboost/detail/releases/download/bazelboost-1.83.0.bzl.1/detail-bazelboost-1.83.0.bzl.1.tar.gz" 6 | } -------------------------------------------------------------------------------- /modules/boost.detail/1.83.0.bzl.2/MODULE.bazel: -------------------------------------------------------------------------------- 1 | module( 2 | name = "boost.detail", 3 | version = "1.83.0.bzl.2", 4 | compatibility_level = 108300, 5 | ) 6 | 7 | bazel_dep(name = "rules_cc", version = "0.0.8") 8 | bazel_dep(name = "boost.config", version = "1.83.0.bzl.6") 9 | bazel_dep(name = "boost.core", version = "1.83.0.bzl.1") 10 | bazel_dep(name = "boost.preprocessor", version = "1.83.0.bzl.1") 11 | bazel_dep(name = "boost.static_assert", version = "1.83.0.bzl.1") 12 | bazel_dep(name = "boost.type_traits", version = "1.83.0.bzl.1") 13 | -------------------------------------------------------------------------------- /modules/boost.detail/1.83.0.bzl.2/source.json: -------------------------------------------------------------------------------- 1 | { 2 | "integrity": "sha256-zGJRfCdRoBKDVxxapjnjQeLuZ5tYC0TBrYCOnPZoY8Y=", 3 | "patch_strip": 0, 4 | "patches": {}, 5 | "url": "https://github.com/bazelboost/detail/releases/download/bazelboost-1.83.0.bzl.2/detail-bazelboost-1.83.0.bzl.2.tar.gz" 6 | } -------------------------------------------------------------------------------- /modules/boost.detail/metadata.json: -------------------------------------------------------------------------------- 1 | { 2 | "homepage": "https://www.boost.org/doc/libs/release/libs/detail/doc/html/index.html", 3 | "maintainers": [ 4 | { 5 | "email": "ezekiel@seaube.com", 6 | "github": "zaucy", 7 | "name": "Ezekiel Warren" 8 | } 9 | ], 10 | "repository": [ 11 | "github:bazelboost/detail" 12 | ], 13 | "versions": [ 14 | "1.83.0.bzl.1", 15 | "1.83.0.bzl.2" 16 | ], 17 | "yanked_versions": {} 18 | } -------------------------------------------------------------------------------- /modules/boost.disjoint_sets/metadata.json: -------------------------------------------------------------------------------- 1 | { 2 | "homepage": "https://www.boost.org/doc/libs/release/libs/disjoint_sets/doc/html/index.html", 3 | "maintainers": [ 4 | { 5 | "email": "ezekiel@seaube.com", 6 | "github": "zaucy", 7 | "name": "Ezekiel Warren" 8 | } 9 | ], 10 | "repository": [ 11 | "github:bazelboost/disjoint_sets" 12 | ], 13 | "versions": [], 14 | "yanked_versions": {} 15 | } -------------------------------------------------------------------------------- /modules/boost.dll/1.83.0.bzl.1/source.json: -------------------------------------------------------------------------------- 1 | { 2 | "integrity": "sha256-zXg62jabqCGGGhbRcdU1ZZ/r3rvGjMnzSar9B2Dadx8=", 3 | "patch_strip": 0, 4 | "patches": {}, 5 | "url": "https://github.com/bazelboost/dll/releases/download/bazelboost-1.83.0.bzl.1/dll-bazelboost-1.83.0.bzl.1.tar.gz" 6 | } -------------------------------------------------------------------------------- /modules/boost.dll/1.83.0.bzl.2/source.json: -------------------------------------------------------------------------------- 1 | { 2 | "integrity": "sha256-95rFSgtQ5rWU3O2gkHPUuEoYpSlvcDIzh9kQCS+loro=", 3 | "patch_strip": 0, 4 | "patches": {}, 5 | "url": "https://github.com/bazelboost/dll/releases/download/bazelboost-1.83.0.bzl.2/dll-bazelboost-1.83.0.bzl.2.tar.gz" 6 | } -------------------------------------------------------------------------------- /modules/boost.dll/metadata.json: -------------------------------------------------------------------------------- 1 | { 2 | "homepage": "https://www.boost.org/doc/libs/release/libs/dll/doc/html/index.html", 3 | "maintainers": [ 4 | { 5 | "email": "ezekiel@seaube.com", 6 | "github": "zaucy", 7 | "name": "Ezekiel Warren" 8 | } 9 | ], 10 | "repository": [ 11 | "github:bazelboost/dll" 12 | ], 13 | "versions": [ 14 | "1.83.0.bzl.1", 15 | "1.83.0.bzl.2" 16 | ], 17 | "yanked_versions": {} 18 | } -------------------------------------------------------------------------------- /modules/boost.dynamic_bitset/1.83.0.bzl.1/MODULE.bazel: -------------------------------------------------------------------------------- 1 | module( 2 | name = "boost.dynamic_bitset", 3 | version = "1.83.0.bzl.1", 4 | compatibility_level = 108300, 5 | ) 6 | 7 | bazel_dep(name = "rules_cc", version = "0.0.8") 8 | bazel_dep(name = "boost.assert", version = "1.83.0.bzl.1") 9 | bazel_dep(name = "boost.config", version = "1.83.0.bzl.6") 10 | bazel_dep(name = "boost.container_hash", version = "1.83.0.bzl.1") 11 | bazel_dep(name = "boost.core", version = "1.83.0.bzl.1") 12 | bazel_dep(name = "boost.integer", version = "1.83.0.bzl.1") 13 | bazel_dep(name = "boost.move", version = "1.83.0.bzl.1") 14 | bazel_dep(name = "boost.static_assert", version = "1.83.0.bzl.1") 15 | bazel_dep(name = "boost.throw_exception", version = "1.83.0.bzl.1") 16 | -------------------------------------------------------------------------------- /modules/boost.dynamic_bitset/1.83.0.bzl.1/source.json: -------------------------------------------------------------------------------- 1 | { 2 | "integrity": "sha256-rlb2yiqTeE4SD3dl97sb0CRxcK7t67IwpMZAEYZzj+o=", 3 | "patch_strip": 0, 4 | "patches": {}, 5 | "url": "https://github.com/bazelboost/dynamic_bitset/releases/download/bazelboost-1.83.0.bzl.1/dynamic_bitset-bazelboost-1.83.0.bzl.1.tar.gz" 6 | } -------------------------------------------------------------------------------- /modules/boost.dynamic_bitset/metadata.json: -------------------------------------------------------------------------------- 1 | { 2 | "homepage": "https://www.boost.org/doc/libs/release/libs/dynamic_bitset/doc/html/index.html", 3 | "maintainers": [ 4 | { 5 | "email": "ezekiel@seaube.com", 6 | "github": "zaucy", 7 | "name": "Ezekiel Warren" 8 | } 9 | ], 10 | "repository": [ 11 | "github:bazelboost/dynamic_bitset" 12 | ], 13 | "versions": [ 14 | "1.83.0.bzl.1" 15 | ], 16 | "yanked_versions": {} 17 | } -------------------------------------------------------------------------------- /modules/boost.endian/1.83.0.bzl.1/MODULE.bazel: -------------------------------------------------------------------------------- 1 | module( 2 | name = "boost.endian", 3 | version = "1.83.0.bzl.1", 4 | compatibility_level = 108300, 5 | ) 6 | 7 | bazel_dep(name = "rules_cc", version = "0.0.8") 8 | bazel_dep(name = "boost.config", version = "1.83.0.bzl.6") 9 | bazel_dep(name = "boost.core", version = "1.83.0.bzl.1") 10 | bazel_dep(name = "boost.static_assert", version = "1.83.0.bzl.1") 11 | bazel_dep(name = "boost.type_traits", version = "1.83.0.bzl.1") 12 | -------------------------------------------------------------------------------- /modules/boost.endian/1.83.0.bzl.1/source.json: -------------------------------------------------------------------------------- 1 | { 2 | "integrity": "sha256-7FT83Sr4yyeD+1kyFyNXjernpafnRUGp19LPV/oQ0Ek=", 3 | "patch_strip": 0, 4 | "patches": {}, 5 | "url": "https://github.com/bazelboost/endian/releases/download/bazelboost-1.83.0.bzl.1/endian-bazelboost-1.83.0.bzl.1.tar.gz" 6 | } -------------------------------------------------------------------------------- /modules/boost.endian/metadata.json: -------------------------------------------------------------------------------- 1 | { 2 | "homepage": "https://www.boost.org/doc/libs/release/libs/endian/doc/html/index.html", 3 | "maintainers": [ 4 | { 5 | "email": "ezekiel@seaube.com", 6 | "github": "zaucy", 7 | "name": "Ezekiel Warren" 8 | } 9 | ], 10 | "repository": [ 11 | "github:bazelboost/endian" 12 | ], 13 | "versions": [ 14 | "1.83.0.bzl.1" 15 | ], 16 | "yanked_versions": {} 17 | } -------------------------------------------------------------------------------- /modules/boost.exception/1.83.0.bzl.1/MODULE.bazel: -------------------------------------------------------------------------------- 1 | module( 2 | name = "boost.exception", 3 | version = "1.83.0.bzl.1", 4 | compatibility_level = 108300, 5 | ) 6 | 7 | bazel_dep(name = "rules_cc", version = "0.0.8") 8 | bazel_dep(name = "boost.assert", version = "1.83.0.bzl.1") 9 | bazel_dep(name = "boost.config", version = "1.83.0.bzl.6") 10 | bazel_dep(name = "boost.core", version = "1.83.0.bzl.1") 11 | bazel_dep(name = "boost.smart_ptr", version = "1.83.0.bzl.1") 12 | bazel_dep(name = "boost.throw_exception", version = "1.83.0.bzl.1") 13 | bazel_dep(name = "boost.tuple", version = "1.83.0.bzl.1") 14 | bazel_dep(name = "boost.type_traits", version = "1.83.0.bzl.1") 15 | -------------------------------------------------------------------------------- /modules/boost.exception/1.83.0.bzl.1/source.json: -------------------------------------------------------------------------------- 1 | { 2 | "integrity": "sha256-Q7DUy6S44HtRtcXvqJzsswSCRXmHhf7JdPHmeruRoMk=", 3 | "patch_strip": 0, 4 | "patches": {}, 5 | "url": "https://github.com/bazelboost/exception/releases/download/bazelboost-1.83.0.bzl.1/exception-bazelboost-1.83.0.bzl.1.tar.gz" 6 | } -------------------------------------------------------------------------------- /modules/boost.exception/metadata.json: -------------------------------------------------------------------------------- 1 | { 2 | "homepage": "https://www.boost.org/doc/libs/release/libs/exception/doc/html/index.html", 3 | "maintainers": [ 4 | { 5 | "email": "ezekiel@seaube.com", 6 | "github": "zaucy", 7 | "name": "Ezekiel Warren" 8 | } 9 | ], 10 | "repository": [ 11 | "github:bazelboost/exception" 12 | ], 13 | "versions": [ 14 | "1.83.0.bzl.1" 15 | ], 16 | "yanked_versions": {} 17 | } -------------------------------------------------------------------------------- /modules/boost.fiber/1.83.0.bzl.1/MODULE.bazel: -------------------------------------------------------------------------------- 1 | module( 2 | name = "boost.fiber", 3 | version = "1.83.0.bzl.1", 4 | compatibility_level = 108300, 5 | ) 6 | 7 | bazel_dep(name = "rules_cc", version = "0.0.8") 8 | bazel_dep(name = "boost.algorithm", version = "1.83.0.bzl.1") 9 | bazel_dep(name = "boost.assert", version = "1.83.0.bzl.1") 10 | bazel_dep(name = "boost.config", version = "1.83.0.bzl.6") 11 | bazel_dep(name = "boost.context", version = "1.83.0.bzl.1") 12 | bazel_dep(name = "boost.core", version = "1.83.0.bzl.1") 13 | bazel_dep(name = "boost.filesystem", version = "1.83.0.bzl.1") 14 | bazel_dep(name = "boost.format", version = "1.83.0.bzl.1") 15 | bazel_dep(name = "boost.intrusive", version = "1.83.0.bzl.1") 16 | bazel_dep(name = "boost.predef", version = "1.83.0.bzl.1") 17 | bazel_dep(name = "boost.smart_ptr", version = "1.83.0.bzl.1") 18 | -------------------------------------------------------------------------------- /modules/boost.fiber/1.83.0.bzl.1/source.json: -------------------------------------------------------------------------------- 1 | { 2 | "integrity": "sha256-VL3VWgvIOGgx9dmUMu5sHOrA9r+tCZ0j+A3plOtiKUU=", 3 | "patch_strip": 0, 4 | "patches": {}, 5 | "url": "https://github.com/bazelboost/fiber/releases/download/bazelboost-1.83.0.bzl.1/fiber-bazelboost-1.83.0.bzl.1.tar.gz" 6 | } -------------------------------------------------------------------------------- /modules/boost.fiber/metadata.json: -------------------------------------------------------------------------------- 1 | { 2 | "homepage": "https://www.boost.org/doc/libs/release/libs/fiber/doc/html/index.html", 3 | "maintainers": [ 4 | { 5 | "email": "ezekiel@seaube.com", 6 | "github": "zaucy", 7 | "name": "Ezekiel Warren" 8 | } 9 | ], 10 | "repository": [ 11 | "github:bazelboost/fiber" 12 | ], 13 | "versions": [ 14 | "1.83.0.bzl.1" 15 | ], 16 | "yanked_versions": {} 17 | } -------------------------------------------------------------------------------- /modules/boost.filesystem/1.83.0.bzl.1/source.json: -------------------------------------------------------------------------------- 1 | { 2 | "integrity": "sha256-v9QcTsKtza7fS0t6/gUocsn3mDfJdwRQ1jOEgtw+wIg=", 3 | "patch_strip": 0, 4 | "patches": {}, 5 | "url": "https://github.com/bazelboost/filesystem/releases/download/bazelboost-1.83.0.bzl.1/filesystem-bazelboost-1.83.0.bzl.1.tar.gz" 6 | } -------------------------------------------------------------------------------- /modules/boost.filesystem/1.83.0.bzl.2/source.json: -------------------------------------------------------------------------------- 1 | { 2 | "integrity": "sha256-XTELnxpyoxGM18LGvFGgPNXzhDNkz3SuVXpQgEUTOzc=", 3 | "patch_strip": 0, 4 | "patches": {}, 5 | "url": "https://github.com/bazelboost/filesystem/releases/download/bazelboost-1.83.0.bzl.2/filesystem-bazelboost-1.83.0.bzl.2.tar.gz" 6 | } -------------------------------------------------------------------------------- /modules/boost.filesystem/1.83.0.bzl.3/source.json: -------------------------------------------------------------------------------- 1 | { 2 | "integrity": "sha256-zU2erbiWADPpUzKT2Mbjz1JXSYlzfgUKHTFuu1bxLRE=", 3 | "patch_strip": 0, 4 | "patches": {}, 5 | "url": "https://github.com/bazelboost/filesystem/releases/download/bazelboost-1.83.0.bzl.3/filesystem-bazelboost-1.83.0.bzl.3.tar.gz" 6 | } -------------------------------------------------------------------------------- /modules/boost.filesystem/metadata.json: -------------------------------------------------------------------------------- 1 | { 2 | "homepage": "https://www.boost.org/doc/libs/release/libs/filesystem/doc/html/index.html", 3 | "maintainers": [ 4 | { 5 | "email": "ezekiel@seaube.com", 6 | "github": "zaucy", 7 | "name": "Ezekiel Warren" 8 | } 9 | ], 10 | "repository": [ 11 | "github:bazelboost/filesystem" 12 | ], 13 | "versions": [ 14 | "1.83.0.bzl.1", 15 | "1.83.0.bzl.2", 16 | "1.83.0.bzl.3" 17 | ], 18 | "yanked_versions": {} 19 | } -------------------------------------------------------------------------------- /modules/boost.flyweight/1.83.0.bzl.1/source.json: -------------------------------------------------------------------------------- 1 | { 2 | "integrity": "sha256-MR63xdQ5U5yQKsf1mx1/68SPhM0BG4qglGtZvK62nLs=", 3 | "patch_strip": 0, 4 | "patches": {}, 5 | "url": "https://github.com/bazelboost/flyweight/releases/download/bazelboost-1.83.0.bzl.1/flyweight-bazelboost-1.83.0.bzl.1.tar.gz" 6 | } -------------------------------------------------------------------------------- /modules/boost.flyweight/metadata.json: -------------------------------------------------------------------------------- 1 | { 2 | "homepage": "https://www.boost.org/doc/libs/release/libs/flyweight/doc/html/index.html", 3 | "maintainers": [ 4 | { 5 | "email": "ezekiel@seaube.com", 6 | "github": "zaucy", 7 | "name": "Ezekiel Warren" 8 | } 9 | ], 10 | "repository": [ 11 | "github:bazelboost/flyweight" 12 | ], 13 | "versions": [ 14 | "1.83.0.bzl.1" 15 | ], 16 | "yanked_versions": {} 17 | } -------------------------------------------------------------------------------- /modules/boost.foreach/1.83.0.bzl.1/MODULE.bazel: -------------------------------------------------------------------------------- 1 | module( 2 | name = "boost.foreach", 3 | version = "1.83.0.bzl.1", 4 | compatibility_level = 108300, 5 | ) 6 | 7 | bazel_dep(name = "rules_cc", version = "0.0.8") 8 | bazel_dep(name = "boost.config", version = "1.83.0.bzl.6") 9 | bazel_dep(name = "boost.core", version = "1.83.0.bzl.1") 10 | bazel_dep(name = "boost.iterator", version = "1.83.0.bzl.1") 11 | bazel_dep(name = "boost.mpl", version = "1.83.0.bzl.1") 12 | bazel_dep(name = "boost.range", version = "1.83.0.bzl.1") 13 | bazel_dep(name = "boost.type_traits", version = "1.83.0.bzl.1") 14 | -------------------------------------------------------------------------------- /modules/boost.foreach/1.83.0.bzl.1/source.json: -------------------------------------------------------------------------------- 1 | { 2 | "integrity": "sha256-ZHPSIDL8UwGmU0CbWx9ovdfCBTiBj8UqUlUsoe2P+bs=", 3 | "patch_strip": 0, 4 | "patches": {}, 5 | "url": "https://github.com/bazelboost/foreach/releases/download/bazelboost-1.83.0.bzl.1/foreach-bazelboost-1.83.0.bzl.1.tar.gz" 6 | } -------------------------------------------------------------------------------- /modules/boost.foreach/metadata.json: -------------------------------------------------------------------------------- 1 | { 2 | "homepage": "https://www.boost.org/doc/libs/release/libs/foreach/doc/html/index.html", 3 | "maintainers": [ 4 | { 5 | "email": "ezekiel@seaube.com", 6 | "github": "zaucy", 7 | "name": "Ezekiel Warren" 8 | } 9 | ], 10 | "repository": [ 11 | "github:bazelboost/foreach" 12 | ], 13 | "versions": [ 14 | "1.83.0.bzl.1" 15 | ], 16 | "yanked_versions": {} 17 | } -------------------------------------------------------------------------------- /modules/boost.format/1.83.0.bzl.1/MODULE.bazel: -------------------------------------------------------------------------------- 1 | module( 2 | name = "boost.format", 3 | version = "1.83.0.bzl.1", 4 | compatibility_level = 108300, 5 | ) 6 | 7 | bazel_dep(name = "rules_cc", version = "0.0.8") 8 | bazel_dep(name = "boost.assert", version = "1.83.0.bzl.1") 9 | bazel_dep(name = "boost.config", version = "1.83.0.bzl.6") 10 | bazel_dep(name = "boost.core", version = "1.83.0.bzl.1") 11 | bazel_dep(name = "boost.optional", version = "1.83.0.bzl.1") 12 | bazel_dep(name = "boost.smart_ptr", version = "1.83.0.bzl.1") 13 | bazel_dep(name = "boost.throw_exception", version = "1.83.0.bzl.1") 14 | bazel_dep(name = "boost.utility", version = "1.83.0.bzl.1") 15 | -------------------------------------------------------------------------------- /modules/boost.format/1.83.0.bzl.1/source.json: -------------------------------------------------------------------------------- 1 | { 2 | "integrity": "sha256-6+KWgjS7fEOjBCIMwodhyUHXIKLqSM69WMT0w94IdOs=", 3 | "patch_strip": 0, 4 | "patches": {}, 5 | "url": "https://github.com/bazelboost/format/releases/download/bazelboost-1.83.0.bzl.1/format-bazelboost-1.83.0.bzl.1.tar.gz" 6 | } -------------------------------------------------------------------------------- /modules/boost.format/metadata.json: -------------------------------------------------------------------------------- 1 | { 2 | "homepage": "https://www.boost.org/doc/libs/release/libs/format/doc/html/index.html", 3 | "maintainers": [ 4 | { 5 | "email": "ezekiel@seaube.com", 6 | "github": "zaucy", 7 | "name": "Ezekiel Warren" 8 | } 9 | ], 10 | "repository": [ 11 | "github:bazelboost/format" 12 | ], 13 | "versions": [ 14 | "1.83.0.bzl.1" 15 | ], 16 | "yanked_versions": {} 17 | } -------------------------------------------------------------------------------- /modules/boost.function/1.83.0.bzl.1/MODULE.bazel: -------------------------------------------------------------------------------- 1 | module( 2 | name = "boost.function", 3 | version = "1.83.0.bzl.1", 4 | compatibility_level = 108300, 5 | ) 6 | 7 | bazel_dep(name = "rules_cc", version = "0.0.8") 8 | bazel_dep(name = "boost.assert", version = "1.83.0.bzl.1") 9 | bazel_dep(name = "boost.bind", version = "1.83.0.bzl.1") 10 | bazel_dep(name = "boost.config", version = "1.83.0.bzl.6") 11 | bazel_dep(name = "boost.core", version = "1.83.0.bzl.1") 12 | bazel_dep(name = "boost.preprocessor", version = "1.83.0.bzl.1") 13 | bazel_dep(name = "boost.throw_exception", version = "1.83.0.bzl.1") 14 | bazel_dep(name = "boost.type_traits", version = "1.83.0.bzl.1") 15 | bazel_dep(name = "boost.typeof", version = "1.83.0.bzl.1") 16 | -------------------------------------------------------------------------------- /modules/boost.function/1.83.0.bzl.1/source.json: -------------------------------------------------------------------------------- 1 | { 2 | "integrity": "sha256-r//s+UJWkG1vI+cEPMrPxGH1+lkahH7E9YvxJQ7Fs9Y=", 3 | "patch_strip": 0, 4 | "patches": {}, 5 | "url": "https://github.com/bazelboost/function/releases/download/bazelboost-1.83.0.bzl.1/function-bazelboost-1.83.0.bzl.1.tar.gz" 6 | } -------------------------------------------------------------------------------- /modules/boost.function/metadata.json: -------------------------------------------------------------------------------- 1 | { 2 | "homepage": "https://www.boost.org/doc/libs/release/libs/function/doc/html/index.html", 3 | "maintainers": [ 4 | { 5 | "email": "ezekiel@seaube.com", 6 | "github": "zaucy", 7 | "name": "Ezekiel Warren" 8 | } 9 | ], 10 | "repository": [ 11 | "github:bazelboost/function" 12 | ], 13 | "versions": [ 14 | "1.83.0.bzl.1" 15 | ], 16 | "yanked_versions": {} 17 | } -------------------------------------------------------------------------------- /modules/boost.function_types/1.83.0.bzl.1/MODULE.bazel: -------------------------------------------------------------------------------- 1 | module( 2 | name = "boost.function_types", 3 | version = "1.83.0.bzl.1", 4 | compatibility_level = 108300, 5 | ) 6 | 7 | bazel_dep(name = "rules_cc", version = "0.0.8") 8 | bazel_dep(name = "boost.config", version = "1.83.0.bzl.6") 9 | bazel_dep(name = "boost.core", version = "1.83.0.bzl.1") 10 | bazel_dep(name = "boost.detail", version = "1.83.0.bzl.1") 11 | bazel_dep(name = "boost.mpl", version = "1.83.0.bzl.1") 12 | bazel_dep(name = "boost.preprocessor", version = "1.83.0.bzl.1") 13 | bazel_dep(name = "boost.type_traits", version = "1.83.0.bzl.1") 14 | -------------------------------------------------------------------------------- /modules/boost.function_types/1.83.0.bzl.1/source.json: -------------------------------------------------------------------------------- 1 | { 2 | "integrity": "sha256-N2Q6Or58+bwUPYOFu9LpILs8MMwBBq4qWZY8Cu0ouFw=", 3 | "patch_strip": 0, 4 | "patches": {}, 5 | "url": "https://github.com/bazelboost/function_types/releases/download/bazelboost-1.83.0.bzl.1/function_types-bazelboost-1.83.0.bzl.1.tar.gz" 6 | } -------------------------------------------------------------------------------- /modules/boost.function_types/metadata.json: -------------------------------------------------------------------------------- 1 | { 2 | "homepage": "https://www.boost.org/doc/libs/release/libs/function_types/doc/html/index.html", 3 | "maintainers": [ 4 | { 5 | "email": "ezekiel@seaube.com", 6 | "github": "zaucy", 7 | "name": "Ezekiel Warren" 8 | } 9 | ], 10 | "repository": [ 11 | "github:bazelboost/function_types" 12 | ], 13 | "versions": [ 14 | "1.83.0.bzl.1" 15 | ], 16 | "yanked_versions": {} 17 | } -------------------------------------------------------------------------------- /modules/boost.functional/1.83.0.bzl.1/MODULE.bazel: -------------------------------------------------------------------------------- 1 | module( 2 | name = "boost.functional", 3 | version = "1.83.0.bzl.1", 4 | compatibility_level = 108300, 5 | ) 6 | 7 | bazel_dep(name = "rules_cc", version = "0.0.8") 8 | bazel_dep(name = "boost.config", version = "1.83.0.bzl.6") 9 | bazel_dep(name = "boost.core", version = "1.83.0.bzl.1") 10 | bazel_dep(name = "boost.function", version = "1.83.0.bzl.1") 11 | bazel_dep(name = "boost.function_types", version = "1.83.0.bzl.1") 12 | bazel_dep(name = "boost.mpl", version = "1.83.0.bzl.1") 13 | bazel_dep(name = "boost.preprocessor", version = "1.83.0.bzl.1") 14 | bazel_dep(name = "boost.type_traits", version = "1.83.0.bzl.1") 15 | bazel_dep(name = "boost.typeof", version = "1.83.0.bzl.1") 16 | bazel_dep(name = "boost.utility", version = "1.83.0.bzl.1") 17 | -------------------------------------------------------------------------------- /modules/boost.functional/1.83.0.bzl.1/source.json: -------------------------------------------------------------------------------- 1 | { 2 | "integrity": "sha256-IcwMVdPz4AujEHotNlrQUN6baGpJEjOCXMA3KrzeXwc=", 3 | "patch_strip": 0, 4 | "patches": {}, 5 | "url": "https://github.com/bazelboost/functional/releases/download/bazelboost-1.83.0.bzl.1/functional-bazelboost-1.83.0.bzl.1.tar.gz" 6 | } -------------------------------------------------------------------------------- /modules/boost.functional/metadata.json: -------------------------------------------------------------------------------- 1 | { 2 | "homepage": "https://www.boost.org/doc/libs/release/libs/functional/doc/html/index.html", 3 | "maintainers": [ 4 | { 5 | "email": "ezekiel@seaube.com", 6 | "github": "zaucy", 7 | "name": "Ezekiel Warren" 8 | } 9 | ], 10 | "repository": [ 11 | "github:bazelboost/functional" 12 | ], 13 | "versions": [ 14 | "1.83.0.bzl.1" 15 | ], 16 | "yanked_versions": {} 17 | } -------------------------------------------------------------------------------- /modules/boost.fusion/1.83.0.bzl.1/source.json: -------------------------------------------------------------------------------- 1 | { 2 | "integrity": "sha256-Rjl+2l+864Pkemh2r0nQZuooNfcfVLB3aND2GZRqqqM=", 3 | "patch_strip": 0, 4 | "patches": {}, 5 | "url": "https://github.com/bazelboost/fusion/releases/download/bazelboost-1.83.0.bzl.1/fusion-bazelboost-1.83.0.bzl.1.tar.gz" 6 | } -------------------------------------------------------------------------------- /modules/boost.fusion/metadata.json: -------------------------------------------------------------------------------- 1 | { 2 | "homepage": "https://www.boost.org/doc/libs/release/libs/fusion/doc/html/index.html", 3 | "maintainers": [ 4 | { 5 | "email": "ezekiel@seaube.com", 6 | "github": "zaucy", 7 | "name": "Ezekiel Warren" 8 | } 9 | ], 10 | "repository": [ 11 | "github:bazelboost/fusion" 12 | ], 13 | "versions": [ 14 | "1.83.0.bzl.1" 15 | ], 16 | "yanked_versions": {} 17 | } -------------------------------------------------------------------------------- /modules/boost.geometry/1.83.0.bzl.1/source.json: -------------------------------------------------------------------------------- 1 | { 2 | "integrity": "sha256-IODld+67WdIUaFR65O+HdpWbXQOBauXsYjDmHEPWjho=", 3 | "patch_strip": 0, 4 | "patches": {}, 5 | "url": "https://github.com/bazelboost/geometry/releases/download/bazelboost-1.83.0.bzl.1/geometry-bazelboost-1.83.0.bzl.1.tar.gz" 6 | } -------------------------------------------------------------------------------- /modules/boost.geometry/metadata.json: -------------------------------------------------------------------------------- 1 | { 2 | "homepage": "https://www.boost.org/doc/libs/release/libs/geometry/doc/html/index.html", 3 | "maintainers": [ 4 | { 5 | "email": "ezekiel@seaube.com", 6 | "github": "zaucy", 7 | "name": "Ezekiel Warren" 8 | } 9 | ], 10 | "repository": [ 11 | "github:bazelboost/geometry" 12 | ], 13 | "versions": [ 14 | "1.83.0.bzl.1" 15 | ], 16 | "yanked_versions": {} 17 | } -------------------------------------------------------------------------------- /modules/boost.gil/1.83.0.bzl.1/source.json: -------------------------------------------------------------------------------- 1 | { 2 | "integrity": "sha256-c4yO3zOzP/CS2W+DqifbZepMaxY7Oa5IjhwFcMVkPxg=", 3 | "patch_strip": 0, 4 | "patches": {}, 5 | "url": "https://github.com/bazelboost/gil/releases/download/bazelboost-1.83.0.bzl.1/gil-bazelboost-1.83.0.bzl.1.tar.gz" 6 | } -------------------------------------------------------------------------------- /modules/boost.gil/metadata.json: -------------------------------------------------------------------------------- 1 | { 2 | "homepage": "https://www.boost.org/doc/libs/release/libs/gil/doc/html/index.html", 3 | "maintainers": [ 4 | { 5 | "email": "ezekiel@seaube.com", 6 | "github": "zaucy", 7 | "name": "Ezekiel Warren" 8 | } 9 | ], 10 | "repository": [ 11 | "github:bazelboost/gil" 12 | ], 13 | "versions": [ 14 | "1.83.0.bzl.1" 15 | ], 16 | "yanked_versions": {} 17 | } -------------------------------------------------------------------------------- /modules/boost.graph/1.83.0.bzl.1/source.json: -------------------------------------------------------------------------------- 1 | { 2 | "integrity": "sha256-m6S5N5jHkXCnywIr9q2xfQRv8759lO4KubViF6iIKvE=", 3 | "patch_strip": 0, 4 | "patches": {}, 5 | "url": "https://github.com/bazelboost/graph/releases/download/bazelboost-1.83.0.bzl.1/graph-bazelboost-1.83.0.bzl.1.tar.gz" 6 | } -------------------------------------------------------------------------------- /modules/boost.graph/metadata.json: -------------------------------------------------------------------------------- 1 | { 2 | "homepage": "https://www.boost.org/doc/libs/release/libs/graph/doc/html/index.html", 3 | "maintainers": [ 4 | { 5 | "email": "ezekiel@seaube.com", 6 | "github": "zaucy", 7 | "name": "Ezekiel Warren" 8 | } 9 | ], 10 | "repository": [ 11 | "github:bazelboost/graph" 12 | ], 13 | "versions": [ 14 | "1.83.0.bzl.1" 15 | ], 16 | "yanked_versions": {} 17 | } -------------------------------------------------------------------------------- /modules/boost.graph_parallel/1.83.0.bzl.1/source.json: -------------------------------------------------------------------------------- 1 | { 2 | "integrity": "sha256-Yb7zmq3GFDZEtTWA0uKnCnxBOBZNkpKVyMy11fTn0bQ=", 3 | "patch_strip": 0, 4 | "patches": {}, 5 | "url": "https://github.com/bazelboost/graph_parallel/releases/download/bazelboost-1.83.0.bzl.1/graph_parallel-bazelboost-1.83.0.bzl.1.tar.gz" 6 | } -------------------------------------------------------------------------------- /modules/boost.graph_parallel/metadata.json: -------------------------------------------------------------------------------- 1 | { 2 | "homepage": "https://www.boost.org/doc/libs/release/libs/graph_parallel/doc/html/index.html", 3 | "maintainers": [ 4 | { 5 | "email": "ezekiel@seaube.com", 6 | "github": "zaucy", 7 | "name": "Ezekiel Warren" 8 | } 9 | ], 10 | "repository": [ 11 | "github:bazelboost/graph_parallel" 12 | ], 13 | "versions": [ 14 | "1.83.0.bzl.1" 15 | ], 16 | "yanked_versions": {} 17 | } -------------------------------------------------------------------------------- /modules/boost.hana/1.83.0.bzl.1/MODULE.bazel: -------------------------------------------------------------------------------- 1 | module( 2 | name = "boost.hana", 3 | version = "1.83.0.bzl.1", 4 | compatibility_level = 108300, 5 | ) 6 | 7 | bazel_dep(name = "rules_cc", version = "0.0.8") 8 | bazel_dep(name = "boost.config", version = "1.83.0.bzl.6") 9 | bazel_dep(name = "boost.core", version = "1.83.0.bzl.1") 10 | bazel_dep(name = "boost.fusion", version = "1.83.0.bzl.1") 11 | bazel_dep(name = "boost.mpl", version = "1.83.0.bzl.1") 12 | bazel_dep(name = "boost.tuple", version = "1.83.0.bzl.1") 13 | -------------------------------------------------------------------------------- /modules/boost.hana/1.83.0.bzl.1/source.json: -------------------------------------------------------------------------------- 1 | { 2 | "integrity": "sha256-qSgb0LHGe9T8TCPk/9ix70iSt+++Q70xjIRr8f2GWbk=", 3 | "patch_strip": 0, 4 | "patches": {}, 5 | "url": "https://github.com/bazelboost/hana/releases/download/bazelboost-1.83.0.bzl.1/hana-bazelboost-1.83.0.bzl.1.tar.gz" 6 | } -------------------------------------------------------------------------------- /modules/boost.hana/metadata.json: -------------------------------------------------------------------------------- 1 | { 2 | "homepage": "https://www.boost.org/doc/libs/release/libs/hana/doc/html/index.html", 3 | "maintainers": [ 4 | { 5 | "email": "ezekiel@seaube.com", 6 | "github": "zaucy", 7 | "name": "Ezekiel Warren" 8 | } 9 | ], 10 | "repository": [ 11 | "github:bazelboost/hana" 12 | ], 13 | "versions": [ 14 | "1.83.0.bzl.1" 15 | ], 16 | "yanked_versions": {} 17 | } -------------------------------------------------------------------------------- /modules/boost.heap/1.83.0.bzl.1/source.json: -------------------------------------------------------------------------------- 1 | { 2 | "integrity": "sha256-QqZZnf5RcCA/DtBu8ujn1MwGKwrq9urJSmpNa+wL6UY=", 3 | "patch_strip": 0, 4 | "patches": {}, 5 | "url": "https://github.com/bazelboost/heap/releases/download/bazelboost-1.83.0.bzl.1/heap-bazelboost-1.83.0.bzl.1.tar.gz" 6 | } -------------------------------------------------------------------------------- /modules/boost.heap/metadata.json: -------------------------------------------------------------------------------- 1 | { 2 | "homepage": "https://www.boost.org/doc/libs/release/libs/heap/doc/html/index.html", 3 | "maintainers": [ 4 | { 5 | "email": "ezekiel@seaube.com", 6 | "github": "zaucy", 7 | "name": "Ezekiel Warren" 8 | } 9 | ], 10 | "repository": [ 11 | "github:bazelboost/heap" 12 | ], 13 | "versions": [ 14 | "1.83.0.bzl.1" 15 | ], 16 | "yanked_versions": {} 17 | } -------------------------------------------------------------------------------- /modules/boost.histogram/1.83.0.bzl.1/MODULE.bazel: -------------------------------------------------------------------------------- 1 | module( 2 | name = "boost.histogram", 3 | version = "1.83.0.bzl.1", 4 | compatibility_level = 108300, 5 | ) 6 | 7 | bazel_dep(name = "rules_cc", version = "0.0.8") 8 | bazel_dep(name = "boost.config", version = "1.83.0.bzl.6") 9 | bazel_dep(name = "boost.core", version = "1.83.0.bzl.1") 10 | bazel_dep(name = "boost.math", version = "1.83.0.bzl.1") 11 | bazel_dep(name = "boost.mp11", version = "1.83.0.bzl.1") 12 | bazel_dep(name = "boost.serialization", version = "1.83.0.bzl.1") 13 | bazel_dep(name = "boost.throw_exception", version = "1.83.0.bzl.1") 14 | bazel_dep(name = "boost.variant2", version = "1.83.0.bzl.1") 15 | -------------------------------------------------------------------------------- /modules/boost.histogram/1.83.0.bzl.1/source.json: -------------------------------------------------------------------------------- 1 | { 2 | "integrity": "sha256-CbUCcsGuIcqCcG4Q9QIBDx4L/GZWpvtP5wazGPggFB8=", 3 | "patch_strip": 0, 4 | "patches": {}, 5 | "url": "https://github.com/bazelboost/histogram/releases/download/bazelboost-1.83.0.bzl.1/histogram-bazelboost-1.83.0.bzl.1.tar.gz" 6 | } -------------------------------------------------------------------------------- /modules/boost.histogram/metadata.json: -------------------------------------------------------------------------------- 1 | { 2 | "homepage": "https://www.boost.org/doc/libs/release/libs/histogram/doc/html/index.html", 3 | "maintainers": [ 4 | { 5 | "email": "ezekiel@seaube.com", 6 | "github": "zaucy", 7 | "name": "Ezekiel Warren" 8 | } 9 | ], 10 | "repository": [ 11 | "github:bazelboost/histogram" 12 | ], 13 | "versions": [ 14 | "1.83.0.bzl.1" 15 | ], 16 | "yanked_versions": {} 17 | } -------------------------------------------------------------------------------- /modules/boost.hof/1.83.0.bzl.1/MODULE.bazel: -------------------------------------------------------------------------------- 1 | module( 2 | name = "boost.hof", 3 | version = "1.83.0.bzl.1", 4 | compatibility_level = 108300, 5 | ) 6 | 7 | bazel_dep(name = "rules_cc", version = "0.0.8") 8 | -------------------------------------------------------------------------------- /modules/boost.hof/1.83.0.bzl.1/source.json: -------------------------------------------------------------------------------- 1 | { 2 | "integrity": "sha256-BQmLHBaC3+H5A04RPIc+YSMJH0KuQosrA7sXGvkn1BQ=", 3 | "patch_strip": 0, 4 | "patches": {}, 5 | "url": "https://github.com/bazelboost/hof/releases/download/bazelboost-1.83.0.bzl.1/hof-bazelboost-1.83.0.bzl.1.tar.gz" 6 | } -------------------------------------------------------------------------------- /modules/boost.hof/metadata.json: -------------------------------------------------------------------------------- 1 | { 2 | "homepage": "https://www.boost.org/doc/libs/release/libs/hof/doc/html/index.html", 3 | "maintainers": [ 4 | { 5 | "email": "ezekiel@seaube.com", 6 | "github": "zaucy", 7 | "name": "Ezekiel Warren" 8 | } 9 | ], 10 | "repository": [ 11 | "github:bazelboost/hof" 12 | ], 13 | "versions": [ 14 | "1.83.0.bzl.1" 15 | ], 16 | "yanked_versions": {} 17 | } -------------------------------------------------------------------------------- /modules/boost.icl/1.83.0.bzl.1/source.json: -------------------------------------------------------------------------------- 1 | { 2 | "integrity": "sha256-ZBIiYnb3gtQQ4DfruCZ302rJUhZx2I023yIqVwE8l2E=", 3 | "patch_strip": 0, 4 | "patches": {}, 5 | "url": "https://github.com/bazelboost/icl/releases/download/bazelboost-1.83.0.bzl.1/icl-bazelboost-1.83.0.bzl.1.tar.gz" 6 | } -------------------------------------------------------------------------------- /modules/boost.icl/metadata.json: -------------------------------------------------------------------------------- 1 | { 2 | "homepage": "https://www.boost.org/doc/libs/release/libs/icl/doc/html/index.html", 3 | "maintainers": [ 4 | { 5 | "email": "ezekiel@seaube.com", 6 | "github": "zaucy", 7 | "name": "Ezekiel Warren" 8 | } 9 | ], 10 | "repository": [ 11 | "github:bazelboost/icl" 12 | ], 13 | "versions": [ 14 | "1.83.0.bzl.1" 15 | ], 16 | "yanked_versions": {} 17 | } -------------------------------------------------------------------------------- /modules/boost.integer/1.83.0.bzl.1/MODULE.bazel: -------------------------------------------------------------------------------- 1 | module( 2 | name = "boost.integer", 3 | version = "1.83.0.bzl.1", 4 | compatibility_level = 108300, 5 | ) 6 | 7 | bazel_dep(name = "rules_cc", version = "0.0.8") 8 | bazel_dep(name = "boost.assert", version = "1.83.0.bzl.1") 9 | bazel_dep(name = "boost.config", version = "1.83.0.bzl.6") 10 | bazel_dep(name = "boost.core", version = "1.83.0.bzl.1") 11 | bazel_dep(name = "boost.static_assert", version = "1.83.0.bzl.1") 12 | bazel_dep(name = "boost.throw_exception", version = "1.83.0.bzl.1") 13 | bazel_dep(name = "boost.type_traits", version = "1.83.0.bzl.1") 14 | -------------------------------------------------------------------------------- /modules/boost.integer/1.83.0.bzl.1/source.json: -------------------------------------------------------------------------------- 1 | { 2 | "integrity": "sha256-rGXti0LaMD/aJLLSie7BeDj9sgvHbQ9lvMp9YK6fnF8=", 3 | "patch_strip": 0, 4 | "patches": {}, 5 | "url": "https://github.com/bazelboost/integer/releases/download/bazelboost-1.83.0.bzl.1/integer-bazelboost-1.83.0.bzl.1.tar.gz" 6 | } -------------------------------------------------------------------------------- /modules/boost.integer/metadata.json: -------------------------------------------------------------------------------- 1 | { 2 | "homepage": "https://www.boost.org/doc/libs/release/libs/integer/doc/html/index.html", 3 | "maintainers": [ 4 | { 5 | "email": "ezekiel@seaube.com", 6 | "github": "zaucy", 7 | "name": "Ezekiel Warren" 8 | } 9 | ], 10 | "repository": [ 11 | "github:bazelboost/integer" 12 | ], 13 | "versions": [ 14 | "1.83.0.bzl.1" 15 | ], 16 | "yanked_versions": {} 17 | } -------------------------------------------------------------------------------- /modules/boost.interprocess/1.83.0.bzl.1/source.json: -------------------------------------------------------------------------------- 1 | { 2 | "integrity": "sha256-KnoJf8u9t/kxiQ7rYZTNhn3ol5fjpHgvbpWrJ0LU0Cg=", 3 | "patch_strip": 0, 4 | "patches": {}, 5 | "url": "https://github.com/bazelboost/interprocess/releases/download/bazelboost-1.83.0.bzl.1/interprocess-bazelboost-1.83.0.bzl.1.tar.gz" 6 | } -------------------------------------------------------------------------------- /modules/boost.interprocess/metadata.json: -------------------------------------------------------------------------------- 1 | { 2 | "homepage": "https://www.boost.org/doc/libs/release/libs/interprocess/doc/html/index.html", 3 | "maintainers": [ 4 | { 5 | "email": "ezekiel@seaube.com", 6 | "github": "zaucy", 7 | "name": "Ezekiel Warren" 8 | } 9 | ], 10 | "repository": [ 11 | "github:bazelboost/interprocess" 12 | ], 13 | "versions": [ 14 | "1.83.0.bzl.1" 15 | ], 16 | "yanked_versions": {} 17 | } -------------------------------------------------------------------------------- /modules/boost.interval/1.83.0.bzl.1/MODULE.bazel: -------------------------------------------------------------------------------- 1 | module( 2 | name = "boost.interval", 3 | version = "1.83.0.bzl.1", 4 | compatibility_level = 108300, 5 | ) 6 | 7 | bazel_dep(name = "rules_cc", version = "0.0.8") 8 | bazel_dep(name = "boost.config", version = "1.83.0.bzl.6") 9 | bazel_dep(name = "boost.detail", version = "1.83.0.bzl.1") 10 | bazel_dep(name = "boost.logic", version = "1.83.0.bzl.1") 11 | -------------------------------------------------------------------------------- /modules/boost.interval/1.83.0.bzl.1/source.json: -------------------------------------------------------------------------------- 1 | { 2 | "integrity": "sha256-nGsQab5Z99FrHuKa+JOLpT10JVq3q3wQBA6Q/17QJ9M=", 3 | "patch_strip": 0, 4 | "patches": {}, 5 | "url": "https://github.com/bazelboost/interval/releases/download/bazelboost-1.83.0.bzl.1/interval-bazelboost-1.83.0.bzl.1.tar.gz" 6 | } -------------------------------------------------------------------------------- /modules/boost.interval/metadata.json: -------------------------------------------------------------------------------- 1 | { 2 | "homepage": "https://boost.org/libs/numeric/interval/doc", 3 | "maintainers": [ 4 | { 5 | "email": "ezekiel@seaube.com", 6 | "github": "zaucy", 7 | "name": "Ezekiel Warren" 8 | } 9 | ], 10 | "repository": [ 11 | "github:bazelboost/interval" 12 | ], 13 | "versions": [ 14 | "1.83.0.bzl.1" 15 | ], 16 | "yanked_versions": {} 17 | } -------------------------------------------------------------------------------- /modules/boost.intrusive/1.83.0.bzl.1/MODULE.bazel: -------------------------------------------------------------------------------- 1 | module( 2 | name = "boost.intrusive", 3 | version = "1.83.0.bzl.1", 4 | compatibility_level = 108300, 5 | ) 6 | 7 | bazel_dep(name = "rules_cc", version = "0.0.8") 8 | bazel_dep(name = "boost.assert", version = "1.83.0.bzl.1") 9 | bazel_dep(name = "boost.config", version = "1.83.0.bzl.6") 10 | bazel_dep(name = "boost.container_hash", version = "1.83.0.bzl.1") 11 | bazel_dep(name = "boost.move", version = "1.83.0.bzl.1") 12 | bazel_dep(name = "boost.static_assert", version = "1.83.0.bzl.1") 13 | -------------------------------------------------------------------------------- /modules/boost.intrusive/1.83.0.bzl.1/source.json: -------------------------------------------------------------------------------- 1 | { 2 | "integrity": "sha256-9HqSn+jgGoo//vUQibK9EVOvDY8LY4YTbgsaxlVuQcM=", 3 | "patch_strip": 0, 4 | "patches": {}, 5 | "url": "https://github.com/bazelboost/intrusive/releases/download/bazelboost-1.83.0.bzl.1/intrusive-bazelboost-1.83.0.bzl.1.tar.gz" 6 | } -------------------------------------------------------------------------------- /modules/boost.intrusive/metadata.json: -------------------------------------------------------------------------------- 1 | { 2 | "homepage": "https://www.boost.org/doc/libs/release/libs/intrusive/doc/html/index.html", 3 | "maintainers": [ 4 | { 5 | "email": "ezekiel@seaube.com", 6 | "github": "zaucy", 7 | "name": "Ezekiel Warren" 8 | } 9 | ], 10 | "repository": [ 11 | "github:bazelboost/intrusive" 12 | ], 13 | "versions": [ 14 | "1.83.0.bzl.1" 15 | ], 16 | "yanked_versions": {} 17 | } -------------------------------------------------------------------------------- /modules/boost.io/1.83.0.bzl.1/MODULE.bazel: -------------------------------------------------------------------------------- 1 | module( 2 | name = "boost.io", 3 | version = "1.83.0.bzl.1", 4 | compatibility_level = 108300, 5 | ) 6 | 7 | bazel_dep(name = "rules_cc", version = "0.0.8") 8 | bazel_dep(name = "boost.config", version = "1.83.0.bzl.6") 9 | -------------------------------------------------------------------------------- /modules/boost.io/1.83.0.bzl.1/source.json: -------------------------------------------------------------------------------- 1 | { 2 | "integrity": "sha256-ImpB2yB9beNDqszsjKdPGZ8HXENpg5t6F/zjORW6WQ0=", 3 | "patch_strip": 0, 4 | "patches": {}, 5 | "url": "https://github.com/bazelboost/io/releases/download/bazelboost-1.83.0.bzl.1/io-bazelboost-1.83.0.bzl.1.tar.gz" 6 | } -------------------------------------------------------------------------------- /modules/boost.io/metadata.json: -------------------------------------------------------------------------------- 1 | { 2 | "homepage": "https://www.boost.org/doc/libs/release/libs/io/doc/html/index.html", 3 | "maintainers": [ 4 | { 5 | "email": "ezekiel@seaube.com", 6 | "github": "zaucy", 7 | "name": "Ezekiel Warren" 8 | } 9 | ], 10 | "repository": [ 11 | "github:bazelboost/io" 12 | ], 13 | "versions": [ 14 | "1.83.0.bzl.1" 15 | ], 16 | "yanked_versions": {} 17 | } -------------------------------------------------------------------------------- /modules/boost.iostreams/1.83.0.bzl.1/source.json: -------------------------------------------------------------------------------- 1 | { 2 | "integrity": "sha256-JYg8OR/fBXZtx1l0ofizFUKrSKyhH/2hzcy59plf+CU=", 3 | "patch_strip": 0, 4 | "patches": {}, 5 | "url": "https://github.com/bazelboost/iostreams/releases/download/bazelboost-1.83.0.bzl.1/iostreams-bazelboost-1.83.0.bzl.1.tar.gz" 6 | } -------------------------------------------------------------------------------- /modules/boost.iostreams/1.83.0.bzl.2/source.json: -------------------------------------------------------------------------------- 1 | { 2 | "integrity": "sha256-c63P2rYF46R4O4o4JluYVeKlu7P6nzMeLXt3yxAKCK8=", 3 | "patch_strip": 0, 4 | "patches": {}, 5 | "url": "https://github.com/bazelboost/iostreams/releases/download/bazelboost-1.83.0.bzl.2/iostreams-bazelboost-1.83.0.bzl.2.tar.gz" 6 | } -------------------------------------------------------------------------------- /modules/boost.iostreams/metadata.json: -------------------------------------------------------------------------------- 1 | { 2 | "homepage": "https://www.boost.org/doc/libs/release/libs/iostreams/doc/html/index.html", 3 | "maintainers": [ 4 | { 5 | "email": "ezekiel@seaube.com", 6 | "github": "zaucy", 7 | "name": "Ezekiel Warren" 8 | } 9 | ], 10 | "repository": [ 11 | "github:bazelboost/iostreams" 12 | ], 13 | "versions": [ 14 | "1.83.0.bzl.1", 15 | "1.83.0.bzl.2" 16 | ], 17 | "yanked_versions": {} 18 | } -------------------------------------------------------------------------------- /modules/boost.iterator/1.83.0.bzl.1/source.json: -------------------------------------------------------------------------------- 1 | { 2 | "integrity": "sha256-E2lXp5Wdbrb0+yxQs3LbGfi8XSQdKP25WslY7gxhZzw=", 3 | "patch_strip": 0, 4 | "patches": {}, 5 | "url": "https://github.com/bazelboost/iterator/releases/download/bazelboost-1.83.0.bzl.1/iterator-bazelboost-1.83.0.bzl.1.tar.gz" 6 | } -------------------------------------------------------------------------------- /modules/boost.iterator/metadata.json: -------------------------------------------------------------------------------- 1 | { 2 | "homepage": "https://www.boost.org/doc/libs/release/libs/iterator/doc/html/index.html", 3 | "maintainers": [ 4 | { 5 | "email": "ezekiel@seaube.com", 6 | "github": "zaucy", 7 | "name": "Ezekiel Warren" 8 | } 9 | ], 10 | "repository": [ 11 | "github:bazelboost/iterator" 12 | ], 13 | "versions": [ 14 | "1.83.0.bzl.1" 15 | ], 16 | "yanked_versions": {} 17 | } -------------------------------------------------------------------------------- /modules/boost.json/1.83.0.bzl.1/MODULE.bazel: -------------------------------------------------------------------------------- 1 | module( 2 | name = "boost.json", 3 | version = "1.83.0.bzl.1", 4 | compatibility_level = 108300, 5 | ) 6 | 7 | bazel_dep(name = "rules_cc", version = "0.0.8") 8 | bazel_dep(name = "boost.align", version = "1.83.0.bzl.1") 9 | bazel_dep(name = "boost.assert", version = "1.83.0.bzl.1") 10 | bazel_dep(name = "boost.config", version = "1.83.0.bzl.6") 11 | bazel_dep(name = "boost.container", version = "1.83.0.bzl.1") 12 | bazel_dep(name = "boost.container_hash", version = "1.83.0.bzl.1") 13 | bazel_dep(name = "boost.core", version = "1.83.0.bzl.1") 14 | bazel_dep(name = "boost.describe", version = "1.83.0.bzl.1") 15 | bazel_dep(name = "boost.mp11", version = "1.83.0.bzl.1") 16 | bazel_dep(name = "boost.system", version = "1.83.0.bzl.1") 17 | bazel_dep(name = "boost.throw_exception", version = "1.83.0.bzl.1") 18 | -------------------------------------------------------------------------------- /modules/boost.json/1.83.0.bzl.1/source.json: -------------------------------------------------------------------------------- 1 | { 2 | "integrity": "sha256-gSPaPmyRv6lT/7xIZgMta+W+SdNe2WVp9dR9yw4v9Us=", 3 | "patch_strip": 0, 4 | "patches": {}, 5 | "url": "https://github.com/bazelboost/json/releases/download/bazelboost-1.83.0.bzl.1/json-bazelboost-1.83.0.bzl.1.tar.gz" 6 | } -------------------------------------------------------------------------------- /modules/boost.json/1.83.0.bzl.2/MODULE.bazel: -------------------------------------------------------------------------------- 1 | module( 2 | name = "boost.json", 3 | version = "1.83.0.bzl.2", 4 | compatibility_level = 108300, 5 | ) 6 | 7 | bazel_dep(name = "rules_cc", version = "0.0.8") 8 | bazel_dep(name = "boost.align", version = "1.83.0.bzl.1") 9 | bazel_dep(name = "boost.assert", version = "1.83.0.bzl.1") 10 | bazel_dep(name = "boost.config", version = "1.83.0.bzl.6") 11 | bazel_dep(name = "boost.container", version = "1.83.0.bzl.1") 12 | bazel_dep(name = "boost.container_hash", version = "1.83.0.bzl.1") 13 | bazel_dep(name = "boost.core", version = "1.83.0.bzl.1") 14 | bazel_dep(name = "boost.describe", version = "1.83.0.bzl.1") 15 | bazel_dep(name = "boost.mp11", version = "1.83.0.bzl.1") 16 | bazel_dep(name = "boost.system", version = "1.83.0.bzl.1") 17 | bazel_dep(name = "boost.throw_exception", version = "1.83.0.bzl.1") 18 | -------------------------------------------------------------------------------- /modules/boost.json/1.83.0.bzl.2/source.json: -------------------------------------------------------------------------------- 1 | { 2 | "integrity": "sha256-nncY9BeXsBYEo9iYy5S25cgHWDqOKvHiGkB81xbl6z8=", 3 | "patch_strip": 0, 4 | "patches": {}, 5 | "url": "https://github.com/bazelboost/json/releases/download/bazelboost-1.83.0.bzl.2/json-bazelboost-1.83.0.bzl.2.tar.gz" 6 | } -------------------------------------------------------------------------------- /modules/boost.json/metadata.json: -------------------------------------------------------------------------------- 1 | { 2 | "homepage": "https://www.boost.org/doc/libs/release/libs/json/doc/html/index.html", 3 | "maintainers": [ 4 | { 5 | "email": "ezekiel@seaube.com", 6 | "github": "zaucy", 7 | "name": "Ezekiel Warren" 8 | } 9 | ], 10 | "repository": [ 11 | "github:bazelboost/json" 12 | ], 13 | "versions": [ 14 | "1.83.0.bzl.1", 15 | "1.83.0.bzl.2" 16 | ], 17 | "yanked_versions": {} 18 | } -------------------------------------------------------------------------------- /modules/boost.lambda/1.83.0.bzl.1/MODULE.bazel: -------------------------------------------------------------------------------- 1 | module( 2 | name = "boost.lambda", 3 | version = "1.83.0.bzl.1", 4 | compatibility_level = 108300, 5 | ) 6 | 7 | bazel_dep(name = "rules_cc", version = "0.0.8") 8 | bazel_dep(name = "boost.bind", version = "1.83.0.bzl.1") 9 | bazel_dep(name = "boost.config", version = "1.83.0.bzl.6") 10 | bazel_dep(name = "boost.core", version = "1.83.0.bzl.1") 11 | bazel_dep(name = "boost.detail", version = "1.83.0.bzl.1") 12 | bazel_dep(name = "boost.iterator", version = "1.83.0.bzl.1") 13 | bazel_dep(name = "boost.mpl", version = "1.83.0.bzl.1") 14 | bazel_dep(name = "boost.preprocessor", version = "1.83.0.bzl.1") 15 | bazel_dep(name = "boost.tuple", version = "1.83.0.bzl.1") 16 | bazel_dep(name = "boost.type_traits", version = "1.83.0.bzl.1") 17 | bazel_dep(name = "boost.utility", version = "1.83.0.bzl.1") 18 | -------------------------------------------------------------------------------- /modules/boost.lambda/1.83.0.bzl.1/source.json: -------------------------------------------------------------------------------- 1 | { 2 | "integrity": "sha256-6Pmas+fOMSrAecYzP9jQBer2J5UGc8DxnwQWtIm68kA=", 3 | "patch_strip": 0, 4 | "patches": {}, 5 | "url": "https://github.com/bazelboost/lambda/releases/download/bazelboost-1.83.0.bzl.1/lambda-bazelboost-1.83.0.bzl.1.tar.gz" 6 | } -------------------------------------------------------------------------------- /modules/boost.lambda/metadata.json: -------------------------------------------------------------------------------- 1 | { 2 | "homepage": "https://www.boost.org/doc/libs/release/libs/lambda/doc/html/index.html", 3 | "maintainers": [ 4 | { 5 | "email": "ezekiel@seaube.com", 6 | "github": "zaucy", 7 | "name": "Ezekiel Warren" 8 | } 9 | ], 10 | "repository": [ 11 | "github:bazelboost/lambda" 12 | ], 13 | "versions": [ 14 | "1.83.0.bzl.1" 15 | ], 16 | "yanked_versions": {} 17 | } -------------------------------------------------------------------------------- /modules/boost.lambda2/1.83.0.bzl.1/MODULE.bazel: -------------------------------------------------------------------------------- 1 | module( 2 | name = "boost.lambda2", 3 | version = "1.83.0.bzl.1", 4 | compatibility_level = 108300, 5 | ) 6 | 7 | bazel_dep(name = "rules_cc", version = "0.0.8") 8 | -------------------------------------------------------------------------------- /modules/boost.lambda2/1.83.0.bzl.1/source.json: -------------------------------------------------------------------------------- 1 | { 2 | "integrity": "sha256-P7XqedRwyp/CJZp/AY5Ed28caJLeNi7K9jQ5nx6YKDw=", 3 | "patch_strip": 0, 4 | "patches": {}, 5 | "url": "https://github.com/bazelboost/lambda2/releases/download/bazelboost-1.83.0.bzl.1/lambda2-bazelboost-1.83.0.bzl.1.tar.gz" 6 | } -------------------------------------------------------------------------------- /modules/boost.lambda2/metadata.json: -------------------------------------------------------------------------------- 1 | { 2 | "homepage": "https://www.boost.org/doc/libs/release/libs/lambda2/doc/html/index.html", 3 | "maintainers": [ 4 | { 5 | "email": "ezekiel@seaube.com", 6 | "github": "zaucy", 7 | "name": "Ezekiel Warren" 8 | } 9 | ], 10 | "repository": [ 11 | "github:bazelboost/lambda2" 12 | ], 13 | "versions": [ 14 | "1.83.0.bzl.1" 15 | ], 16 | "yanked_versions": {} 17 | } -------------------------------------------------------------------------------- /modules/boost.leaf/1.83.0.bzl.1/MODULE.bazel: -------------------------------------------------------------------------------- 1 | module( 2 | name = "boost.leaf", 3 | version = "1.83.0.bzl.1", 4 | compatibility_level = 108300, 5 | ) 6 | 7 | bazel_dep(name = "rules_cc", version = "0.0.8") 8 | -------------------------------------------------------------------------------- /modules/boost.leaf/1.83.0.bzl.1/source.json: -------------------------------------------------------------------------------- 1 | { 2 | "integrity": "sha256-quBX7fa8jrPr2Hix34ISbb8ZetlnYzhClJgRg7gXWu4=", 3 | "patch_strip": 0, 4 | "patches": {}, 5 | "url": "https://github.com/bazelboost/leaf/releases/download/bazelboost-1.83.0.bzl.1/leaf-bazelboost-1.83.0.bzl.1.tar.gz" 6 | } -------------------------------------------------------------------------------- /modules/boost.leaf/metadata.json: -------------------------------------------------------------------------------- 1 | { 2 | "homepage": "https://www.boost.org/doc/libs/release/libs/leaf/doc/html/index.html", 3 | "maintainers": [ 4 | { 5 | "email": "ezekiel@seaube.com", 6 | "github": "zaucy", 7 | "name": "Ezekiel Warren" 8 | } 9 | ], 10 | "repository": [ 11 | "github:bazelboost/leaf" 12 | ], 13 | "versions": [ 14 | "1.83.0.bzl.1" 15 | ], 16 | "yanked_versions": {} 17 | } -------------------------------------------------------------------------------- /modules/boost.lexical_cast/1.83.0.bzl.1/source.json: -------------------------------------------------------------------------------- 1 | { 2 | "integrity": "sha256-21mY9LREV6d2wqkkerxe/HLNwRo44jxEjnGebRsV5c0=", 3 | "patch_strip": 0, 4 | "patches": {}, 5 | "url": "https://github.com/bazelboost/lexical_cast/releases/download/bazelboost-1.83.0.bzl.1/lexical_cast-bazelboost-1.83.0.bzl.1.tar.gz" 6 | } -------------------------------------------------------------------------------- /modules/boost.lexical_cast/metadata.json: -------------------------------------------------------------------------------- 1 | { 2 | "homepage": "https://www.boost.org/doc/libs/release/libs/lexical_cast/doc/html/index.html", 3 | "maintainers": [ 4 | { 5 | "email": "ezekiel@seaube.com", 6 | "github": "zaucy", 7 | "name": "Ezekiel Warren" 8 | } 9 | ], 10 | "repository": [ 11 | "github:bazelboost/lexical_cast" 12 | ], 13 | "versions": [ 14 | "1.83.0.bzl.1" 15 | ], 16 | "yanked_versions": {} 17 | } -------------------------------------------------------------------------------- /modules/boost.local_function/1.83.0.bzl.1/MODULE.bazel: -------------------------------------------------------------------------------- 1 | module( 2 | name = "boost.local_function", 3 | version = "1.83.0.bzl.1", 4 | compatibility_level = 108300, 5 | ) 6 | 7 | bazel_dep(name = "rules_cc", version = "0.0.8") 8 | bazel_dep(name = "boost.config", version = "1.83.0.bzl.6") 9 | bazel_dep(name = "boost.mpl", version = "1.83.0.bzl.1") 10 | bazel_dep(name = "boost.preprocessor", version = "1.83.0.bzl.1") 11 | bazel_dep(name = "boost.scope_exit", version = "1.83.0.bzl.1") 12 | bazel_dep(name = "boost.type_traits", version = "1.83.0.bzl.1") 13 | bazel_dep(name = "boost.typeof", version = "1.83.0.bzl.1") 14 | bazel_dep(name = "boost.utility", version = "1.83.0.bzl.1") 15 | -------------------------------------------------------------------------------- /modules/boost.local_function/1.83.0.bzl.1/source.json: -------------------------------------------------------------------------------- 1 | { 2 | "integrity": "sha256-/LmH8p+lLKUotfcHXuWlJ+giYFI+QOKezLEs4TmzXoE=", 3 | "patch_strip": 0, 4 | "patches": {}, 5 | "url": "https://github.com/bazelboost/local_function/releases/download/bazelboost-1.83.0.bzl.1/local_function-bazelboost-1.83.0.bzl.1.tar.gz" 6 | } -------------------------------------------------------------------------------- /modules/boost.local_function/metadata.json: -------------------------------------------------------------------------------- 1 | { 2 | "homepage": "https://www.boost.org/doc/libs/release/libs/local_function/doc/html/index.html", 3 | "maintainers": [ 4 | { 5 | "email": "ezekiel@seaube.com", 6 | "github": "zaucy", 7 | "name": "Ezekiel Warren" 8 | } 9 | ], 10 | "repository": [ 11 | "github:bazelboost/local_function" 12 | ], 13 | "versions": [ 14 | "1.83.0.bzl.1" 15 | ], 16 | "yanked_versions": {} 17 | } -------------------------------------------------------------------------------- /modules/boost.locale/1.83.0.bzl.1/MODULE.bazel: -------------------------------------------------------------------------------- 1 | module( 2 | name = "boost.locale", 3 | version = "1.83.0.bzl.1", 4 | compatibility_level = 108300, 5 | ) 6 | 7 | bazel_dep(name = "rules_cc", version = "0.0.8") 8 | bazel_dep(name = "boost.assert", version = "1.83.0.bzl.1") 9 | bazel_dep(name = "boost.config", version = "1.83.0.bzl.6") 10 | bazel_dep(name = "boost.core", version = "1.83.0.bzl.1") 11 | bazel_dep(name = "boost.iterator", version = "1.83.0.bzl.1") 12 | bazel_dep(name = "boost.predef", version = "1.83.0.bzl.1") 13 | bazel_dep(name = "boost.thread", version = "1.83.0.bzl.1") 14 | bazel_dep(name = "boost.utility", version = "1.83.0.bzl.1") 15 | -------------------------------------------------------------------------------- /modules/boost.locale/1.83.0.bzl.1/source.json: -------------------------------------------------------------------------------- 1 | { 2 | "integrity": "sha256-C2bcJQwSb5k33ia5lwSbBEAgJb8seOdAoHZtfx9ykfw=", 3 | "patch_strip": 0, 4 | "patches": {}, 5 | "url": "https://github.com/bazelboost/locale/releases/download/bazelboost-1.83.0.bzl.1/locale-bazelboost-1.83.0.bzl.1.tar.gz" 6 | } -------------------------------------------------------------------------------- /modules/boost.locale/metadata.json: -------------------------------------------------------------------------------- 1 | { 2 | "homepage": "https://www.boost.org/doc/libs/release/libs/locale/doc/html/index.html", 3 | "maintainers": [ 4 | { 5 | "email": "ezekiel@seaube.com", 6 | "github": "zaucy", 7 | "name": "Ezekiel Warren" 8 | } 9 | ], 10 | "repository": [ 11 | "github:bazelboost/locale" 12 | ], 13 | "versions": [ 14 | "1.83.0.bzl.1" 15 | ], 16 | "yanked_versions": {} 17 | } -------------------------------------------------------------------------------- /modules/boost.lockfree/1.83.0.bzl.1/source.json: -------------------------------------------------------------------------------- 1 | { 2 | "integrity": "sha256-fBHAqrgiCUVrlKMwglJU0swCp1+2jvg2hU8tfdz2gyk=", 3 | "patch_strip": 0, 4 | "patches": {}, 5 | "url": "https://github.com/bazelboost/lockfree/releases/download/bazelboost-1.83.0.bzl.1/lockfree-bazelboost-1.83.0.bzl.1.tar.gz" 6 | } -------------------------------------------------------------------------------- /modules/boost.lockfree/metadata.json: -------------------------------------------------------------------------------- 1 | { 2 | "homepage": "https://www.boost.org/doc/libs/release/libs/lockfree/doc/html/index.html", 3 | "maintainers": [ 4 | { 5 | "email": "ezekiel@seaube.com", 6 | "github": "zaucy", 7 | "name": "Ezekiel Warren" 8 | } 9 | ], 10 | "repository": [ 11 | "github:bazelboost/lockfree" 12 | ], 13 | "versions": [ 14 | "1.83.0.bzl.1" 15 | ], 16 | "yanked_versions": {} 17 | } -------------------------------------------------------------------------------- /modules/boost.log/1.83.0.bzl.1/source.json: -------------------------------------------------------------------------------- 1 | { 2 | "integrity": "sha256-uSZDoVGTWiwrSN9UxGhSJfoCRg2P54nWAI+cyzDPZ1E=", 3 | "patch_strip": 0, 4 | "patches": {}, 5 | "url": "https://github.com/bazelboost/log/releases/download/bazelboost-1.83.0.bzl.1/log-bazelboost-1.83.0.bzl.1.tar.gz" 6 | } -------------------------------------------------------------------------------- /modules/boost.log/metadata.json: -------------------------------------------------------------------------------- 1 | { 2 | "homepage": "https://www.boost.org/doc/libs/release/libs/log/doc/html/index.html", 3 | "maintainers": [ 4 | { 5 | "email": "ezekiel@seaube.com", 6 | "github": "zaucy", 7 | "name": "Ezekiel Warren" 8 | } 9 | ], 10 | "repository": [ 11 | "github:bazelboost/log" 12 | ], 13 | "versions": [ 14 | "1.83.0.bzl.1" 15 | ], 16 | "yanked_versions": {} 17 | } -------------------------------------------------------------------------------- /modules/boost.logic/1.83.0.bzl.1/MODULE.bazel: -------------------------------------------------------------------------------- 1 | module( 2 | name = "boost.logic", 3 | version = "1.83.0.bzl.1", 4 | compatibility_level = 108300, 5 | ) 6 | 7 | bazel_dep(name = "rules_cc", version = "0.0.8") 8 | bazel_dep(name = "boost.config", version = "1.83.0.bzl.6") 9 | bazel_dep(name = "boost.core", version = "1.83.0.bzl.1") 10 | -------------------------------------------------------------------------------- /modules/boost.logic/1.83.0.bzl.1/source.json: -------------------------------------------------------------------------------- 1 | { 2 | "integrity": "sha256-c/pgvPBIu9i4YZyJngWm5UcSNob63dR8l0hvfY2m0k4=", 3 | "patch_strip": 0, 4 | "patches": {}, 5 | "url": "https://github.com/bazelboost/logic/releases/download/bazelboost-1.83.0.bzl.1/logic-bazelboost-1.83.0.bzl.1.tar.gz" 6 | } -------------------------------------------------------------------------------- /modules/boost.logic/metadata.json: -------------------------------------------------------------------------------- 1 | { 2 | "homepage": "https://www.boost.org/doc/libs/release/libs/logic/doc/html/index.html", 3 | "maintainers": [ 4 | { 5 | "email": "ezekiel@seaube.com", 6 | "github": "zaucy", 7 | "name": "Ezekiel Warren" 8 | } 9 | ], 10 | "repository": [ 11 | "github:bazelboost/logic" 12 | ], 13 | "versions": [ 14 | "1.83.0.bzl.1" 15 | ], 16 | "yanked_versions": {} 17 | } -------------------------------------------------------------------------------- /modules/boost.math/1.83.0.bzl.1/MODULE.bazel: -------------------------------------------------------------------------------- 1 | module( 2 | name = "boost.math", 3 | version = "1.83.0.bzl.1", 4 | compatibility_level = 108300, 5 | ) 6 | 7 | bazel_dep(name = "rules_cc", version = "0.0.8") 8 | bazel_dep(name = "boost.assert", version = "1.83.0.bzl.1") 9 | bazel_dep(name = "boost.concept_check", version = "1.83.0.bzl.1") 10 | bazel_dep(name = "boost.config", version = "1.83.0.bzl.6") 11 | bazel_dep(name = "boost.core", version = "1.83.0.bzl.1") 12 | bazel_dep(name = "boost.integer", version = "1.83.0.bzl.1") 13 | bazel_dep(name = "boost.lexical_cast", version = "1.83.0.bzl.1") 14 | bazel_dep(name = "boost.predef", version = "1.83.0.bzl.1") 15 | bazel_dep(name = "boost.random", version = "1.83.0.bzl.1") 16 | bazel_dep(name = "boost.static_assert", version = "1.83.0.bzl.1") 17 | bazel_dep(name = "boost.throw_exception", version = "1.83.0.bzl.1") 18 | -------------------------------------------------------------------------------- /modules/boost.math/1.83.0.bzl.1/source.json: -------------------------------------------------------------------------------- 1 | { 2 | "integrity": "sha256-aGJlpJtFlMIGhz5aEnmKKosIlnYVHgH4FF2Da9H8lFE=", 3 | "patch_strip": 0, 4 | "patches": {}, 5 | "url": "https://github.com/bazelboost/math/releases/download/bazelboost-1.83.0.bzl.1/math-bazelboost-1.83.0.bzl.1.tar.gz" 6 | } -------------------------------------------------------------------------------- /modules/boost.math/metadata.json: -------------------------------------------------------------------------------- 1 | { 2 | "homepage": "https://www.boost.org/doc/libs/release/libs/math/doc/html/index.html", 3 | "maintainers": [ 4 | { 5 | "email": "ezekiel@seaube.com", 6 | "github": "zaucy", 7 | "name": "Ezekiel Warren" 8 | } 9 | ], 10 | "repository": [ 11 | "github:bazelboost/math" 12 | ], 13 | "versions": [ 14 | "1.83.0.bzl.1" 15 | ], 16 | "yanked_versions": {} 17 | } -------------------------------------------------------------------------------- /modules/boost.metaparse/1.83.0.bzl.1/MODULE.bazel: -------------------------------------------------------------------------------- 1 | module( 2 | name = "boost.metaparse", 3 | version = "1.83.0.bzl.1", 4 | compatibility_level = 108300, 5 | ) 6 | 7 | bazel_dep(name = "rules_cc", version = "0.0.8") 8 | bazel_dep(name = "boost.config", version = "1.83.0.bzl.6") 9 | bazel_dep(name = "boost.mpl", version = "1.83.0.bzl.1") 10 | bazel_dep(name = "boost.predef", version = "1.83.0.bzl.1") 11 | bazel_dep(name = "boost.preprocessor", version = "1.83.0.bzl.1") 12 | bazel_dep(name = "boost.static_assert", version = "1.83.0.bzl.1") 13 | bazel_dep(name = "boost.type_traits", version = "1.83.0.bzl.1") 14 | -------------------------------------------------------------------------------- /modules/boost.metaparse/1.83.0.bzl.1/source.json: -------------------------------------------------------------------------------- 1 | { 2 | "integrity": "sha256-3K7t+B2FFJ4TL+l4fpyikN7U4WAjkE9cB1LwkOnN4Nk=", 3 | "patch_strip": 0, 4 | "patches": {}, 5 | "url": "https://github.com/bazelboost/metaparse/releases/download/bazelboost-1.83.0.bzl.1/metaparse-bazelboost-1.83.0.bzl.1.tar.gz" 6 | } -------------------------------------------------------------------------------- /modules/boost.metaparse/metadata.json: -------------------------------------------------------------------------------- 1 | { 2 | "homepage": "https://www.boost.org/doc/libs/release/libs/metaparse/doc/html/index.html", 3 | "maintainers": [ 4 | { 5 | "email": "ezekiel@seaube.com", 6 | "github": "zaucy", 7 | "name": "Ezekiel Warren" 8 | } 9 | ], 10 | "repository": [ 11 | "github:bazelboost/metaparse" 12 | ], 13 | "versions": [ 14 | "1.83.0.bzl.1" 15 | ], 16 | "yanked_versions": {} 17 | } -------------------------------------------------------------------------------- /modules/boost.move/1.83.0.bzl.1/MODULE.bazel: -------------------------------------------------------------------------------- 1 | module( 2 | name = "boost.move", 3 | version = "1.83.0.bzl.1", 4 | compatibility_level = 108300, 5 | ) 6 | 7 | bazel_dep(name = "rules_cc", version = "0.0.8") 8 | bazel_dep(name = "boost.config", version = "1.83.0.bzl.6") 9 | -------------------------------------------------------------------------------- /modules/boost.move/1.83.0.bzl.1/source.json: -------------------------------------------------------------------------------- 1 | { 2 | "integrity": "sha256-iVjElGiJwKTghHxG3HdtzutgyYkvoY8+3ncJVYnMj9E=", 3 | "patch_strip": 0, 4 | "patches": {}, 5 | "url": "https://github.com/bazelboost/move/releases/download/bazelboost-1.83.0.bzl.1/move-bazelboost-1.83.0.bzl.1.tar.gz" 6 | } -------------------------------------------------------------------------------- /modules/boost.move/metadata.json: -------------------------------------------------------------------------------- 1 | { 2 | "homepage": "https://www.boost.org/doc/libs/release/libs/move/doc/html/index.html", 3 | "maintainers": [ 4 | { 5 | "email": "ezekiel@seaube.com", 6 | "github": "zaucy", 7 | "name": "Ezekiel Warren" 8 | } 9 | ], 10 | "repository": [ 11 | "github:bazelboost/move" 12 | ], 13 | "versions": [ 14 | "1.83.0.bzl.1" 15 | ], 16 | "yanked_versions": {} 17 | } -------------------------------------------------------------------------------- /modules/boost.mp11/1.83.0.bzl.1/MODULE.bazel: -------------------------------------------------------------------------------- 1 | module( 2 | name = "boost.mp11", 3 | version = "1.83.0.bzl.1", 4 | compatibility_level = 108300, 5 | ) 6 | 7 | bazel_dep(name = "rules_cc", version = "0.0.8") 8 | -------------------------------------------------------------------------------- /modules/boost.mp11/1.83.0.bzl.1/source.json: -------------------------------------------------------------------------------- 1 | { 2 | "integrity": "sha256-3i9cAvhEmsBFAM2cTQPi2btGvg6bSLaXzq7KImGLG0g=", 3 | "patch_strip": 0, 4 | "patches": {}, 5 | "url": "https://github.com/bazelboost/mp11/releases/download/bazelboost-1.83.0.bzl.1/mp11-bazelboost-1.83.0.bzl.1.tar.gz" 6 | } -------------------------------------------------------------------------------- /modules/boost.mp11/metadata.json: -------------------------------------------------------------------------------- 1 | { 2 | "homepage": "https://www.boost.org/doc/libs/release/libs/mp11/doc/html/index.html", 3 | "maintainers": [ 4 | { 5 | "email": "ezekiel@seaube.com", 6 | "github": "zaucy", 7 | "name": "Ezekiel Warren" 8 | } 9 | ], 10 | "repository": [ 11 | "github:bazelboost/mp11" 12 | ], 13 | "versions": [ 14 | "1.83.0.bzl.1" 15 | ], 16 | "yanked_versions": {} 17 | } -------------------------------------------------------------------------------- /modules/boost.mpi/1.83.0.bzl.1/source.json: -------------------------------------------------------------------------------- 1 | { 2 | "integrity": "sha256-+gfZ9uW80xlX3ak5c2g/I3itnw8g9T5P9dHxC0fx/Bs=", 3 | "patch_strip": 0, 4 | "patches": {}, 5 | "url": "https://github.com/bazelboost/mpi/releases/download/bazelboost-1.83.0.bzl.1/mpi-bazelboost-1.83.0.bzl.1.tar.gz" 6 | } -------------------------------------------------------------------------------- /modules/boost.mpi/metadata.json: -------------------------------------------------------------------------------- 1 | { 2 | "homepage": "https://www.boost.org/doc/libs/release/libs/mpi/doc/html/index.html", 3 | "maintainers": [ 4 | { 5 | "email": "ezekiel@seaube.com", 6 | "github": "zaucy", 7 | "name": "Ezekiel Warren" 8 | } 9 | ], 10 | "repository": [ 11 | "github:bazelboost/mpi" 12 | ], 13 | "versions": [ 14 | "1.83.0.bzl.1" 15 | ], 16 | "yanked_versions": {} 17 | } -------------------------------------------------------------------------------- /modules/boost.mpl/1.83.0.bzl.1/MODULE.bazel: -------------------------------------------------------------------------------- 1 | module( 2 | name = "boost.mpl", 3 | version = "1.83.0.bzl.1", 4 | compatibility_level = 108300, 5 | ) 6 | 7 | bazel_dep(name = "rules_cc", version = "0.0.8") 8 | bazel_dep(name = "boost.config", version = "1.83.0.bzl.6") 9 | bazel_dep(name = "boost.core", version = "1.83.0.bzl.1") 10 | bazel_dep(name = "boost.predef", version = "1.83.0.bzl.1") 11 | bazel_dep(name = "boost.preprocessor", version = "1.83.0.bzl.1") 12 | bazel_dep(name = "boost.static_assert", version = "1.83.0.bzl.1") 13 | bazel_dep(name = "boost.type_traits", version = "1.83.0.bzl.1") 14 | bazel_dep(name = "boost.utility", version = "1.83.0.bzl.1") 15 | -------------------------------------------------------------------------------- /modules/boost.mpl/1.83.0.bzl.1/source.json: -------------------------------------------------------------------------------- 1 | { 2 | "integrity": "sha256-J7MdyTQXW8aXhNOHpeRxsT2dho0msblySA0uLwQwEgk=", 3 | "patch_strip": 0, 4 | "patches": {}, 5 | "url": "https://github.com/bazelboost/mpl/releases/download/bazelboost-1.83.0.bzl.1/mpl-bazelboost-1.83.0.bzl.1.tar.gz" 6 | } -------------------------------------------------------------------------------- /modules/boost.mpl/metadata.json: -------------------------------------------------------------------------------- 1 | { 2 | "homepage": "https://www.boost.org/doc/libs/release/libs/mpl/doc/html/index.html", 3 | "maintainers": [ 4 | { 5 | "email": "ezekiel@seaube.com", 6 | "github": "zaucy", 7 | "name": "Ezekiel Warren" 8 | } 9 | ], 10 | "repository": [ 11 | "github:bazelboost/mpl" 12 | ], 13 | "versions": [ 14 | "1.83.0.bzl.1" 15 | ], 16 | "yanked_versions": {} 17 | } -------------------------------------------------------------------------------- /modules/boost.msm/1.83.0.bzl.1/source.json: -------------------------------------------------------------------------------- 1 | { 2 | "integrity": "sha256-pxsVEO13zdyEKrUWgnUQtCKta5kMyrv98EHrh/MMFVo=", 3 | "patch_strip": 0, 4 | "patches": {}, 5 | "url": "https://github.com/bazelboost/msm/releases/download/bazelboost-1.83.0.bzl.1/msm-bazelboost-1.83.0.bzl.1.tar.gz" 6 | } -------------------------------------------------------------------------------- /modules/boost.msm/metadata.json: -------------------------------------------------------------------------------- 1 | { 2 | "homepage": "https://www.boost.org/doc/libs/release/libs/msm/doc/html/index.html", 3 | "maintainers": [ 4 | { 5 | "email": "ezekiel@seaube.com", 6 | "github": "zaucy", 7 | "name": "Ezekiel Warren" 8 | } 9 | ], 10 | "repository": [ 11 | "github:bazelboost/msm" 12 | ], 13 | "versions": [ 14 | "1.83.0.bzl.1" 15 | ], 16 | "yanked_versions": {} 17 | } -------------------------------------------------------------------------------- /modules/boost.multi_array/1.83.0.bzl.1/source.json: -------------------------------------------------------------------------------- 1 | { 2 | "integrity": "sha256-qPoopi4leFV30bKKbB+j7O5t5B/8POE1eR56CrFzyNw=", 3 | "patch_strip": 0, 4 | "patches": {}, 5 | "url": "https://github.com/bazelboost/multi_array/releases/download/bazelboost-1.83.0.bzl.1/multi_array-bazelboost-1.83.0.bzl.1.tar.gz" 6 | } -------------------------------------------------------------------------------- /modules/boost.multi_array/metadata.json: -------------------------------------------------------------------------------- 1 | { 2 | "homepage": "https://www.boost.org/doc/libs/release/libs/multi_array/doc/html/index.html", 3 | "maintainers": [ 4 | { 5 | "email": "ezekiel@seaube.com", 6 | "github": "zaucy", 7 | "name": "Ezekiel Warren" 8 | } 9 | ], 10 | "repository": [ 11 | "github:bazelboost/multi_array" 12 | ], 13 | "versions": [ 14 | "1.83.0.bzl.1" 15 | ], 16 | "yanked_versions": {} 17 | } -------------------------------------------------------------------------------- /modules/boost.multi_index/1.83.0.bzl.1/source.json: -------------------------------------------------------------------------------- 1 | { 2 | "integrity": "sha256-QbfSs7/cf1dgLDg1/smCejTtZgs/jYl7WTuqum8LBps=", 3 | "patch_strip": 0, 4 | "patches": {}, 5 | "url": "https://github.com/bazelboost/multi_index/releases/download/bazelboost-1.83.0.bzl.1/multi_index-bazelboost-1.83.0.bzl.1.tar.gz" 6 | } -------------------------------------------------------------------------------- /modules/boost.multi_index/metadata.json: -------------------------------------------------------------------------------- 1 | { 2 | "homepage": "https://www.boost.org/doc/libs/release/libs/multi_index/doc/html/index.html", 3 | "maintainers": [ 4 | { 5 | "email": "ezekiel@seaube.com", 6 | "github": "zaucy", 7 | "name": "Ezekiel Warren" 8 | } 9 | ], 10 | "repository": [ 11 | "github:bazelboost/multi_index" 12 | ], 13 | "versions": [ 14 | "1.83.0.bzl.1" 15 | ], 16 | "yanked_versions": {} 17 | } -------------------------------------------------------------------------------- /modules/boost.multiprecision/1.83.0.bzl.1/MODULE.bazel: -------------------------------------------------------------------------------- 1 | module( 2 | name = "boost.multiprecision", 3 | version = "1.83.0.bzl.1", 4 | compatibility_level = 108300, 5 | ) 6 | 7 | bazel_dep(name = "rules_cc", version = "0.0.8") 8 | bazel_dep(name = "boost.assert", version = "1.83.0.bzl.1") 9 | bazel_dep(name = "boost.config", version = "1.83.0.bzl.6") 10 | bazel_dep(name = "boost.core", version = "1.83.0.bzl.1") 11 | bazel_dep(name = "boost.integer", version = "1.83.0.bzl.1") 12 | bazel_dep(name = "boost.lexical_cast", version = "1.83.0.bzl.1") 13 | bazel_dep(name = "boost.math", version = "1.83.0.bzl.1") 14 | bazel_dep(name = "boost.predef", version = "1.83.0.bzl.1") 15 | bazel_dep(name = "boost.random", version = "1.83.0.bzl.1") 16 | bazel_dep(name = "boost.throw_exception", version = "1.83.0.bzl.1") 17 | -------------------------------------------------------------------------------- /modules/boost.multiprecision/1.83.0.bzl.1/source.json: -------------------------------------------------------------------------------- 1 | { 2 | "integrity": "sha256-ip//nPyT2mgvCfUh7tkC+TojmqUycKSvjZxZWDZ2RCo=", 3 | "patch_strip": 0, 4 | "patches": {}, 5 | "url": "https://github.com/bazelboost/multiprecision/releases/download/bazelboost-1.83.0.bzl.1/multiprecision-bazelboost-1.83.0.bzl.1.tar.gz" 6 | } -------------------------------------------------------------------------------- /modules/boost.multiprecision/metadata.json: -------------------------------------------------------------------------------- 1 | { 2 | "homepage": "https://www.boost.org/doc/libs/release/libs/multiprecision/doc/html/index.html", 3 | "maintainers": [ 4 | { 5 | "email": "ezekiel@seaube.com", 6 | "github": "zaucy", 7 | "name": "Ezekiel Warren" 8 | } 9 | ], 10 | "repository": [ 11 | "github:bazelboost/multiprecision" 12 | ], 13 | "versions": [ 14 | "1.83.0.bzl.1" 15 | ], 16 | "yanked_versions": {} 17 | } -------------------------------------------------------------------------------- /modules/boost.nowide/1.83.0.bzl.1/MODULE.bazel: -------------------------------------------------------------------------------- 1 | module( 2 | name = "boost.nowide", 3 | version = "1.83.0.bzl.1", 4 | compatibility_level = 108300, 5 | ) 6 | 7 | bazel_dep(name = "rules_cc", version = "0.0.8") 8 | bazel_dep(name = "boost.config", version = "1.83.0.bzl.6") 9 | bazel_dep(name = "boost.filesystem", version = "1.83.0.bzl.1") 10 | -------------------------------------------------------------------------------- /modules/boost.nowide/1.83.0.bzl.1/source.json: -------------------------------------------------------------------------------- 1 | { 2 | "integrity": "sha256-CI6xqDYIwKwFGul2crBkTBI2rKn6YGJZTZ+xIsY+6hY=", 3 | "patch_strip": 0, 4 | "patches": {}, 5 | "url": "https://github.com/bazelboost/nowide/releases/download/bazelboost-1.83.0.bzl.1/nowide-bazelboost-1.83.0.bzl.1.tar.gz" 6 | } -------------------------------------------------------------------------------- /modules/boost.nowide/metadata.json: -------------------------------------------------------------------------------- 1 | { 2 | "homepage": "https://www.boost.org/doc/libs/release/libs/nowide/doc/html/index.html", 3 | "maintainers": [ 4 | { 5 | "email": "ezekiel@seaube.com", 6 | "github": "zaucy", 7 | "name": "Ezekiel Warren" 8 | } 9 | ], 10 | "repository": [ 11 | "github:bazelboost/nowide" 12 | ], 13 | "versions": [ 14 | "1.83.0.bzl.1" 15 | ], 16 | "yanked_versions": {} 17 | } -------------------------------------------------------------------------------- /modules/boost.numeric_conversion/1.83.0.bzl.1/MODULE.bazel: -------------------------------------------------------------------------------- 1 | module( 2 | name = "boost.numeric_conversion", 3 | version = "1.83.0.bzl.1", 4 | compatibility_level = 108300, 5 | ) 6 | 7 | bazel_dep(name = "rules_cc", version = "0.0.8") 8 | bazel_dep(name = "boost.config", version = "1.83.0.bzl.6") 9 | bazel_dep(name = "boost.conversion", version = "1.83.0.bzl.1") 10 | bazel_dep(name = "boost.core", version = "1.83.0.bzl.1") 11 | bazel_dep(name = "boost.mpl", version = "1.83.0.bzl.1") 12 | bazel_dep(name = "boost.preprocessor", version = "1.83.0.bzl.1") 13 | bazel_dep(name = "boost.throw_exception", version = "1.83.0.bzl.1") 14 | bazel_dep(name = "boost.type_traits", version = "1.83.0.bzl.1") 15 | -------------------------------------------------------------------------------- /modules/boost.numeric_conversion/1.83.0.bzl.1/source.json: -------------------------------------------------------------------------------- 1 | { 2 | "integrity": "sha256-RNbfdFzad3we1QYFQ2z73oZSXZ2T0IWgA23yzeyHNh0=", 3 | "patch_strip": 0, 4 | "patches": {}, 5 | "url": "https://github.com/bazelboost/numeric_conversion/releases/download/bazelboost-1.83.0.bzl.1/numeric_conversion-bazelboost-1.83.0.bzl.1.tar.gz" 6 | } -------------------------------------------------------------------------------- /modules/boost.numeric_conversion/metadata.json: -------------------------------------------------------------------------------- 1 | { 2 | "homepage": "https://www.boost.org/doc/libs/release/libs/numeric_conversion/doc/html/index.html", 3 | "maintainers": [ 4 | { 5 | "email": "ezekiel@seaube.com", 6 | "github": "zaucy", 7 | "name": "Ezekiel Warren" 8 | } 9 | ], 10 | "repository": [ 11 | "github:bazelboost/numeric_conversion" 12 | ], 13 | "versions": [ 14 | "1.83.0.bzl.1" 15 | ], 16 | "yanked_versions": {} 17 | } -------------------------------------------------------------------------------- /modules/boost.optional/1.83.0.bzl.1/MODULE.bazel: -------------------------------------------------------------------------------- 1 | module( 2 | name = "boost.optional", 3 | version = "1.83.0.bzl.1", 4 | compatibility_level = 108300, 5 | ) 6 | 7 | bazel_dep(name = "rules_cc", version = "0.0.8") 8 | bazel_dep(name = "boost.assert", version = "1.83.0.bzl.1") 9 | bazel_dep(name = "boost.config", version = "1.83.0.bzl.6") 10 | bazel_dep(name = "boost.core", version = "1.83.0.bzl.1") 11 | bazel_dep(name = "boost.detail", version = "1.83.0.bzl.1") 12 | bazel_dep(name = "boost.move", version = "1.83.0.bzl.1") 13 | bazel_dep(name = "boost.predef", version = "1.83.0.bzl.1") 14 | bazel_dep(name = "boost.static_assert", version = "1.83.0.bzl.1") 15 | bazel_dep(name = "boost.throw_exception", version = "1.83.0.bzl.1") 16 | bazel_dep(name = "boost.type_traits", version = "1.83.0.bzl.1") 17 | bazel_dep(name = "boost.utility", version = "1.83.0.bzl.1") 18 | -------------------------------------------------------------------------------- /modules/boost.optional/1.83.0.bzl.1/source.json: -------------------------------------------------------------------------------- 1 | { 2 | "integrity": "sha256-BXKEp9moB5sZ88aUxULVSg8j0qX8HIa1rn8jlDZGdDM=", 3 | "patch_strip": 0, 4 | "patches": {}, 5 | "url": "https://github.com/bazelboost/optional/releases/download/bazelboost-1.83.0.bzl.1/optional-bazelboost-1.83.0.bzl.1.tar.gz" 6 | } -------------------------------------------------------------------------------- /modules/boost.optional/metadata.json: -------------------------------------------------------------------------------- 1 | { 2 | "homepage": "https://www.boost.org/doc/libs/release/libs/optional/doc/html/index.html", 3 | "maintainers": [ 4 | { 5 | "email": "ezekiel@seaube.com", 6 | "github": "zaucy", 7 | "name": "Ezekiel Warren" 8 | } 9 | ], 10 | "repository": [ 11 | "github:bazelboost/optional" 12 | ], 13 | "versions": [ 14 | "1.83.0.bzl.1" 15 | ], 16 | "yanked_versions": {} 17 | } -------------------------------------------------------------------------------- /modules/boost.outcome/1.83.0.bzl.1/MODULE.bazel: -------------------------------------------------------------------------------- 1 | module( 2 | name = "boost.outcome", 3 | version = "1.83.0.bzl.1", 4 | compatibility_level = 108300, 5 | ) 6 | 7 | bazel_dep(name = "rules_cc", version = "0.0.8") 8 | bazel_dep(name = "boost.config", version = "1.83.0.bzl.6") 9 | bazel_dep(name = "boost.exception", version = "1.83.0.bzl.1") 10 | bazel_dep(name = "boost.system", version = "1.83.0.bzl.1") 11 | bazel_dep(name = "boost.throw_exception", version = "1.83.0.bzl.1") 12 | -------------------------------------------------------------------------------- /modules/boost.outcome/1.83.0.bzl.1/source.json: -------------------------------------------------------------------------------- 1 | { 2 | "integrity": "sha256-kjNmIFI2S54ZdfGvqNWL2sbQR1jBs+lVmY2cqxVl9eY=", 3 | "patch_strip": 0, 4 | "patches": {}, 5 | "url": "https://github.com/bazelboost/outcome/releases/download/bazelboost-1.83.0.bzl.1/outcome-bazelboost-1.83.0.bzl.1.tar.gz" 6 | } -------------------------------------------------------------------------------- /modules/boost.outcome/metadata.json: -------------------------------------------------------------------------------- 1 | { 2 | "homepage": "https://www.boost.org/doc/libs/release/libs/outcome/doc/html/index.html", 3 | "maintainers": [ 4 | { 5 | "email": "ezekiel@seaube.com", 6 | "github": "zaucy", 7 | "name": "Ezekiel Warren" 8 | } 9 | ], 10 | "repository": [ 11 | "github:bazelboost/outcome" 12 | ], 13 | "versions": [ 14 | "1.83.0.bzl.1" 15 | ], 16 | "yanked_versions": {} 17 | } -------------------------------------------------------------------------------- /modules/boost.parameter/1.83.0.bzl.1/MODULE.bazel: -------------------------------------------------------------------------------- 1 | module( 2 | name = "boost.parameter", 3 | version = "1.83.0.bzl.1", 4 | compatibility_level = 108300, 5 | ) 6 | 7 | bazel_dep(name = "rules_cc", version = "0.0.8") 8 | bazel_dep(name = "boost.config", version = "1.83.0.bzl.6") 9 | bazel_dep(name = "boost.core", version = "1.83.0.bzl.1") 10 | bazel_dep(name = "boost.function", version = "1.83.0.bzl.1") 11 | bazel_dep(name = "boost.fusion", version = "1.83.0.bzl.1") 12 | bazel_dep(name = "boost.mp11", version = "1.83.0.bzl.1") 13 | bazel_dep(name = "boost.mpl", version = "1.83.0.bzl.1") 14 | bazel_dep(name = "boost.optional", version = "1.83.0.bzl.1") 15 | bazel_dep(name = "boost.preprocessor", version = "1.83.0.bzl.1") 16 | bazel_dep(name = "boost.type_traits", version = "1.83.0.bzl.1") 17 | bazel_dep(name = "boost.utility", version = "1.83.0.bzl.1") 18 | -------------------------------------------------------------------------------- /modules/boost.parameter/1.83.0.bzl.1/source.json: -------------------------------------------------------------------------------- 1 | { 2 | "integrity": "sha256-9wmjvRvqZuqEdNKnQ/pfLQcEzu9iQ012GtOKOOIan3A=", 3 | "patch_strip": 0, 4 | "patches": {}, 5 | "url": "https://github.com/bazelboost/parameter/releases/download/bazelboost-1.83.0.bzl.1/parameter-bazelboost-1.83.0.bzl.1.tar.gz" 6 | } -------------------------------------------------------------------------------- /modules/boost.parameter/metadata.json: -------------------------------------------------------------------------------- 1 | { 2 | "homepage": "https://www.boost.org/doc/libs/release/libs/parameter/doc/html/index.html", 3 | "maintainers": [ 4 | { 5 | "email": "ezekiel@seaube.com", 6 | "github": "zaucy", 7 | "name": "Ezekiel Warren" 8 | } 9 | ], 10 | "repository": [ 11 | "github:bazelboost/parameter" 12 | ], 13 | "versions": [ 14 | "1.83.0.bzl.1" 15 | ], 16 | "yanked_versions": {} 17 | } -------------------------------------------------------------------------------- /modules/boost.parameter_python/1.83.0.bzl.1/MODULE.bazel: -------------------------------------------------------------------------------- 1 | module( 2 | name = "boost.parameter_python", 3 | version = "1.83.0.bzl.1", 4 | compatibility_level = 108300, 5 | ) 6 | 7 | bazel_dep(name = "rules_cc", version = "0.0.8") 8 | bazel_dep(name = "boost.mpl", version = "1.83.0.bzl.1") 9 | bazel_dep(name = "boost.parameter", version = "1.83.0.bzl.1") 10 | bazel_dep(name = "boost.preprocessor", version = "1.83.0.bzl.1") 11 | bazel_dep(name = "boost.python", version = "1.83.0.bzl.1") 12 | -------------------------------------------------------------------------------- /modules/boost.parameter_python/1.83.0.bzl.1/source.json: -------------------------------------------------------------------------------- 1 | { 2 | "integrity": "sha256-Pi+W9Cjfs27Yj0a3ff98u0xy2yj63acc7XYMxI82beQ=", 3 | "patch_strip": 0, 4 | "patches": {}, 5 | "url": "https://github.com/bazelboost/parameter_python/releases/download/bazelboost-1.83.0.bzl.1/parameter_python-bazelboost-1.83.0.bzl.1.tar.gz" 6 | } -------------------------------------------------------------------------------- /modules/boost.parameter_python/metadata.json: -------------------------------------------------------------------------------- 1 | { 2 | "homepage": "https://www.boost.org/doc/libs/release/libs/parameter_python/doc/html/index.html", 3 | "maintainers": [ 4 | { 5 | "email": "ezekiel@seaube.com", 6 | "github": "zaucy", 7 | "name": "Ezekiel Warren" 8 | } 9 | ], 10 | "repository": [ 11 | "github:bazelboost/parameter_python" 12 | ], 13 | "versions": [ 14 | "1.83.0.bzl.1" 15 | ], 16 | "yanked_versions": {} 17 | } -------------------------------------------------------------------------------- /modules/boost.pfr/1.83.0.bzl.1/MODULE.bazel: -------------------------------------------------------------------------------- 1 | module( 2 | name = "boost.pfr", 3 | version = "1.83.0.bzl.1", 4 | compatibility_level = 108300, 5 | ) 6 | 7 | bazel_dep(name = "rules_cc", version = "0.0.8") 8 | -------------------------------------------------------------------------------- /modules/boost.pfr/1.83.0.bzl.1/source.json: -------------------------------------------------------------------------------- 1 | { 2 | "integrity": "sha256-IyAK/LSnncmL3YEduC4PHe20ks+HFU1r3nJITyy8BnY=", 3 | "patch_strip": 0, 4 | "patches": {}, 5 | "url": "https://github.com/bazelboost/pfr/releases/download/bazelboost-1.83.0.bzl.1/pfr-bazelboost-1.83.0.bzl.1.tar.gz" 6 | } -------------------------------------------------------------------------------- /modules/boost.pfr/metadata.json: -------------------------------------------------------------------------------- 1 | { 2 | "homepage": "https://www.boost.org/doc/libs/release/libs/pfr/doc/html/index.html", 3 | "maintainers": [ 4 | { 5 | "email": "ezekiel@seaube.com", 6 | "github": "zaucy", 7 | "name": "Ezekiel Warren" 8 | } 9 | ], 10 | "repository": [ 11 | "github:bazelboost/pfr" 12 | ], 13 | "versions": [ 14 | "1.83.0.bzl.1" 15 | ], 16 | "yanked_versions": {} 17 | } -------------------------------------------------------------------------------- /modules/boost.phoenix/1.83.0.bzl.1/source.json: -------------------------------------------------------------------------------- 1 | { 2 | "integrity": "sha256-LyZ0RIZAoz4/L6rgn2yri1CqteXuIVXhE3Xu5XqTsc0=", 3 | "patch_strip": 0, 4 | "patches": {}, 5 | "url": "https://github.com/bazelboost/phoenix/releases/download/bazelboost-1.83.0.bzl.1/phoenix-bazelboost-1.83.0.bzl.1.tar.gz" 6 | } -------------------------------------------------------------------------------- /modules/boost.phoenix/metadata.json: -------------------------------------------------------------------------------- 1 | { 2 | "homepage": "https://www.boost.org/doc/libs/release/libs/phoenix/doc/html/index.html", 3 | "maintainers": [ 4 | { 5 | "email": "ezekiel@seaube.com", 6 | "github": "zaucy", 7 | "name": "Ezekiel Warren" 8 | } 9 | ], 10 | "repository": [ 11 | "github:bazelboost/phoenix" 12 | ], 13 | "versions": [ 14 | "1.83.0.bzl.1" 15 | ], 16 | "yanked_versions": {} 17 | } -------------------------------------------------------------------------------- /modules/boost.poly_collection/1.83.0.bzl.1/MODULE.bazel: -------------------------------------------------------------------------------- 1 | module( 2 | name = "boost.poly_collection", 3 | version = "1.83.0.bzl.1", 4 | compatibility_level = 108300, 5 | ) 6 | 7 | bazel_dep(name = "rules_cc", version = "0.0.8") 8 | bazel_dep(name = "boost.assert", version = "1.83.0.bzl.1") 9 | bazel_dep(name = "boost.config", version = "1.83.0.bzl.6") 10 | bazel_dep(name = "boost.core", version = "1.83.0.bzl.1") 11 | bazel_dep(name = "boost.iterator", version = "1.83.0.bzl.1") 12 | bazel_dep(name = "boost.mp11", version = "1.83.0.bzl.1") 13 | bazel_dep(name = "boost.mpl", version = "1.83.0.bzl.1") 14 | bazel_dep(name = "boost.type_erasure", version = "1.83.0.bzl.1") 15 | bazel_dep(name = "boost.type_traits", version = "1.83.0.bzl.1") 16 | -------------------------------------------------------------------------------- /modules/boost.poly_collection/1.83.0.bzl.1/source.json: -------------------------------------------------------------------------------- 1 | { 2 | "integrity": "sha256-rfsnj7jlOVbXaQFGWRzWYCEfuABO5KunLdRHt9GqBtg=", 3 | "patch_strip": 0, 4 | "patches": {}, 5 | "url": "https://github.com/bazelboost/poly_collection/releases/download/bazelboost-1.83.0.bzl.1/poly_collection-bazelboost-1.83.0.bzl.1.tar.gz" 6 | } -------------------------------------------------------------------------------- /modules/boost.poly_collection/metadata.json: -------------------------------------------------------------------------------- 1 | { 2 | "homepage": "https://www.boost.org/doc/libs/release/libs/poly_collection/doc/html/index.html", 3 | "maintainers": [ 4 | { 5 | "email": "ezekiel@seaube.com", 6 | "github": "zaucy", 7 | "name": "Ezekiel Warren" 8 | } 9 | ], 10 | "repository": [ 11 | "github:bazelboost/poly_collection" 12 | ], 13 | "versions": [ 14 | "1.83.0.bzl.1" 15 | ], 16 | "yanked_versions": {} 17 | } -------------------------------------------------------------------------------- /modules/boost.polygon/1.83.0.bzl.1/MODULE.bazel: -------------------------------------------------------------------------------- 1 | module( 2 | name = "boost.polygon", 3 | version = "1.83.0.bzl.1", 4 | compatibility_level = 108300, 5 | ) 6 | 7 | bazel_dep(name = "rules_cc", version = "0.0.8") 8 | bazel_dep(name = "boost.config", version = "1.83.0.bzl.6") 9 | -------------------------------------------------------------------------------- /modules/boost.polygon/1.83.0.bzl.1/source.json: -------------------------------------------------------------------------------- 1 | { 2 | "integrity": "sha256-+O2vwyD8E8LtL2omze3HaBsXrAhFx1Ty93BKbnksDwA=", 3 | "patch_strip": 0, 4 | "patches": {}, 5 | "url": "https://github.com/bazelboost/polygon/releases/download/bazelboost-1.83.0.bzl.1/polygon-bazelboost-1.83.0.bzl.1.tar.gz" 6 | } -------------------------------------------------------------------------------- /modules/boost.polygon/metadata.json: -------------------------------------------------------------------------------- 1 | { 2 | "homepage": "https://www.boost.org/doc/libs/release/libs/polygon/doc/html/index.html", 3 | "maintainers": [ 4 | { 5 | "email": "ezekiel@seaube.com", 6 | "github": "zaucy", 7 | "name": "Ezekiel Warren" 8 | } 9 | ], 10 | "repository": [ 11 | "github:bazelboost/polygon" 12 | ], 13 | "versions": [ 14 | "1.83.0.bzl.1" 15 | ], 16 | "yanked_versions": {} 17 | } -------------------------------------------------------------------------------- /modules/boost.pool/1.83.0.bzl.1/MODULE.bazel: -------------------------------------------------------------------------------- 1 | module( 2 | name = "boost.pool", 3 | version = "1.83.0.bzl.1", 4 | compatibility_level = 108300, 5 | ) 6 | 7 | bazel_dep(name = "rules_cc", version = "0.0.8") 8 | bazel_dep(name = "boost.assert", version = "1.83.0.bzl.1") 9 | bazel_dep(name = "boost.config", version = "1.83.0.bzl.6") 10 | bazel_dep(name = "boost.integer", version = "1.83.0.bzl.1") 11 | bazel_dep(name = "boost.throw_exception", version = "1.83.0.bzl.1") 12 | bazel_dep(name = "boost.type_traits", version = "1.83.0.bzl.1") 13 | bazel_dep(name = "boost.winapi", version = "1.83.0.bzl.1") 14 | -------------------------------------------------------------------------------- /modules/boost.pool/1.83.0.bzl.1/source.json: -------------------------------------------------------------------------------- 1 | { 2 | "integrity": "sha256-aY730+MMpbabQtBCe3wh9L+Ze1127OZ1P21fGi647RY=", 3 | "patch_strip": 0, 4 | "patches": {}, 5 | "url": "https://github.com/bazelboost/pool/releases/download/bazelboost-1.83.0.bzl.1/pool-bazelboost-1.83.0.bzl.1.tar.gz" 6 | } -------------------------------------------------------------------------------- /modules/boost.pool/1.83.0.bzl.2/MODULE.bazel: -------------------------------------------------------------------------------- 1 | module( 2 | name = "boost.pool", 3 | version = "1.83.0.bzl.2", 4 | compatibility_level = 108300, 5 | ) 6 | 7 | bazel_dep(name = "rules_cc", version = "0.0.8") 8 | bazel_dep(name = "boost.assert", version = "1.83.0.bzl.1") 9 | bazel_dep(name = "boost.config", version = "1.83.0.bzl.6") 10 | bazel_dep(name = "boost.integer", version = "1.83.0.bzl.1") 11 | bazel_dep(name = "boost.throw_exception", version = "1.83.0.bzl.1") 12 | bazel_dep(name = "boost.type_traits", version = "1.83.0.bzl.1") 13 | bazel_dep(name = "boost.winapi", version = "1.83.0.bzl.1") 14 | -------------------------------------------------------------------------------- /modules/boost.pool/1.83.0.bzl.2/source.json: -------------------------------------------------------------------------------- 1 | { 2 | "integrity": "sha256-JF5u7V8L4xHNXn4b7MNedwDCPcDYPwmFq/8x97vcCww=", 3 | "patch_strip": 0, 4 | "patches": {}, 5 | "url": "https://github.com/bazelboost/pool/releases/download/bazelboost-1.83.0.bzl.2/pool-bazelboost-1.83.0.bzl.2.tar.gz" 6 | } -------------------------------------------------------------------------------- /modules/boost.pool/metadata.json: -------------------------------------------------------------------------------- 1 | { 2 | "homepage": "https://www.boost.org/doc/libs/release/libs/pool/doc/html/index.html", 3 | "maintainers": [ 4 | { 5 | "email": "ezekiel@seaube.com", 6 | "github": "zaucy", 7 | "name": "Ezekiel Warren" 8 | } 9 | ], 10 | "repository": [ 11 | "github:bazelboost/pool" 12 | ], 13 | "versions": [ 14 | "1.83.0.bzl.1", 15 | "1.83.0.bzl.2" 16 | ], 17 | "yanked_versions": {} 18 | } -------------------------------------------------------------------------------- /modules/boost.predef/1.83.0.bzl.1/MODULE.bazel: -------------------------------------------------------------------------------- 1 | module( 2 | name = "boost.predef", 3 | version = "1.83.0.bzl.1", 4 | compatibility_level = 108300, 5 | ) 6 | 7 | bazel_dep(name = "rules_cc", version = "0.0.8") 8 | -------------------------------------------------------------------------------- /modules/boost.predef/1.83.0.bzl.1/source.json: -------------------------------------------------------------------------------- 1 | { 2 | "integrity": "sha256-maKSi0FusUu7qzB9eYDMraF/euhJV+ap5sJQMEqGfOw=", 3 | "patch_strip": 0, 4 | "patches": {}, 5 | "url": "https://github.com/bazelboost/predef/releases/download/bazelboost-1.83.0.bzl.1/predef-bazelboost-1.83.0.bzl.1.tar.gz" 6 | } -------------------------------------------------------------------------------- /modules/boost.predef/metadata.json: -------------------------------------------------------------------------------- 1 | { 2 | "homepage": "https://www.boost.org/doc/libs/release/libs/predef/doc/html/index.html", 3 | "maintainers": [ 4 | { 5 | "email": "ezekiel@seaube.com", 6 | "github": "zaucy", 7 | "name": "Ezekiel Warren" 8 | } 9 | ], 10 | "repository": [ 11 | "github:bazelboost/predef" 12 | ], 13 | "versions": [ 14 | "1.83.0.bzl.1" 15 | ], 16 | "yanked_versions": {} 17 | } -------------------------------------------------------------------------------- /modules/boost.preprocessor/1.83.0.bzl.1/MODULE.bazel: -------------------------------------------------------------------------------- 1 | module( 2 | name = "boost.preprocessor", 3 | version = "1.83.0.bzl.1", 4 | compatibility_level = 108300, 5 | ) 6 | 7 | bazel_dep(name = "rules_cc", version = "0.0.8") 8 | -------------------------------------------------------------------------------- /modules/boost.preprocessor/1.83.0.bzl.1/source.json: -------------------------------------------------------------------------------- 1 | { 2 | "integrity": "sha256-FM4l16k3YYuUyviJJ0ShnjacAd70qKO8Kw50GEI5XFM=", 3 | "patch_strip": 0, 4 | "patches": {}, 5 | "url": "https://github.com/bazelboost/preprocessor/releases/download/bazelboost-1.83.0.bzl.1/preprocessor-bazelboost-1.83.0.bzl.1.tar.gz" 6 | } -------------------------------------------------------------------------------- /modules/boost.preprocessor/metadata.json: -------------------------------------------------------------------------------- 1 | { 2 | "homepage": "https://www.boost.org/doc/libs/release/libs/preprocessor/doc/html/index.html", 3 | "maintainers": [ 4 | { 5 | "email": "ezekiel@seaube.com", 6 | "github": "zaucy", 7 | "name": "Ezekiel Warren" 8 | } 9 | ], 10 | "repository": [ 11 | "github:bazelboost/preprocessor" 12 | ], 13 | "versions": [ 14 | "1.83.0.bzl.1" 15 | ], 16 | "yanked_versions": {} 17 | } -------------------------------------------------------------------------------- /modules/boost.process/1.83.0.bzl.1/source.json: -------------------------------------------------------------------------------- 1 | { 2 | "integrity": "sha256-Pb7YlhmnHPfjIyQokK/sFjeYWebBk4whsqzuSuL1g2o=", 3 | "patch_strip": 0, 4 | "patches": {}, 5 | "url": "https://github.com/bazelboost/process/releases/download/bazelboost-1.83.0.bzl.1/process-bazelboost-1.83.0.bzl.1.tar.gz" 6 | } -------------------------------------------------------------------------------- /modules/boost.process/1.83.0.bzl.2/source.json: -------------------------------------------------------------------------------- 1 | { 2 | "integrity": "sha256-q1peQmskTIdKQ3jE4VmtlzllwATN4URH5vmOAdM0EGs=", 3 | "patch_strip": 0, 4 | "patches": {}, 5 | "url": "https://github.com/bazelboost/process/releases/download/bazelboost-1.83.0.bzl.2/process-bazelboost-1.83.0.bzl.2.tar.gz" 6 | } -------------------------------------------------------------------------------- /modules/boost.process/metadata.json: -------------------------------------------------------------------------------- 1 | { 2 | "homepage": "https://www.boost.org/doc/libs/release/libs/process/doc/html/index.html", 3 | "maintainers": [ 4 | { 5 | "email": "ezekiel@seaube.com", 6 | "github": "zaucy", 7 | "name": "Ezekiel Warren" 8 | } 9 | ], 10 | "repository": [ 11 | "github:bazelboost/process" 12 | ], 13 | "versions": [ 14 | "1.83.0.bzl.1", 15 | "1.83.0.bzl.2" 16 | ], 17 | "yanked_versions": {} 18 | } -------------------------------------------------------------------------------- /modules/boost.program_options/1.83.0.bzl.1/source.json: -------------------------------------------------------------------------------- 1 | { 2 | "integrity": "sha256-ynO7kXXo3mffyHlMs/vIsolHQDGJTR79k1Yb2MZ6NCI=", 3 | "patch_strip": 0, 4 | "patches": {}, 5 | "url": "https://github.com/bazelboost/program_options/releases/download/bazelboost-1.83.0.bzl.1/program_options-bazelboost-1.83.0.bzl.1.tar.gz" 6 | } -------------------------------------------------------------------------------- /modules/boost.program_options/1.83.0.bzl.2/source.json: -------------------------------------------------------------------------------- 1 | { 2 | "integrity": "sha256-2oEzketcY1eBsBZ/v9odEwF4fV3uQbfBcLbKCmKjSSE=", 3 | "patch_strip": 0, 4 | "patches": {}, 5 | "url": "https://github.com/bazelboost/program_options/releases/download/bazelboost-1.83.0.bzl.2/program_options-bazelboost-1.83.0.bzl.2.tar.gz" 6 | } -------------------------------------------------------------------------------- /modules/boost.program_options/metadata.json: -------------------------------------------------------------------------------- 1 | { 2 | "homepage": "https://www.boost.org/doc/libs/release/libs/program_options/doc/html/index.html", 3 | "maintainers": [ 4 | { 5 | "email": "ezekiel@seaube.com", 6 | "github": "zaucy", 7 | "name": "Ezekiel Warren" 8 | } 9 | ], 10 | "repository": [ 11 | "github:bazelboost/program_options" 12 | ], 13 | "versions": [ 14 | "1.83.0.bzl.1", 15 | "1.83.0.bzl.2" 16 | ], 17 | "yanked_versions": {} 18 | } -------------------------------------------------------------------------------- /modules/boost.property_map.parallel/1.83.0.bzl.1/source.json: -------------------------------------------------------------------------------- 1 | { 2 | "integrity": "sha256-FPywhKdyOTANs5dECGdUrjAP/SCXmN5xoXo94KgIdrk=", 3 | "patch_strip": 0, 4 | "patches": {}, 5 | "url": "https://github.com/bazelboost/property_map_parallel/releases/download/bazelboost-1.83.0.bzl.1/property_map_parallel-bazelboost-1.83.0.bzl.1.tar.gz" 6 | } -------------------------------------------------------------------------------- /modules/boost.property_map.parallel/metadata.json: -------------------------------------------------------------------------------- 1 | { 2 | "homepage": "https://www.boost.org/doc/libs/release/libs/property_map_parallel/doc/html/index.html", 3 | "maintainers": [ 4 | { 5 | "email": "ezekiel@seaube.com", 6 | "github": "zaucy", 7 | "name": "Ezekiel Warren" 8 | } 9 | ], 10 | "repository": [ 11 | "github:bazelboost/property_map_parallel" 12 | ], 13 | "versions": [ 14 | "1.83.0.bzl.1" 15 | ], 16 | "yanked_versions": {} 17 | } -------------------------------------------------------------------------------- /modules/boost.property_map/1.83.0.bzl.1/source.json: -------------------------------------------------------------------------------- 1 | { 2 | "integrity": "sha256-MpAP1Oi5LZP46sGO/Ve4FFmtfp1aEzd44XlkvfxTGeg=", 3 | "patch_strip": 0, 4 | "patches": {}, 5 | "url": "https://github.com/bazelboost/property_map/releases/download/bazelboost-1.83.0.bzl.1/property_map-bazelboost-1.83.0.bzl.1.tar.gz" 6 | } -------------------------------------------------------------------------------- /modules/boost.property_map/metadata.json: -------------------------------------------------------------------------------- 1 | { 2 | "homepage": "https://www.boost.org/doc/libs/release/libs/property_map/doc/html/index.html", 3 | "maintainers": [ 4 | { 5 | "email": "ezekiel@seaube.com", 6 | "github": "zaucy", 7 | "name": "Ezekiel Warren" 8 | } 9 | ], 10 | "repository": [ 11 | "github:bazelboost/property_map" 12 | ], 13 | "versions": [ 14 | "1.83.0.bzl.1" 15 | ], 16 | "yanked_versions": {} 17 | } -------------------------------------------------------------------------------- /modules/boost.property_tree/1.83.0.bzl.1/source.json: -------------------------------------------------------------------------------- 1 | { 2 | "integrity": "sha256-07zXbxHUT37jaMEq5zUxC8Yj1ZFBOGue3a/WO12oABk=", 3 | "patch_strip": 0, 4 | "patches": {}, 5 | "url": "https://github.com/bazelboost/property_tree/releases/download/bazelboost-1.83.0.bzl.1/property_tree-bazelboost-1.83.0.bzl.1.tar.gz" 6 | } -------------------------------------------------------------------------------- /modules/boost.property_tree/metadata.json: -------------------------------------------------------------------------------- 1 | { 2 | "homepage": "https://www.boost.org/doc/libs/release/libs/property_tree/doc/html/index.html", 3 | "maintainers": [ 4 | { 5 | "email": "ezekiel@seaube.com", 6 | "github": "zaucy", 7 | "name": "Ezekiel Warren" 8 | } 9 | ], 10 | "repository": [ 11 | "github:bazelboost/property_tree" 12 | ], 13 | "versions": [ 14 | "1.83.0.bzl.1" 15 | ], 16 | "yanked_versions": {} 17 | } -------------------------------------------------------------------------------- /modules/boost.proto/1.83.0.bzl.1/MODULE.bazel: -------------------------------------------------------------------------------- 1 | module( 2 | name = "boost.proto", 3 | version = "1.83.0.bzl.1", 4 | compatibility_level = 108300, 5 | ) 6 | 7 | bazel_dep(name = "rules_cc", version = "0.0.8") 8 | bazel_dep(name = "boost.config", version = "1.83.0.bzl.6") 9 | bazel_dep(name = "boost.core", version = "1.83.0.bzl.1") 10 | bazel_dep(name = "boost.fusion", version = "1.83.0.bzl.1") 11 | bazel_dep(name = "boost.mpl", version = "1.83.0.bzl.1") 12 | bazel_dep(name = "boost.preprocessor", version = "1.83.0.bzl.1") 13 | bazel_dep(name = "boost.range", version = "1.83.0.bzl.1") 14 | bazel_dep(name = "boost.static_assert", version = "1.83.0.bzl.1") 15 | bazel_dep(name = "boost.type_traits", version = "1.83.0.bzl.1") 16 | bazel_dep(name = "boost.typeof", version = "1.83.0.bzl.1") 17 | bazel_dep(name = "boost.utility", version = "1.83.0.bzl.1") 18 | -------------------------------------------------------------------------------- /modules/boost.proto/1.83.0.bzl.1/source.json: -------------------------------------------------------------------------------- 1 | { 2 | "integrity": "sha256-PJYRnEIABdehbOGm1ISacoNJIKQWEaB2W5acjXx9loA=", 3 | "patch_strip": 0, 4 | "patches": {}, 5 | "url": "https://github.com/bazelboost/proto/releases/download/bazelboost-1.83.0.bzl.1/proto-bazelboost-1.83.0.bzl.1.tar.gz" 6 | } -------------------------------------------------------------------------------- /modules/boost.proto/metadata.json: -------------------------------------------------------------------------------- 1 | { 2 | "homepage": "https://www.boost.org/doc/libs/release/libs/proto/doc/html/index.html", 3 | "maintainers": [ 4 | { 5 | "email": "ezekiel@seaube.com", 6 | "github": "zaucy", 7 | "name": "Ezekiel Warren" 8 | } 9 | ], 10 | "repository": [ 11 | "github:bazelboost/proto" 12 | ], 13 | "versions": [ 14 | "1.83.0.bzl.1" 15 | ], 16 | "yanked_versions": {} 17 | } -------------------------------------------------------------------------------- /modules/boost.ptr_container/1.83.0.bzl.1/source.json: -------------------------------------------------------------------------------- 1 | { 2 | "integrity": "sha256-/NMiiTtgCyuaHGDH+sJUcu9VqCyzBlM6HZ4I81KhmlY=", 3 | "patch_strip": 0, 4 | "patches": {}, 5 | "url": "https://github.com/bazelboost/ptr_container/releases/download/bazelboost-1.83.0.bzl.1/ptr_container-bazelboost-1.83.0.bzl.1.tar.gz" 6 | } -------------------------------------------------------------------------------- /modules/boost.ptr_container/metadata.json: -------------------------------------------------------------------------------- 1 | { 2 | "homepage": "https://www.boost.org/doc/libs/release/libs/ptr_container/doc/html/index.html", 3 | "maintainers": [ 4 | { 5 | "email": "ezekiel@seaube.com", 6 | "github": "zaucy", 7 | "name": "Ezekiel Warren" 8 | } 9 | ], 10 | "repository": [ 11 | "github:bazelboost/ptr_container" 12 | ], 13 | "versions": [ 14 | "1.83.0.bzl.1" 15 | ], 16 | "yanked_versions": {} 17 | } -------------------------------------------------------------------------------- /modules/boost.python/1.83.0.bzl.1/source.json: -------------------------------------------------------------------------------- 1 | { 2 | "integrity": "sha256-NBcS80yx0jZslgBvAD1+3tEnIk36H8m3XddeJWOqI1o=", 3 | "patch_strip": 0, 4 | "patches": {}, 5 | "url": "https://github.com/bazelboost/python/releases/download/bazelboost-1.83.0.bzl.1/python-bazelboost-1.83.0.bzl.1.tar.gz" 6 | } -------------------------------------------------------------------------------- /modules/boost.python/metadata.json: -------------------------------------------------------------------------------- 1 | { 2 | "homepage": "https://www.boost.org/doc/libs/release/libs/python/doc/html/index.html", 3 | "maintainers": [ 4 | { 5 | "email": "ezekiel@seaube.com", 6 | "github": "zaucy", 7 | "name": "Ezekiel Warren" 8 | } 9 | ], 10 | "repository": [ 11 | "github:bazelboost/python" 12 | ], 13 | "versions": [ 14 | "1.83.0.bzl.1" 15 | ], 16 | "yanked_versions": {} 17 | } -------------------------------------------------------------------------------- /modules/boost.qvm/1.83.0.bzl.1/MODULE.bazel: -------------------------------------------------------------------------------- 1 | module( 2 | name = "boost.qvm", 3 | version = "1.83.0.bzl.1", 4 | compatibility_level = 108300, 5 | ) 6 | 7 | bazel_dep(name = "rules_cc", version = "0.0.8") 8 | -------------------------------------------------------------------------------- /modules/boost.qvm/1.83.0.bzl.1/source.json: -------------------------------------------------------------------------------- 1 | { 2 | "integrity": "sha256-nLdi0w3QxQ4z+G/NOJMZ2MFrjxytNFU/BCQFVZ7VWUM=", 3 | "patch_strip": 0, 4 | "patches": {}, 5 | "url": "https://github.com/bazelboost/qvm/releases/download/bazelboost-1.83.0.bzl.1/qvm-bazelboost-1.83.0.bzl.1.tar.gz" 6 | } -------------------------------------------------------------------------------- /modules/boost.qvm/metadata.json: -------------------------------------------------------------------------------- 1 | { 2 | "homepage": "https://www.boost.org/doc/libs/release/libs/qvm/doc/html/index.html", 3 | "maintainers": [ 4 | { 5 | "email": "ezekiel@seaube.com", 6 | "github": "zaucy", 7 | "name": "Ezekiel Warren" 8 | } 9 | ], 10 | "repository": [ 11 | "github:bazelboost/qvm" 12 | ], 13 | "versions": [ 14 | "1.83.0.bzl.1" 15 | ], 16 | "yanked_versions": {} 17 | } -------------------------------------------------------------------------------- /modules/boost.random/1.83.0.bzl.1/source.json: -------------------------------------------------------------------------------- 1 | { 2 | "integrity": "sha256-dKO89s1iKcZqINzMxBXKo9QO+p7adxbeUmCZv4hUg4c=", 3 | "patch_strip": 0, 4 | "patches": {}, 5 | "url": "https://github.com/bazelboost/random/releases/download/bazelboost-1.83.0.bzl.1/random-bazelboost-1.83.0.bzl.1.tar.gz" 6 | } -------------------------------------------------------------------------------- /modules/boost.random/metadata.json: -------------------------------------------------------------------------------- 1 | { 2 | "homepage": "https://www.boost.org/doc/libs/release/libs/random/doc/html/index.html", 3 | "maintainers": [ 4 | { 5 | "email": "ezekiel@seaube.com", 6 | "github": "zaucy", 7 | "name": "Ezekiel Warren" 8 | } 9 | ], 10 | "repository": [ 11 | "github:bazelboost/random" 12 | ], 13 | "versions": [ 14 | "1.83.0.bzl.1" 15 | ], 16 | "yanked_versions": {} 17 | } -------------------------------------------------------------------------------- /modules/boost.range/1.83.0.bzl.1/source.json: -------------------------------------------------------------------------------- 1 | { 2 | "integrity": "sha256-IP1iIeU3/eFM/Xr3NaQ03Rrd+4NItv749soMrIDBzT4=", 3 | "patch_strip": 0, 4 | "patches": {}, 5 | "url": "https://github.com/bazelboost/range/releases/download/bazelboost-1.83.0.bzl.1/range-bazelboost-1.83.0.bzl.1.tar.gz" 6 | } -------------------------------------------------------------------------------- /modules/boost.range/metadata.json: -------------------------------------------------------------------------------- 1 | { 2 | "homepage": "https://www.boost.org/doc/libs/release/libs/range/doc/html/index.html", 3 | "maintainers": [ 4 | { 5 | "email": "ezekiel@seaube.com", 6 | "github": "zaucy", 7 | "name": "Ezekiel Warren" 8 | } 9 | ], 10 | "repository": [ 11 | "github:bazelboost/range" 12 | ], 13 | "versions": [ 14 | "1.83.0.bzl.1" 15 | ], 16 | "yanked_versions": {} 17 | } -------------------------------------------------------------------------------- /modules/boost.ratio/1.83.0.bzl.1/MODULE.bazel: -------------------------------------------------------------------------------- 1 | module( 2 | name = "boost.ratio", 3 | version = "1.83.0.bzl.1", 4 | compatibility_level = 108300, 5 | ) 6 | 7 | bazel_dep(name = "rules_cc", version = "0.0.8") 8 | bazel_dep(name = "boost.config", version = "1.83.0.bzl.6") 9 | bazel_dep(name = "boost.core", version = "1.83.0.bzl.1") 10 | bazel_dep(name = "boost.integer", version = "1.83.0.bzl.1") 11 | bazel_dep(name = "boost.mpl", version = "1.83.0.bzl.1") 12 | bazel_dep(name = "boost.rational", version = "1.83.0.bzl.1") 13 | bazel_dep(name = "boost.static_assert", version = "1.83.0.bzl.1") 14 | bazel_dep(name = "boost.type_traits", version = "1.83.0.bzl.1") 15 | -------------------------------------------------------------------------------- /modules/boost.ratio/1.83.0.bzl.1/source.json: -------------------------------------------------------------------------------- 1 | { 2 | "integrity": "sha256-8C8mfb0dubnjD12//zGUvS0BlrSbVpOUXPOHXQRBWco=", 3 | "patch_strip": 0, 4 | "patches": {}, 5 | "url": "https://github.com/bazelboost/ratio/releases/download/bazelboost-1.83.0.bzl.1/ratio-bazelboost-1.83.0.bzl.1.tar.gz" 6 | } -------------------------------------------------------------------------------- /modules/boost.ratio/metadata.json: -------------------------------------------------------------------------------- 1 | { 2 | "homepage": "https://www.boost.org/doc/libs/release/libs/ratio/doc/html/index.html", 3 | "maintainers": [ 4 | { 5 | "email": "ezekiel@seaube.com", 6 | "github": "zaucy", 7 | "name": "Ezekiel Warren" 8 | } 9 | ], 10 | "repository": [ 11 | "github:bazelboost/ratio" 12 | ], 13 | "versions": [ 14 | "1.83.0.bzl.1" 15 | ], 16 | "yanked_versions": {} 17 | } -------------------------------------------------------------------------------- /modules/boost.rational/1.83.0.bzl.1/MODULE.bazel: -------------------------------------------------------------------------------- 1 | module( 2 | name = "boost.rational", 3 | version = "1.83.0.bzl.1", 4 | compatibility_level = 108300, 5 | ) 6 | 7 | bazel_dep(name = "rules_cc", version = "0.0.8") 8 | bazel_dep(name = "boost.assert", version = "1.83.0.bzl.1") 9 | bazel_dep(name = "boost.config", version = "1.83.0.bzl.6") 10 | bazel_dep(name = "boost.core", version = "1.83.0.bzl.1") 11 | bazel_dep(name = "boost.integer", version = "1.83.0.bzl.1") 12 | bazel_dep(name = "boost.static_assert", version = "1.83.0.bzl.1") 13 | bazel_dep(name = "boost.throw_exception", version = "1.83.0.bzl.1") 14 | bazel_dep(name = "boost.type_traits", version = "1.83.0.bzl.1") 15 | bazel_dep(name = "boost.utility", version = "1.83.0.bzl.1") 16 | -------------------------------------------------------------------------------- /modules/boost.rational/1.83.0.bzl.1/source.json: -------------------------------------------------------------------------------- 1 | { 2 | "integrity": "sha256-F7zoLpAWf+c1aG3QYxAj0rf8ctP/6ua5A5QDVsW4V7c=", 3 | "patch_strip": 0, 4 | "patches": {}, 5 | "url": "https://github.com/bazelboost/rational/releases/download/bazelboost-1.83.0.bzl.1/rational-bazelboost-1.83.0.bzl.1.tar.gz" 6 | } -------------------------------------------------------------------------------- /modules/boost.rational/metadata.json: -------------------------------------------------------------------------------- 1 | { 2 | "homepage": "https://www.boost.org/doc/libs/release/libs/rational/doc/html/index.html", 3 | "maintainers": [ 4 | { 5 | "email": "ezekiel@seaube.com", 6 | "github": "zaucy", 7 | "name": "Ezekiel Warren" 8 | } 9 | ], 10 | "repository": [ 11 | "github:bazelboost/rational" 12 | ], 13 | "versions": [ 14 | "1.83.0.bzl.1" 15 | ], 16 | "yanked_versions": {} 17 | } -------------------------------------------------------------------------------- /modules/boost.regex/1.83.0.bzl.1/source.json: -------------------------------------------------------------------------------- 1 | { 2 | "integrity": "sha256-YDgEcadN4awe1wIlsac/p94o5+STryik5DAdjhfyU7Q=", 3 | "patch_strip": 0, 4 | "patches": {}, 5 | "url": "https://github.com/bazelboost/regex/releases/download/bazelboost-1.83.0.bzl.1/regex-bazelboost-1.83.0.bzl.1.tar.gz" 6 | } -------------------------------------------------------------------------------- /modules/boost.regex/metadata.json: -------------------------------------------------------------------------------- 1 | { 2 | "homepage": "https://www.boost.org/doc/libs/release/libs/regex/doc/html/index.html", 3 | "maintainers": [ 4 | { 5 | "email": "ezekiel@seaube.com", 6 | "github": "zaucy", 7 | "name": "Ezekiel Warren" 8 | } 9 | ], 10 | "repository": [ 11 | "github:bazelboost/regex" 12 | ], 13 | "versions": [ 14 | "1.83.0.bzl.1" 15 | ], 16 | "yanked_versions": {} 17 | } -------------------------------------------------------------------------------- /modules/boost.safe_numerics/1.83.0.bzl.1/MODULE.bazel: -------------------------------------------------------------------------------- 1 | module( 2 | name = "boost.safe_numerics", 3 | version = "1.83.0.bzl.1", 4 | compatibility_level = 108300, 5 | ) 6 | 7 | bazel_dep(name = "rules_cc", version = "0.0.8") 8 | bazel_dep(name = "boost.concept_check", version = "1.83.0.bzl.1") 9 | bazel_dep(name = "boost.config", version = "1.83.0.bzl.6") 10 | bazel_dep(name = "boost.core", version = "1.83.0.bzl.1") 11 | bazel_dep(name = "boost.integer", version = "1.83.0.bzl.1") 12 | bazel_dep(name = "boost.logic", version = "1.83.0.bzl.1") 13 | bazel_dep(name = "boost.mp11", version = "1.83.0.bzl.1") 14 | -------------------------------------------------------------------------------- /modules/boost.safe_numerics/1.83.0.bzl.1/source.json: -------------------------------------------------------------------------------- 1 | { 2 | "integrity": "sha256-Uum6Loun7RFBmOrXtxRA17U+bh6+F7IRhxM9qWo0VRw=", 3 | "patch_strip": 0, 4 | "patches": {}, 5 | "url": "https://github.com/bazelboost/safe_numerics/releases/download/bazelboost-1.83.0.bzl.1/safe_numerics-bazelboost-1.83.0.bzl.1.tar.gz" 6 | } -------------------------------------------------------------------------------- /modules/boost.safe_numerics/metadata.json: -------------------------------------------------------------------------------- 1 | { 2 | "homepage": "https://www.boost.org/doc/libs/release/libs/safe_numerics/doc/html/index.html", 3 | "maintainers": [ 4 | { 5 | "email": "ezekiel@seaube.com", 6 | "github": "zaucy", 7 | "name": "Ezekiel Warren" 8 | } 9 | ], 10 | "repository": [ 11 | "github:bazelboost/safe_numerics" 12 | ], 13 | "versions": [ 14 | "1.83.0.bzl.1" 15 | ], 16 | "yanked_versions": {} 17 | } -------------------------------------------------------------------------------- /modules/boost.scope_exit/1.83.0.bzl.1/MODULE.bazel: -------------------------------------------------------------------------------- 1 | module( 2 | name = "boost.scope_exit", 3 | version = "1.83.0.bzl.1", 4 | compatibility_level = 108300, 5 | ) 6 | 7 | bazel_dep(name = "rules_cc", version = "0.0.8") 8 | bazel_dep(name = "boost.config", version = "1.83.0.bzl.6") 9 | bazel_dep(name = "boost.function", version = "1.83.0.bzl.1") 10 | bazel_dep(name = "boost.preprocessor", version = "1.83.0.bzl.1") 11 | bazel_dep(name = "boost.type_traits", version = "1.83.0.bzl.1") 12 | bazel_dep(name = "boost.typeof", version = "1.83.0.bzl.1") 13 | -------------------------------------------------------------------------------- /modules/boost.scope_exit/1.83.0.bzl.1/source.json: -------------------------------------------------------------------------------- 1 | { 2 | "integrity": "sha256-ecih//OTYRydkTXCFYm+z7I/Mu++Us81RhSPtnSTaIk=", 3 | "patch_strip": 0, 4 | "patches": {}, 5 | "url": "https://github.com/bazelboost/scope_exit/releases/download/bazelboost-1.83.0.bzl.1/scope_exit-bazelboost-1.83.0.bzl.1.tar.gz" 6 | } -------------------------------------------------------------------------------- /modules/boost.scope_exit/metadata.json: -------------------------------------------------------------------------------- 1 | { 2 | "homepage": "https://www.boost.org/doc/libs/release/libs/scope_exit/doc/html/index.html", 3 | "maintainers": [ 4 | { 5 | "email": "ezekiel@seaube.com", 6 | "github": "zaucy", 7 | "name": "Ezekiel Warren" 8 | } 9 | ], 10 | "repository": [ 11 | "github:bazelboost/scope_exit" 12 | ], 13 | "versions": [ 14 | "1.83.0.bzl.1" 15 | ], 16 | "yanked_versions": {} 17 | } -------------------------------------------------------------------------------- /modules/boost.serialization/1.83.0.bzl.1/source.json: -------------------------------------------------------------------------------- 1 | { 2 | "integrity": "sha256-h+d+r8qXXAjZ4wwLZ7UgbRYoaSwE8N26LsQHbdHTjLM=", 3 | "patch_strip": 0, 4 | "patches": {}, 5 | "url": "https://github.com/bazelboost/serialization/releases/download/bazelboost-1.83.0.bzl.1/serialization-bazelboost-1.83.0.bzl.1.tar.gz" 6 | } -------------------------------------------------------------------------------- /modules/boost.serialization/1.83.0.bzl.2/source.json: -------------------------------------------------------------------------------- 1 | { 2 | "integrity": "sha256-+QYS2h6r3xxGCmJ94U/tiLFq/aHbGVIVPfg7876xsjg=", 3 | "patch_strip": 0, 4 | "patches": {}, 5 | "url": "https://github.com/bazelboost/serialization/releases/download/bazelboost-1.83.0.bzl.2/serialization-bazelboost-1.83.0.bzl.2.tar.gz" 6 | } -------------------------------------------------------------------------------- /modules/boost.serialization/1.83.0.bzl.3/source.json: -------------------------------------------------------------------------------- 1 | { 2 | "integrity": "sha256-2zmgVd7VzBCSrxh4RFOKcJ9hejLYghHVdOdWPbrrSy4=", 3 | "patch_strip": 0, 4 | "patches": {}, 5 | "url": "https://github.com/bazelboost/serialization/releases/download/bazelboost-1.83.0.bzl.3/serialization-bazelboost-1.83.0.bzl.3.tar.gz" 6 | } -------------------------------------------------------------------------------- /modules/boost.serialization/metadata.json: -------------------------------------------------------------------------------- 1 | { 2 | "homepage": "https://www.boost.org/doc/libs/release/libs/serialization/doc/html/index.html", 3 | "maintainers": [ 4 | { 5 | "email": "ezekiel@seaube.com", 6 | "github": "zaucy", 7 | "name": "Ezekiel Warren" 8 | } 9 | ], 10 | "repository": [ 11 | "github:bazelboost/serialization" 12 | ], 13 | "versions": [ 14 | "1.83.0.bzl.1", 15 | "1.83.0.bzl.2", 16 | "1.83.0.bzl.3" 17 | ], 18 | "yanked_versions": {} 19 | } -------------------------------------------------------------------------------- /modules/boost.signals/metadata.json: -------------------------------------------------------------------------------- 1 | { 2 | "homepage": "https://www.boost.org/doc/libs/release/libs/signals/doc/html/index.html", 3 | "maintainers": [ 4 | { 5 | "email": "ezekiel@seaube.com", 6 | "github": "zaucy", 7 | "name": "Ezekiel Warren" 8 | } 9 | ], 10 | "repository": [ 11 | "github:bazelboost/signals" 12 | ], 13 | "versions": [], 14 | "yanked_versions": {} 15 | } -------------------------------------------------------------------------------- /modules/boost.signals2/1.83.0.bzl.1/source.json: -------------------------------------------------------------------------------- 1 | { 2 | "integrity": "sha256-tEsSib3MHxxVUow0UNB0WknR8nTmVs6ib2qGcFo0wwc=", 3 | "patch_strip": 0, 4 | "patches": {}, 5 | "url": "https://github.com/bazelboost/signals2/releases/download/bazelboost-1.83.0.bzl.1/signals2-bazelboost-1.83.0.bzl.1.tar.gz" 6 | } -------------------------------------------------------------------------------- /modules/boost.signals2/metadata.json: -------------------------------------------------------------------------------- 1 | { 2 | "homepage": "https://www.boost.org/doc/libs/release/libs/signals2/doc/html/index.html", 3 | "maintainers": [ 4 | { 5 | "email": "ezekiel@seaube.com", 6 | "github": "zaucy", 7 | "name": "Ezekiel Warren" 8 | } 9 | ], 10 | "repository": [ 11 | "github:bazelboost/signals2" 12 | ], 13 | "versions": [ 14 | "1.83.0.bzl.1" 15 | ], 16 | "yanked_versions": {} 17 | } -------------------------------------------------------------------------------- /modules/boost.smart_ptr/1.83.0.bzl.1/MODULE.bazel: -------------------------------------------------------------------------------- 1 | module( 2 | name = "boost.smart_ptr", 3 | version = "1.83.0.bzl.1", 4 | compatibility_level = 108300, 5 | ) 6 | 7 | bazel_dep(name = "rules_cc", version = "0.0.8") 8 | bazel_dep(name = "boost.assert", version = "1.83.0.bzl.1") 9 | bazel_dep(name = "boost.config", version = "1.83.0.bzl.6") 10 | bazel_dep(name = "boost.core", version = "1.83.0.bzl.1") 11 | bazel_dep(name = "boost.move", version = "1.83.0.bzl.1") 12 | bazel_dep(name = "boost.static_assert", version = "1.83.0.bzl.1") 13 | bazel_dep(name = "boost.throw_exception", version = "1.83.0.bzl.1") 14 | bazel_dep(name = "boost.type_traits", version = "1.83.0.bzl.1") 15 | -------------------------------------------------------------------------------- /modules/boost.smart_ptr/1.83.0.bzl.1/source.json: -------------------------------------------------------------------------------- 1 | { 2 | "integrity": "sha256-u6dka5MG5+EeMB58aU12sMUxRA6uqnpPcILSlZdQlDQ=", 3 | "patch_strip": 0, 4 | "patches": {}, 5 | "url": "https://github.com/bazelboost/smart_ptr/releases/download/bazelboost-1.83.0.bzl.1/smart_ptr-bazelboost-1.83.0.bzl.1.tar.gz" 6 | } -------------------------------------------------------------------------------- /modules/boost.smart_ptr/metadata.json: -------------------------------------------------------------------------------- 1 | { 2 | "homepage": "https://www.boost.org/doc/libs/release/libs/smart_ptr/doc/html/index.html", 3 | "maintainers": [ 4 | { 5 | "email": "ezekiel@seaube.com", 6 | "github": "zaucy", 7 | "name": "Ezekiel Warren" 8 | } 9 | ], 10 | "repository": [ 11 | "github:bazelboost/smart_ptr" 12 | ], 13 | "versions": [ 14 | "1.83.0.bzl.1" 15 | ], 16 | "yanked_versions": {} 17 | } -------------------------------------------------------------------------------- /modules/boost.sort/1.83.0.bzl.1/MODULE.bazel: -------------------------------------------------------------------------------- 1 | module( 2 | name = "boost.sort", 3 | version = "1.83.0.bzl.1", 4 | compatibility_level = 108300, 5 | ) 6 | 7 | bazel_dep(name = "rules_cc", version = "0.0.8") 8 | bazel_dep(name = "boost.config", version = "1.83.0.bzl.6") 9 | bazel_dep(name = "boost.core", version = "1.83.0.bzl.1") 10 | bazel_dep(name = "boost.range", version = "1.83.0.bzl.1") 11 | bazel_dep(name = "boost.static_assert", version = "1.83.0.bzl.1") 12 | bazel_dep(name = "boost.type_traits", version = "1.83.0.bzl.1") 13 | -------------------------------------------------------------------------------- /modules/boost.sort/1.83.0.bzl.1/source.json: -------------------------------------------------------------------------------- 1 | { 2 | "integrity": "sha256-R3SFAK65tiVfZfwBPKYH4glujHkB4WiDKr9T6Ram/YQ=", 3 | "patch_strip": 0, 4 | "patches": {}, 5 | "url": "https://github.com/bazelboost/sort/releases/download/bazelboost-1.83.0.bzl.1/sort-bazelboost-1.83.0.bzl.1.tar.gz" 6 | } -------------------------------------------------------------------------------- /modules/boost.sort/metadata.json: -------------------------------------------------------------------------------- 1 | { 2 | "homepage": "https://www.boost.org/doc/libs/release/libs/sort/doc/html/index.html", 3 | "maintainers": [ 4 | { 5 | "email": "ezekiel@seaube.com", 6 | "github": "zaucy", 7 | "name": "Ezekiel Warren" 8 | } 9 | ], 10 | "repository": [ 11 | "github:bazelboost/sort" 12 | ], 13 | "versions": [ 14 | "1.83.0.bzl.1" 15 | ], 16 | "yanked_versions": {} 17 | } -------------------------------------------------------------------------------- /modules/boost.spirit/1.83.0.bzl.1/source.json: -------------------------------------------------------------------------------- 1 | { 2 | "integrity": "sha256-RectNkgMHgB/D4blj0DTV6brTbEAFqg/y3Jey7X6yNU=", 3 | "patch_strip": 0, 4 | "patches": {}, 5 | "url": "https://github.com/bazelboost/spirit/releases/download/bazelboost-1.83.0.bzl.1/spirit-bazelboost-1.83.0.bzl.1.tar.gz" 6 | } -------------------------------------------------------------------------------- /modules/boost.spirit/1.83.0.bzl.2/source.json: -------------------------------------------------------------------------------- 1 | { 2 | "integrity": "sha256-CRyDYoqPgg9gQSq+NtptvHc0ierLDfnfuySXWJtlyVc=", 3 | "patch_strip": 0, 4 | "patches": {}, 5 | "url": "https://github.com/bazelboost/spirit/releases/download/bazelboost-1.83.0.bzl.2/spirit-bazelboost-1.83.0.bzl.2.tar.gz" 6 | } -------------------------------------------------------------------------------- /modules/boost.spirit/metadata.json: -------------------------------------------------------------------------------- 1 | { 2 | "homepage": "https://www.boost.org/doc/libs/release/libs/spirit/doc/html/index.html", 3 | "maintainers": [ 4 | { 5 | "email": "ezekiel@seaube.com", 6 | "github": "zaucy", 7 | "name": "Ezekiel Warren" 8 | } 9 | ], 10 | "repository": [ 11 | "github:bazelboost/spirit" 12 | ], 13 | "versions": [ 14 | "1.83.0.bzl.1", 15 | "1.83.0.bzl.2" 16 | ], 17 | "yanked_versions": {} 18 | } -------------------------------------------------------------------------------- /modules/boost.stacktrace/1.83.0.bzl.1/MODULE.bazel: -------------------------------------------------------------------------------- 1 | module( 2 | name = "boost.stacktrace", 3 | version = "1.83.0.bzl.1", 4 | compatibility_level = 108300, 5 | ) 6 | 7 | bazel_dep(name = "rules_cc", version = "0.0.8") 8 | bazel_dep(name = "boost.array", version = "1.83.0.bzl.1") 9 | bazel_dep(name = "boost.config", version = "1.83.0.bzl.6") 10 | bazel_dep(name = "boost.container_hash", version = "1.83.0.bzl.1") 11 | bazel_dep(name = "boost.core", version = "1.83.0.bzl.1") 12 | bazel_dep(name = "boost.predef", version = "1.83.0.bzl.1") 13 | bazel_dep(name = "boost.static_assert", version = "1.83.0.bzl.1") 14 | bazel_dep(name = "boost.type_traits", version = "1.83.0.bzl.1") 15 | bazel_dep(name = "boost.winapi", version = "1.83.0.bzl.1") 16 | -------------------------------------------------------------------------------- /modules/boost.stacktrace/1.83.0.bzl.1/source.json: -------------------------------------------------------------------------------- 1 | { 2 | "integrity": "sha256-ZHjmFXuqKDGZbPgTvFHAs9du9i2JSYO1DbyP6ddVGo8=", 3 | "patch_strip": 0, 4 | "patches": {}, 5 | "url": "https://github.com/bazelboost/stacktrace/releases/download/bazelboost-1.83.0.bzl.1/stacktrace-bazelboost-1.83.0.bzl.1.tar.gz" 6 | } -------------------------------------------------------------------------------- /modules/boost.stacktrace/1.83.0.bzl.2/MODULE.bazel: -------------------------------------------------------------------------------- 1 | module( 2 | name = "boost.stacktrace", 3 | version = "1.83.0.bzl.2", 4 | compatibility_level = 108300, 5 | ) 6 | 7 | bazel_dep(name = "rules_cc", version = "0.0.8") 8 | bazel_dep(name = "boost.array", version = "1.83.0.bzl.1") 9 | bazel_dep(name = "boost.config", version = "1.83.0.bzl.6") 10 | bazel_dep(name = "boost.container_hash", version = "1.83.0.bzl.1") 11 | bazel_dep(name = "boost.core", version = "1.83.0.bzl.1") 12 | bazel_dep(name = "boost.predef", version = "1.83.0.bzl.1") 13 | bazel_dep(name = "boost.static_assert", version = "1.83.0.bzl.1") 14 | bazel_dep(name = "boost.type_traits", version = "1.83.0.bzl.1") 15 | bazel_dep(name = "boost.winapi", version = "1.83.0.bzl.1") 16 | -------------------------------------------------------------------------------- /modules/boost.stacktrace/1.83.0.bzl.2/source.json: -------------------------------------------------------------------------------- 1 | { 2 | "integrity": "sha256-eaLq8+8a3wIRm7C0Wa0OgwGDNDa45o+6TI4XGlLJ+/E=", 3 | "patch_strip": 0, 4 | "patches": {}, 5 | "strip_prefix": "", 6 | "url": "https://github.com/bazelboost/stacktrace/releases/download/bazelboost-1.83.0.bzl.2/stacktrace-bazelboost-1.83.0.bzl.2.tar.gz" 7 | } -------------------------------------------------------------------------------- /modules/boost.stacktrace/1.83.0.bzl.3/MODULE.bazel: -------------------------------------------------------------------------------- 1 | module( 2 | name = "boost.stacktrace", 3 | version = "1.83.0.bzl.3", 4 | compatibility_level = 108300, 5 | ) 6 | 7 | bazel_dep(name = "rules_cc", version = "0.0.8") 8 | bazel_dep(name = "boost.array", version = "1.83.0.bzl.1") 9 | bazel_dep(name = "boost.config", version = "1.83.0.bzl.6") 10 | bazel_dep(name = "boost.container_hash", version = "1.83.0.bzl.1") 11 | bazel_dep(name = "boost.core", version = "1.83.0.bzl.1") 12 | bazel_dep(name = "boost.predef", version = "1.83.0.bzl.1") 13 | bazel_dep(name = "boost.static_assert", version = "1.83.0.bzl.1") 14 | bazel_dep(name = "boost.type_traits", version = "1.83.0.bzl.1") 15 | bazel_dep(name = "boost.winapi", version = "1.83.0.bzl.1") 16 | -------------------------------------------------------------------------------- /modules/boost.stacktrace/1.83.0.bzl.3/source.json: -------------------------------------------------------------------------------- 1 | { 2 | "integrity": "sha256-aFhoZ9ibYvDsWkmzwM66exlE5clniT8ItK4sLfFIerg=", 3 | "patch_strip": 0, 4 | "patches": {}, 5 | "strip_prefix": "", 6 | "url": "https://github.com/bazelboost/stacktrace/releases/download/bazelboost-1.83.0.bzl.3/stacktrace-bazelboost-1.83.0.bzl.3.tar.gz" 7 | } -------------------------------------------------------------------------------- /modules/boost.stacktrace/metadata.json: -------------------------------------------------------------------------------- 1 | { 2 | "homepage": "https://www.boost.org/doc/libs/release/libs/stacktrace/doc/html/index.html", 3 | "maintainers": [ 4 | { 5 | "email": "ezekiel@seaube.com", 6 | "github": "zaucy", 7 | "name": "Ezekiel Warren" 8 | } 9 | ], 10 | "repository": [ 11 | "github:bazelboost/stacktrace" 12 | ], 13 | "versions": [ 14 | "1.83.0.bzl.1", 15 | "1.83.0.bzl.2", 16 | "1.83.0.bzl.3" 17 | ], 18 | "yanked_versions": {} 19 | } -------------------------------------------------------------------------------- /modules/boost.statechart/1.83.0.bzl.1/source.json: -------------------------------------------------------------------------------- 1 | { 2 | "integrity": "sha256-+o7/638vHLyfeJVLfO/LK8iT/07aC561nDK0D1my1yk=", 3 | "patch_strip": 0, 4 | "patches": {}, 5 | "url": "https://github.com/bazelboost/statechart/releases/download/bazelboost-1.83.0.bzl.1/statechart-bazelboost-1.83.0.bzl.1.tar.gz" 6 | } -------------------------------------------------------------------------------- /modules/boost.statechart/metadata.json: -------------------------------------------------------------------------------- 1 | { 2 | "homepage": "https://www.boost.org/doc/libs/release/libs/statechart/doc/html/index.html", 3 | "maintainers": [ 4 | { 5 | "email": "ezekiel@seaube.com", 6 | "github": "zaucy", 7 | "name": "Ezekiel Warren" 8 | } 9 | ], 10 | "repository": [ 11 | "github:bazelboost/statechart" 12 | ], 13 | "versions": [ 14 | "1.83.0.bzl.1" 15 | ], 16 | "yanked_versions": {} 17 | } -------------------------------------------------------------------------------- /modules/boost.static_assert/1.83.0.bzl.1/MODULE.bazel: -------------------------------------------------------------------------------- 1 | module( 2 | name = "boost.static_assert", 3 | version = "1.83.0.bzl.1", 4 | compatibility_level = 108300, 5 | ) 6 | 7 | bazel_dep(name = "rules_cc", version = "0.0.8") 8 | bazel_dep(name = "boost.config", version = "1.83.0.bzl.6") 9 | -------------------------------------------------------------------------------- /modules/boost.static_assert/1.83.0.bzl.1/source.json: -------------------------------------------------------------------------------- 1 | { 2 | "integrity": "sha256-SkUocUHU6z2Nie1d2CX6AIAhbQ5/e2poNC9FkPScrlE=", 3 | "patch_strip": 0, 4 | "patches": {}, 5 | "url": "https://github.com/bazelboost/static_assert/releases/download/bazelboost-1.83.0.bzl.1/static_assert-bazelboost-1.83.0.bzl.1.tar.gz" 6 | } -------------------------------------------------------------------------------- /modules/boost.static_assert/metadata.json: -------------------------------------------------------------------------------- 1 | { 2 | "homepage": "https://www.boost.org/doc/libs/release/libs/static_assert/doc/html/index.html", 3 | "maintainers": [ 4 | { 5 | "email": "ezekiel@seaube.com", 6 | "github": "zaucy", 7 | "name": "Ezekiel Warren" 8 | } 9 | ], 10 | "repository": [ 11 | "github:bazelboost/static_assert" 12 | ], 13 | "versions": [ 14 | "1.83.0.bzl.1" 15 | ], 16 | "yanked_versions": {} 17 | } -------------------------------------------------------------------------------- /modules/boost.static_string/1.83.0.bzl.1/MODULE.bazel: -------------------------------------------------------------------------------- 1 | module( 2 | name = "boost.static_string", 3 | version = "1.83.0.bzl.1", 4 | compatibility_level = 108300, 5 | ) 6 | 7 | bazel_dep(name = "rules_cc", version = "0.0.8") 8 | bazel_dep(name = "boost.assert", version = "1.83.0.bzl.1") 9 | bazel_dep(name = "boost.config", version = "1.83.0.bzl.6") 10 | bazel_dep(name = "boost.container_hash", version = "1.83.0.bzl.1") 11 | bazel_dep(name = "boost.core", version = "1.83.0.bzl.1") 12 | bazel_dep(name = "boost.static_assert", version = "1.83.0.bzl.1") 13 | bazel_dep(name = "boost.throw_exception", version = "1.83.0.bzl.1") 14 | bazel_dep(name = "boost.utility", version = "1.83.0.bzl.1") 15 | -------------------------------------------------------------------------------- /modules/boost.static_string/1.83.0.bzl.1/source.json: -------------------------------------------------------------------------------- 1 | { 2 | "integrity": "sha256-daLveCqFMdFZ0I3rv51VUICWsE8IsxRvmVcTCTr0Sio=", 3 | "patch_strip": 0, 4 | "patches": {}, 5 | "url": "https://github.com/bazelboost/static_string/releases/download/bazelboost-1.83.0.bzl.1/static_string-bazelboost-1.83.0.bzl.1.tar.gz" 6 | } -------------------------------------------------------------------------------- /modules/boost.static_string/metadata.json: -------------------------------------------------------------------------------- 1 | { 2 | "homepage": "https://www.boost.org/doc/libs/release/libs/static_string/doc/html/index.html", 3 | "maintainers": [ 4 | { 5 | "email": "ezekiel@seaube.com", 6 | "github": "zaucy", 7 | "name": "Ezekiel Warren" 8 | } 9 | ], 10 | "repository": [ 11 | "github:bazelboost/static_string" 12 | ], 13 | "versions": [ 14 | "1.83.0.bzl.1" 15 | ], 16 | "yanked_versions": {} 17 | } -------------------------------------------------------------------------------- /modules/boost.stl_interfaces/1.83.0.bzl.1/MODULE.bazel: -------------------------------------------------------------------------------- 1 | module( 2 | name = "boost.stl_interfaces", 3 | version = "1.83.0.bzl.1", 4 | compatibility_level = 108300, 5 | ) 6 | 7 | bazel_dep(name = "rules_cc", version = "0.0.8") 8 | bazel_dep(name = "boost.assert", version = "1.83.0.bzl.1") 9 | bazel_dep(name = "boost.config", version = "1.83.0.bzl.6") 10 | bazel_dep(name = "boost.type_traits", version = "1.83.0.bzl.1") 11 | -------------------------------------------------------------------------------- /modules/boost.stl_interfaces/1.83.0.bzl.1/source.json: -------------------------------------------------------------------------------- 1 | { 2 | "integrity": "sha256-9V72EHmB0g6JnItWtQvwrs91nRQX5yFgFxrQxN0OuIY=", 3 | "patch_strip": 0, 4 | "patches": {}, 5 | "url": "https://github.com/bazelboost/stl_interfaces/releases/download/bazelboost-1.83.0.bzl.1/stl_interfaces-bazelboost-1.83.0.bzl.1.tar.gz" 6 | } -------------------------------------------------------------------------------- /modules/boost.stl_interfaces/metadata.json: -------------------------------------------------------------------------------- 1 | { 2 | "homepage": "https://www.boost.org/doc/libs/release/libs/stl_interfaces/doc/html/index.html", 3 | "maintainers": [ 4 | { 5 | "email": "ezekiel@seaube.com", 6 | "github": "zaucy", 7 | "name": "Ezekiel Warren" 8 | } 9 | ], 10 | "repository": [ 11 | "github:bazelboost/stl_interfaces" 12 | ], 13 | "versions": [ 14 | "1.83.0.bzl.1" 15 | ], 16 | "yanked_versions": {} 17 | } -------------------------------------------------------------------------------- /modules/boost.system/1.83.0.bzl.1/MODULE.bazel: -------------------------------------------------------------------------------- 1 | module( 2 | name = "boost.system", 3 | version = "1.83.0.bzl.1", 4 | compatibility_level = 108300, 5 | ) 6 | 7 | bazel_dep(name = "rules_cc", version = "0.0.8") 8 | bazel_dep(name = "boost.assert", version = "1.83.0.bzl.1") 9 | bazel_dep(name = "boost.config", version = "1.83.0.bzl.6") 10 | bazel_dep(name = "boost.throw_exception", version = "1.83.0.bzl.1") 11 | bazel_dep(name = "boost.variant2", version = "1.83.0.bzl.1") 12 | bazel_dep(name = "boost.winapi", version = "1.83.0.bzl.1") 13 | -------------------------------------------------------------------------------- /modules/boost.system/1.83.0.bzl.1/source.json: -------------------------------------------------------------------------------- 1 | { 2 | "integrity": "sha256-QVoJv0SmrV8oe44NMFL1pr2b/Hr1idFiacoc27XCYrg=", 3 | "patch_strip": 0, 4 | "patches": {}, 5 | "url": "https://github.com/bazelboost/system/releases/download/bazelboost-1.83.0.bzl.1/system-bazelboost-1.83.0.bzl.1.tar.gz" 6 | } -------------------------------------------------------------------------------- /modules/boost.system/1.83.0.bzl.2/MODULE.bazel: -------------------------------------------------------------------------------- 1 | module( 2 | name = "boost.system", 3 | version = "1.83.0.bzl.2", 4 | compatibility_level = 108300, 5 | ) 6 | 7 | bazel_dep(name = "rules_cc", version = "0.0.8") 8 | bazel_dep(name = "boost.assert", version = "1.83.0.bzl.1") 9 | bazel_dep(name = "boost.config", version = "1.83.0.bzl.6") 10 | bazel_dep(name = "boost.throw_exception", version = "1.83.0.bzl.1") 11 | bazel_dep(name = "boost.variant2", version = "1.83.0.bzl.1") 12 | bazel_dep(name = "boost.winapi", version = "1.83.0.bzl.1") 13 | -------------------------------------------------------------------------------- /modules/boost.system/1.83.0.bzl.2/source.json: -------------------------------------------------------------------------------- 1 | { 2 | "integrity": "sha256-QtPWw2I99aBzOfTZIh8qK+KmjbBvm3jtRXVC7NKdhag=", 3 | "patch_strip": 0, 4 | "patches": {}, 5 | "url": "https://github.com/bazelboost/system/releases/download/bazelboost-1.83.0.bzl.2/system-bazelboost-1.83.0.bzl.2.tar.gz" 6 | } -------------------------------------------------------------------------------- /modules/boost.system/metadata.json: -------------------------------------------------------------------------------- 1 | { 2 | "homepage": "https://www.boost.org/doc/libs/release/libs/system/doc/html/index.html", 3 | "maintainers": [ 4 | { 5 | "email": "ezekiel@seaube.com", 6 | "github": "zaucy", 7 | "name": "Ezekiel Warren" 8 | } 9 | ], 10 | "repository": [ 11 | "github:bazelboost/system" 12 | ], 13 | "versions": [ 14 | "1.83.0.bzl.1", 15 | "1.83.0.bzl.2" 16 | ], 17 | "yanked_versions": {} 18 | } -------------------------------------------------------------------------------- /modules/boost.test/1.83.0.bzl.1/source.json: -------------------------------------------------------------------------------- 1 | { 2 | "integrity": "sha256-UlHnCX2c0JECDBa6/3Tbh1yrA8artQi9H+ttxgl3Fkk=", 3 | "patch_strip": 0, 4 | "patches": {}, 5 | "url": "https://github.com/bazelboost/test/releases/download/bazelboost-1.83.0.bzl.1/test-bazelboost-1.83.0.bzl.1.tar.gz" 6 | } -------------------------------------------------------------------------------- /modules/boost.test/1.83.0.bzl.2/source.json: -------------------------------------------------------------------------------- 1 | { 2 | "integrity": "sha256-RImKeuUJsWCbCFJ5RC5fY6x4gP3nzXEiCv6VDraB/Ig=", 3 | "patch_strip": 0, 4 | "patches": {}, 5 | "url": "https://github.com/bazelboost/test/releases/download/bazelboost-1.83.0.bzl.2/test-bazelboost-1.83.0.bzl.2.tar.gz" 6 | } -------------------------------------------------------------------------------- /modules/boost.test/1.83.0.bzl.3/source.json: -------------------------------------------------------------------------------- 1 | { 2 | "integrity": "sha256-TKKdgCr7379rz1nedpMlt54WqfiTrCHz5XA0cOg+8V8=", 3 | "patch_strip": 0, 4 | "patches": {}, 5 | "url": "https://github.com/bazelboost/test/releases/download/bazelboost-1.83.0.bzl.3/test-bazelboost-1.83.0.bzl.3.tar.gz" 6 | } -------------------------------------------------------------------------------- /modules/boost.test/1.83.0.bzl.4/source.json: -------------------------------------------------------------------------------- 1 | { 2 | "integrity": "sha256-xGSSRvm1MoH3FUCAFL+5huVwUNrk8E1r1pprk+7HXd0=", 3 | "patch_strip": 0, 4 | "patches": {}, 5 | "url": "https://github.com/bazelboost/test/releases/download/bazelboost-1.83.0.bzl.4/test-bazelboost-1.83.0.bzl.4.tar.gz" 6 | } -------------------------------------------------------------------------------- /modules/boost.test/metadata.json: -------------------------------------------------------------------------------- 1 | { 2 | "homepage": "https://www.boost.org/doc/libs/release/libs/test/doc/html/index.html", 3 | "maintainers": [ 4 | { 5 | "email": "ezekiel@seaube.com", 6 | "github": "zaucy", 7 | "name": "Ezekiel Warren" 8 | } 9 | ], 10 | "repository": [ 11 | "github:bazelboost/test" 12 | ], 13 | "versions": [ 14 | "1.83.0.bzl.1", 15 | "1.83.0.bzl.2", 16 | "1.83.0.bzl.3", 17 | "1.83.0.bzl.4" 18 | ], 19 | "yanked_versions": {} 20 | } -------------------------------------------------------------------------------- /modules/boost.thread/1.83.0.bzl.1/source.json: -------------------------------------------------------------------------------- 1 | { 2 | "integrity": "sha256-wCa91O/R2z0R7/ZiSqzxCSP2tURxzcvtTsDoNu/2l6c=", 3 | "patch_strip": 0, 4 | "patches": {}, 5 | "url": "https://github.com/bazelboost/thread/releases/download/bazelboost-1.83.0.bzl.1/thread-bazelboost-1.83.0.bzl.1.tar.gz" 6 | } -------------------------------------------------------------------------------- /modules/boost.thread/1.83.0.bzl.2/source.json: -------------------------------------------------------------------------------- 1 | { 2 | "integrity": "sha256-tksgoWKJl3I6lxDmZuZQpFUB8xoiIw8nCZKvqSgPrp4=", 3 | "patch_strip": 0, 4 | "patches": {}, 5 | "url": "https://github.com/bazelboost/thread/releases/download/bazelboost-1.83.0.bzl.2/thread-bazelboost-1.83.0.bzl.2.tar.gz" 6 | } -------------------------------------------------------------------------------- /modules/boost.thread/metadata.json: -------------------------------------------------------------------------------- 1 | { 2 | "homepage": "https://www.boost.org/doc/libs/release/libs/thread/doc/html/index.html", 3 | "maintainers": [ 4 | { 5 | "email": "ezekiel@seaube.com", 6 | "github": "zaucy", 7 | "name": "Ezekiel Warren" 8 | } 9 | ], 10 | "repository": [ 11 | "github:bazelboost/thread" 12 | ], 13 | "versions": [ 14 | "1.83.0.bzl.1", 15 | "1.83.0.bzl.2" 16 | ], 17 | "yanked_versions": {} 18 | } -------------------------------------------------------------------------------- /modules/boost.throw_exception/1.83.0.bzl.1/MODULE.bazel: -------------------------------------------------------------------------------- 1 | module( 2 | name = "boost.throw_exception", 3 | version = "1.83.0.bzl.1", 4 | compatibility_level = 108300, 5 | ) 6 | 7 | bazel_dep(name = "rules_cc", version = "0.0.8") 8 | bazel_dep(name = "boost.assert", version = "1.83.0.bzl.1") 9 | bazel_dep(name = "boost.config", version = "1.83.0.bzl.6") 10 | -------------------------------------------------------------------------------- /modules/boost.throw_exception/1.83.0.bzl.1/source.json: -------------------------------------------------------------------------------- 1 | { 2 | "integrity": "sha256-SE5vLbktJC0nYTR6AwrVP+PgwjMHuBPqTrTjoINUe2Y=", 3 | "patch_strip": 0, 4 | "patches": {}, 5 | "url": "https://github.com/bazelboost/throw_exception/releases/download/bazelboost-1.83.0.bzl.1/throw_exception-bazelboost-1.83.0.bzl.1.tar.gz" 6 | } -------------------------------------------------------------------------------- /modules/boost.throw_exception/metadata.json: -------------------------------------------------------------------------------- 1 | { 2 | "homepage": "https://www.boost.org/doc/libs/release/libs/throw_exception/doc/html/index.html", 3 | "maintainers": [ 4 | { 5 | "email": "ezekiel@seaube.com", 6 | "github": "zaucy", 7 | "name": "Ezekiel Warren" 8 | } 9 | ], 10 | "repository": [ 11 | "github:bazelboost/throw_exception" 12 | ], 13 | "versions": [ 14 | "1.83.0.bzl.1" 15 | ], 16 | "yanked_versions": {} 17 | } -------------------------------------------------------------------------------- /modules/boost.timer/1.83.0.bzl.1/MODULE.bazel: -------------------------------------------------------------------------------- 1 | module( 2 | name = "boost.timer", 3 | version = "1.83.0.bzl.1", 4 | compatibility_level = 108300, 5 | ) 6 | 7 | bazel_dep(name = "rules_cc", version = "0.0.8") 8 | bazel_dep(name = "boost.config", version = "1.83.0.bzl.6") 9 | bazel_dep(name = "boost.io", version = "1.83.0.bzl.1") 10 | bazel_dep(name = "boost.predef", version = "1.83.0.bzl.1") 11 | -------------------------------------------------------------------------------- /modules/boost.timer/1.83.0.bzl.1/source.json: -------------------------------------------------------------------------------- 1 | { 2 | "integrity": "sha256-vC6ibAYNO0wQ3hcOYXKQqRjsYrKdDCnfNQPOxdKrDow=", 3 | "patch_strip": 0, 4 | "patches": {}, 5 | "url": "https://github.com/bazelboost/timer/releases/download/bazelboost-1.83.0.bzl.1/timer-bazelboost-1.83.0.bzl.1.tar.gz" 6 | } -------------------------------------------------------------------------------- /modules/boost.timer/metadata.json: -------------------------------------------------------------------------------- 1 | { 2 | "homepage": "https://www.boost.org/doc/libs/release/libs/timer/doc/html/index.html", 3 | "maintainers": [ 4 | { 5 | "email": "ezekiel@seaube.com", 6 | "github": "zaucy", 7 | "name": "Ezekiel Warren" 8 | } 9 | ], 10 | "repository": [ 11 | "github:bazelboost/timer" 12 | ], 13 | "versions": [ 14 | "1.83.0.bzl.1" 15 | ], 16 | "yanked_versions": {} 17 | } -------------------------------------------------------------------------------- /modules/boost.tokenizer/1.83.0.bzl.1/MODULE.bazel: -------------------------------------------------------------------------------- 1 | module( 2 | name = "boost.tokenizer", 3 | version = "1.83.0.bzl.1", 4 | compatibility_level = 108300, 5 | ) 6 | 7 | bazel_dep(name = "rules_cc", version = "0.0.8") 8 | bazel_dep(name = "boost.assert", version = "1.83.0.bzl.1") 9 | bazel_dep(name = "boost.config", version = "1.83.0.bzl.6") 10 | bazel_dep(name = "boost.iterator", version = "1.83.0.bzl.1") 11 | bazel_dep(name = "boost.throw_exception", version = "1.83.0.bzl.1") 12 | bazel_dep(name = "boost.type_traits", version = "1.83.0.bzl.1") 13 | -------------------------------------------------------------------------------- /modules/boost.tokenizer/1.83.0.bzl.1/source.json: -------------------------------------------------------------------------------- 1 | { 2 | "integrity": "sha256-NufB9rP1ouylStpaF5M4MhrVAWSTrFKCkESyWbKRZh4=", 3 | "patch_strip": 0, 4 | "patches": {}, 5 | "url": "https://github.com/bazelboost/tokenizer/releases/download/bazelboost-1.83.0.bzl.1/tokenizer-bazelboost-1.83.0.bzl.1.tar.gz" 6 | } -------------------------------------------------------------------------------- /modules/boost.tokenizer/metadata.json: -------------------------------------------------------------------------------- 1 | { 2 | "homepage": "https://www.boost.org/doc/libs/release/libs/tokenizer/doc/html/index.html", 3 | "maintainers": [ 4 | { 5 | "email": "ezekiel@seaube.com", 6 | "github": "zaucy", 7 | "name": "Ezekiel Warren" 8 | } 9 | ], 10 | "repository": [ 11 | "github:bazelboost/tokenizer" 12 | ], 13 | "versions": [ 14 | "1.83.0.bzl.1" 15 | ], 16 | "yanked_versions": {} 17 | } -------------------------------------------------------------------------------- /modules/boost.tti/1.83.0.bzl.1/MODULE.bazel: -------------------------------------------------------------------------------- 1 | module( 2 | name = "boost.tti", 3 | version = "1.83.0.bzl.1", 4 | compatibility_level = 108300, 5 | ) 6 | 7 | bazel_dep(name = "rules_cc", version = "0.0.8") 8 | bazel_dep(name = "boost.config", version = "1.83.0.bzl.6") 9 | bazel_dep(name = "boost.function_types", version = "1.83.0.bzl.1") 10 | bazel_dep(name = "boost.mpl", version = "1.83.0.bzl.1") 11 | bazel_dep(name = "boost.preprocessor", version = "1.83.0.bzl.1") 12 | bazel_dep(name = "boost.type_traits", version = "1.83.0.bzl.1") 13 | -------------------------------------------------------------------------------- /modules/boost.tti/1.83.0.bzl.1/source.json: -------------------------------------------------------------------------------- 1 | { 2 | "integrity": "sha256-Xd3Cp7DKZtD0vN9BJHUJUQ4tE0id6L3Pgql7AkYOH7s=", 3 | "patch_strip": 0, 4 | "patches": {}, 5 | "url": "https://github.com/bazelboost/tti/releases/download/bazelboost-1.83.0.bzl.1/tti-bazelboost-1.83.0.bzl.1.tar.gz" 6 | } -------------------------------------------------------------------------------- /modules/boost.tti/metadata.json: -------------------------------------------------------------------------------- 1 | { 2 | "homepage": "https://www.boost.org/doc/libs/release/libs/tti/doc/html/index.html", 3 | "maintainers": [ 4 | { 5 | "email": "ezekiel@seaube.com", 6 | "github": "zaucy", 7 | "name": "Ezekiel Warren" 8 | } 9 | ], 10 | "repository": [ 11 | "github:bazelboost/tti" 12 | ], 13 | "versions": [ 14 | "1.83.0.bzl.1" 15 | ], 16 | "yanked_versions": {} 17 | } -------------------------------------------------------------------------------- /modules/boost.tuple/1.83.0.bzl.1/MODULE.bazel: -------------------------------------------------------------------------------- 1 | module( 2 | name = "boost.tuple", 3 | version = "1.83.0.bzl.1", 4 | compatibility_level = 108300, 5 | ) 6 | 7 | bazel_dep(name = "rules_cc", version = "0.0.8") 8 | bazel_dep(name = "boost.config", version = "1.83.0.bzl.6") 9 | bazel_dep(name = "boost.core", version = "1.83.0.bzl.1") 10 | bazel_dep(name = "boost.static_assert", version = "1.83.0.bzl.1") 11 | bazel_dep(name = "boost.type_traits", version = "1.83.0.bzl.1") 12 | -------------------------------------------------------------------------------- /modules/boost.tuple/1.83.0.bzl.1/source.json: -------------------------------------------------------------------------------- 1 | { 2 | "integrity": "sha256-IobBnwLw40AMGNB2N7UOiegKP3QUzKV2nX753gOWcqU=", 3 | "patch_strip": 0, 4 | "patches": {}, 5 | "url": "https://github.com/bazelboost/tuple/releases/download/bazelboost-1.83.0.bzl.1/tuple-bazelboost-1.83.0.bzl.1.tar.gz" 6 | } -------------------------------------------------------------------------------- /modules/boost.tuple/metadata.json: -------------------------------------------------------------------------------- 1 | { 2 | "homepage": "https://www.boost.org/doc/libs/release/libs/tuple/doc/html/index.html", 3 | "maintainers": [ 4 | { 5 | "email": "ezekiel@seaube.com", 6 | "github": "zaucy", 7 | "name": "Ezekiel Warren" 8 | } 9 | ], 10 | "repository": [ 11 | "github:bazelboost/tuple" 12 | ], 13 | "versions": [ 14 | "1.83.0.bzl.1" 15 | ], 16 | "yanked_versions": {} 17 | } -------------------------------------------------------------------------------- /modules/boost.type_erasure/1.83.0.bzl.1/source.json: -------------------------------------------------------------------------------- 1 | { 2 | "integrity": "sha256-7moxU5VBlotcJcPNghHwBeCKiM9QqmkvpFPO9h1sH60=", 3 | "patch_strip": 0, 4 | "patches": {}, 5 | "url": "https://github.com/bazelboost/type_erasure/releases/download/bazelboost-1.83.0.bzl.1/type_erasure-bazelboost-1.83.0.bzl.1.tar.gz" 6 | } -------------------------------------------------------------------------------- /modules/boost.type_erasure/metadata.json: -------------------------------------------------------------------------------- 1 | { 2 | "homepage": "https://www.boost.org/doc/libs/release/libs/type_erasure/doc/html/index.html", 3 | "maintainers": [ 4 | { 5 | "email": "ezekiel@seaube.com", 6 | "github": "zaucy", 7 | "name": "Ezekiel Warren" 8 | } 9 | ], 10 | "repository": [ 11 | "github:bazelboost/type_erasure" 12 | ], 13 | "versions": [ 14 | "1.83.0.bzl.1" 15 | ], 16 | "yanked_versions": {} 17 | } -------------------------------------------------------------------------------- /modules/boost.type_index/1.83.0.bzl.1/MODULE.bazel: -------------------------------------------------------------------------------- 1 | module( 2 | name = "boost.type_index", 3 | version = "1.83.0.bzl.1", 4 | compatibility_level = 108300, 5 | ) 6 | 7 | bazel_dep(name = "rules_cc", version = "0.0.8") 8 | bazel_dep(name = "boost.config", version = "1.83.0.bzl.6") 9 | bazel_dep(name = "boost.container_hash", version = "1.83.0.bzl.1") 10 | bazel_dep(name = "boost.core", version = "1.83.0.bzl.1") 11 | bazel_dep(name = "boost.preprocessor", version = "1.83.0.bzl.1") 12 | bazel_dep(name = "boost.static_assert", version = "1.83.0.bzl.1") 13 | bazel_dep(name = "boost.throw_exception", version = "1.83.0.bzl.1") 14 | bazel_dep(name = "boost.type_traits", version = "1.83.0.bzl.1") 15 | -------------------------------------------------------------------------------- /modules/boost.type_index/1.83.0.bzl.1/source.json: -------------------------------------------------------------------------------- 1 | { 2 | "integrity": "sha256-uIbLOqojDoNNCotbZkZmzcjkfpW1DTL4+k7461nkrhc=", 3 | "patch_strip": 0, 4 | "patches": {}, 5 | "url": "https://github.com/bazelboost/type_index/releases/download/bazelboost-1.83.0.bzl.1/type_index-bazelboost-1.83.0.bzl.1.tar.gz" 6 | } -------------------------------------------------------------------------------- /modules/boost.type_index/metadata.json: -------------------------------------------------------------------------------- 1 | { 2 | "homepage": "https://www.boost.org/doc/libs/release/libs/type_index/doc/html/index.html", 3 | "maintainers": [ 4 | { 5 | "email": "ezekiel@seaube.com", 6 | "github": "zaucy", 7 | "name": "Ezekiel Warren" 8 | } 9 | ], 10 | "repository": [ 11 | "github:bazelboost/type_index" 12 | ], 13 | "versions": [ 14 | "1.83.0.bzl.1" 15 | ], 16 | "yanked_versions": {} 17 | } -------------------------------------------------------------------------------- /modules/boost.type_traits/1.83.0.bzl.1/MODULE.bazel: -------------------------------------------------------------------------------- 1 | module( 2 | name = "boost.type_traits", 3 | version = "1.83.0.bzl.1", 4 | compatibility_level = 108300, 5 | ) 6 | 7 | bazel_dep(name = "rules_cc", version = "0.0.8") 8 | bazel_dep(name = "boost.config", version = "1.83.0.bzl.6") 9 | bazel_dep(name = "boost.static_assert", version = "1.83.0.bzl.1") 10 | -------------------------------------------------------------------------------- /modules/boost.type_traits/1.83.0.bzl.1/source.json: -------------------------------------------------------------------------------- 1 | { 2 | "integrity": "sha256-b9Fsi1hqDRBM9a4sAz0+A7wns8PGSi2KIjEZ6qNmXb0=", 3 | "patch_strip": 0, 4 | "patches": {}, 5 | "url": "https://github.com/bazelboost/type_traits/releases/download/bazelboost-1.83.0.bzl.1/type_traits-bazelboost-1.83.0.bzl.1.tar.gz" 6 | } -------------------------------------------------------------------------------- /modules/boost.type_traits/metadata.json: -------------------------------------------------------------------------------- 1 | { 2 | "homepage": "https://www.boost.org/doc/libs/release/libs/type_traits/doc/html/index.html", 3 | "maintainers": [ 4 | { 5 | "email": "ezekiel@seaube.com", 6 | "github": "zaucy", 7 | "name": "Ezekiel Warren" 8 | } 9 | ], 10 | "repository": [ 11 | "github:bazelboost/type_traits" 12 | ], 13 | "versions": [ 14 | "1.83.0.bzl.1" 15 | ], 16 | "yanked_versions": {} 17 | } -------------------------------------------------------------------------------- /modules/boost.typeof/1.83.0.bzl.1/MODULE.bazel: -------------------------------------------------------------------------------- 1 | module( 2 | name = "boost.typeof", 3 | version = "1.83.0.bzl.1", 4 | compatibility_level = 108300, 5 | ) 6 | 7 | bazel_dep(name = "rules_cc", version = "0.0.8") 8 | bazel_dep(name = "boost.config", version = "1.83.0.bzl.6") 9 | bazel_dep(name = "boost.preprocessor", version = "1.83.0.bzl.1") 10 | bazel_dep(name = "boost.type_traits", version = "1.83.0.bzl.1") 11 | -------------------------------------------------------------------------------- /modules/boost.typeof/1.83.0.bzl.1/source.json: -------------------------------------------------------------------------------- 1 | { 2 | "integrity": "sha256-K48ko7AxFwJ3pIHOQ/qwaymSBIpzYf+/hMBSViwLdu0=", 3 | "patch_strip": 0, 4 | "patches": {}, 5 | "url": "https://github.com/bazelboost/typeof/releases/download/bazelboost-1.83.0.bzl.1/typeof-bazelboost-1.83.0.bzl.1.tar.gz" 6 | } -------------------------------------------------------------------------------- /modules/boost.typeof/metadata.json: -------------------------------------------------------------------------------- 1 | { 2 | "homepage": "https://www.boost.org/doc/libs/release/libs/typeof/doc/html/index.html", 3 | "maintainers": [ 4 | { 5 | "email": "ezekiel@seaube.com", 6 | "github": "zaucy", 7 | "name": "Ezekiel Warren" 8 | } 9 | ], 10 | "repository": [ 11 | "github:bazelboost/typeof" 12 | ], 13 | "versions": [ 14 | "1.83.0.bzl.1" 15 | ], 16 | "yanked_versions": {} 17 | } -------------------------------------------------------------------------------- /modules/boost.ublas/1.83.0.bzl.1/source.json: -------------------------------------------------------------------------------- 1 | { 2 | "integrity": "sha256-JR4Oipe5xCfCjRguXSdokd4rHIgVo9Vg68BnfGZwJn4=", 3 | "patch_strip": 0, 4 | "patches": {}, 5 | "url": "https://github.com/bazelboost/ublas/releases/download/bazelboost-1.83.0.bzl.1/ublas-bazelboost-1.83.0.bzl.1.tar.gz" 6 | } -------------------------------------------------------------------------------- /modules/boost.ublas/metadata.json: -------------------------------------------------------------------------------- 1 | { 2 | "homepage": "https://www.boost.org/doc/libs/release/libs/numeric/ublas/doc/index.html", 3 | "maintainers": [ 4 | { 5 | "email": "ezekiel@seaube.com", 6 | "github": "zaucy", 7 | "name": "Ezekiel Warren" 8 | } 9 | ], 10 | "repository": [ 11 | "github:bazelboost/ublas" 12 | ], 13 | "versions": [ 14 | "1.83.0.bzl.1" 15 | ], 16 | "yanked_versions": {} 17 | } -------------------------------------------------------------------------------- /modules/boost.units/1.83.0.bzl.1/source.json: -------------------------------------------------------------------------------- 1 | { 2 | "integrity": "sha256-/LrlMHEnnSUv1eZGdZc03z80FWwXVeMYo/9/jhFksik=", 3 | "patch_strip": 0, 4 | "patches": {}, 5 | "url": "https://github.com/bazelboost/units/releases/download/bazelboost-1.83.0.bzl.1/units-bazelboost-1.83.0.bzl.1.tar.gz" 6 | } -------------------------------------------------------------------------------- /modules/boost.units/metadata.json: -------------------------------------------------------------------------------- 1 | { 2 | "homepage": "https://www.boost.org/doc/libs/release/libs/units/doc/html/index.html", 3 | "maintainers": [ 4 | { 5 | "email": "ezekiel@seaube.com", 6 | "github": "zaucy", 7 | "name": "Ezekiel Warren" 8 | } 9 | ], 10 | "repository": [ 11 | "github:bazelboost/units" 12 | ], 13 | "versions": [ 14 | "1.83.0.bzl.1" 15 | ], 16 | "yanked_versions": {} 17 | } -------------------------------------------------------------------------------- /modules/boost.unordered/1.83.0.bzl.1/source.json: -------------------------------------------------------------------------------- 1 | { 2 | "integrity": "sha256-zY1U+bWIwvqSu++PyPwhwfjvJnBnwqKkGi0UEPmJJvQ=", 3 | "patch_strip": 0, 4 | "patches": {}, 5 | "url": "https://github.com/bazelboost/unordered/releases/download/bazelboost-1.83.0.bzl.1/unordered-bazelboost-1.83.0.bzl.1.tar.gz" 6 | } -------------------------------------------------------------------------------- /modules/boost.unordered/metadata.json: -------------------------------------------------------------------------------- 1 | { 2 | "homepage": "https://www.boost.org/doc/libs/release/libs/unordered/doc/html/index.html", 3 | "maintainers": [ 4 | { 5 | "email": "ezekiel@seaube.com", 6 | "github": "zaucy", 7 | "name": "Ezekiel Warren" 8 | } 9 | ], 10 | "repository": [ 11 | "github:bazelboost/unordered" 12 | ], 13 | "versions": [ 14 | "1.83.0.bzl.1" 15 | ], 16 | "yanked_versions": {} 17 | } -------------------------------------------------------------------------------- /modules/boost.url/1.83.0.bzl.1/source.json: -------------------------------------------------------------------------------- 1 | { 2 | "integrity": "sha256-MjK50YEQLshlxXSGHOpocwo3HaP/gDd8FZI1EH0NMaQ=", 3 | "patch_strip": 0, 4 | "patches": {}, 5 | "url": "https://github.com/bazelboost/url/releases/download/bazelboost-1.83.0.bzl.1/url-bazelboost-1.83.0.bzl.1.tar.gz" 6 | } -------------------------------------------------------------------------------- /modules/boost.url/1.83.0.bzl.2/source.json: -------------------------------------------------------------------------------- 1 | { 2 | "integrity": "sha256-9tPmgTwtAGdpExT7pozxkmanaBVv55s104dTGQ6/l3w=", 3 | "patch_strip": 0, 4 | "patches": {}, 5 | "url": "https://github.com/bazelboost/url/releases/download/bazelboost-1.83.0.bzl.2/url-bazelboost-1.83.0.bzl.2.tar.gz" 6 | } -------------------------------------------------------------------------------- /modules/boost.url/metadata.json: -------------------------------------------------------------------------------- 1 | { 2 | "homepage": "https://www.boost.org/doc/libs/release/libs/url/doc/html/index.html", 3 | "maintainers": [ 4 | { 5 | "email": "ezekiel@seaube.com", 6 | "github": "zaucy", 7 | "name": "Ezekiel Warren" 8 | } 9 | ], 10 | "repository": [ 11 | "github:bazelboost/url" 12 | ], 13 | "versions": [ 14 | "1.83.0.bzl.1", 15 | "1.83.0.bzl.2" 16 | ], 17 | "yanked_versions": {} 18 | } -------------------------------------------------------------------------------- /modules/boost.utility/1.83.0.bzl.1/MODULE.bazel: -------------------------------------------------------------------------------- 1 | module( 2 | name = "boost.utility", 3 | version = "1.83.0.bzl.1", 4 | compatibility_level = 108300, 5 | ) 6 | 7 | bazel_dep(name = "rules_cc", version = "0.0.8") 8 | bazel_dep(name = "boost.assert", version = "1.83.0.bzl.1") 9 | bazel_dep(name = "boost.config", version = "1.83.0.bzl.6") 10 | bazel_dep(name = "boost.core", version = "1.83.0.bzl.1") 11 | bazel_dep(name = "boost.io", version = "1.83.0.bzl.1") 12 | bazel_dep(name = "boost.preprocessor", version = "1.83.0.bzl.1") 13 | bazel_dep(name = "boost.throw_exception", version = "1.83.0.bzl.1") 14 | bazel_dep(name = "boost.type_traits", version = "1.83.0.bzl.1") 15 | -------------------------------------------------------------------------------- /modules/boost.utility/1.83.0.bzl.1/source.json: -------------------------------------------------------------------------------- 1 | { 2 | "integrity": "sha256-T7NE8zouucceud/lWIjSLhCLffm3cVgQzIIw805irRc=", 3 | "patch_strip": 0, 4 | "patches": {}, 5 | "url": "https://github.com/bazelboost/utility/releases/download/bazelboost-1.83.0.bzl.1/utility-bazelboost-1.83.0.bzl.1.tar.gz" 6 | } -------------------------------------------------------------------------------- /modules/boost.utility/metadata.json: -------------------------------------------------------------------------------- 1 | { 2 | "homepage": "https://www.boost.org/doc/libs/release/libs/utility/doc/html/index.html", 3 | "maintainers": [ 4 | { 5 | "email": "ezekiel@seaube.com", 6 | "github": "zaucy", 7 | "name": "Ezekiel Warren" 8 | } 9 | ], 10 | "repository": [ 11 | "github:bazelboost/utility" 12 | ], 13 | "versions": [ 14 | "1.83.0.bzl.1" 15 | ], 16 | "yanked_versions": {} 17 | } -------------------------------------------------------------------------------- /modules/boost.uuid/1.83.0.bzl.1/source.json: -------------------------------------------------------------------------------- 1 | { 2 | "integrity": "sha256-Qm0o/brsQxxl5esDHRRBCVmRcTth06j0zpgnJb3WN3U=", 3 | "patch_strip": 0, 4 | "patches": {}, 5 | "url": "https://github.com/bazelboost/uuid/releases/download/bazelboost-1.83.0.bzl.1/uuid-bazelboost-1.83.0.bzl.1.tar.gz" 6 | } -------------------------------------------------------------------------------- /modules/boost.uuid/1.83.0.bzl.2/source.json: -------------------------------------------------------------------------------- 1 | { 2 | "integrity": "sha256-38tFIZRGw5MyU8MYJk8c+gnunCZjdP+rNiVBHrMS6VQ=", 3 | "patch_strip": 0, 4 | "patches": {}, 5 | "url": "https://github.com/bazelboost/uuid/releases/download/bazelboost-1.83.0.bzl.2/uuid-bazelboost-1.83.0.bzl.2.tar.gz" 6 | } -------------------------------------------------------------------------------- /modules/boost.uuid/metadata.json: -------------------------------------------------------------------------------- 1 | { 2 | "homepage": "https://www.boost.org/doc/libs/release/libs/uuid/doc/html/index.html", 3 | "maintainers": [ 4 | { 5 | "email": "ezekiel@seaube.com", 6 | "github": "zaucy", 7 | "name": "Ezekiel Warren" 8 | } 9 | ], 10 | "repository": [ 11 | "github:bazelboost/uuid" 12 | ], 13 | "versions": [ 14 | "1.83.0.bzl.1", 15 | "1.83.0.bzl.2" 16 | ], 17 | "yanked_versions": {} 18 | } -------------------------------------------------------------------------------- /modules/boost.variant/1.83.0.bzl.1/source.json: -------------------------------------------------------------------------------- 1 | { 2 | "integrity": "sha256-m13MTNM/j3fY6eDuFBDx28MOE9Wh1XzEvJzb136NHwo=", 3 | "patch_strip": 0, 4 | "patches": {}, 5 | "url": "https://github.com/bazelboost/variant/releases/download/bazelboost-1.83.0.bzl.1/variant-bazelboost-1.83.0.bzl.1.tar.gz" 6 | } -------------------------------------------------------------------------------- /modules/boost.variant/metadata.json: -------------------------------------------------------------------------------- 1 | { 2 | "homepage": "https://www.boost.org/doc/libs/release/libs/variant/doc/html/index.html", 3 | "maintainers": [ 4 | { 5 | "email": "ezekiel@seaube.com", 6 | "github": "zaucy", 7 | "name": "Ezekiel Warren" 8 | } 9 | ], 10 | "repository": [ 11 | "github:bazelboost/variant" 12 | ], 13 | "versions": [ 14 | "1.83.0.bzl.1" 15 | ], 16 | "yanked_versions": {} 17 | } -------------------------------------------------------------------------------- /modules/boost.variant2/1.83.0.bzl.1/MODULE.bazel: -------------------------------------------------------------------------------- 1 | module( 2 | name = "boost.variant2", 3 | version = "1.83.0.bzl.1", 4 | compatibility_level = 108300, 5 | ) 6 | 7 | bazel_dep(name = "rules_cc", version = "0.0.8") 8 | bazel_dep(name = "boost.assert", version = "1.83.0.bzl.1") 9 | bazel_dep(name = "boost.config", version = "1.83.0.bzl.6") 10 | bazel_dep(name = "boost.mp11", version = "1.83.0.bzl.1") 11 | -------------------------------------------------------------------------------- /modules/boost.variant2/1.83.0.bzl.1/source.json: -------------------------------------------------------------------------------- 1 | { 2 | "integrity": "sha256-+hj7v9IXiXdntpCwQgeQKZPQNlGd0SVZVwerS1IJXE0=", 3 | "patch_strip": 0, 4 | "patches": {}, 5 | "url": "https://github.com/bazelboost/variant2/releases/download/bazelboost-1.83.0.bzl.1/variant2-bazelboost-1.83.0.bzl.1.tar.gz" 6 | } -------------------------------------------------------------------------------- /modules/boost.variant2/metadata.json: -------------------------------------------------------------------------------- 1 | { 2 | "homepage": "https://www.boost.org/doc/libs/release/libs/variant2/doc/html/index.html", 3 | "maintainers": [ 4 | { 5 | "email": "ezekiel@seaube.com", 6 | "github": "zaucy", 7 | "name": "Ezekiel Warren" 8 | } 9 | ], 10 | "repository": [ 11 | "github:bazelboost/variant2" 12 | ], 13 | "versions": [ 14 | "1.83.0.bzl.1" 15 | ], 16 | "yanked_versions": {} 17 | } -------------------------------------------------------------------------------- /modules/boost.vmd/1.83.0.bzl.1/MODULE.bazel: -------------------------------------------------------------------------------- 1 | module( 2 | name = "boost.vmd", 3 | version = "1.83.0.bzl.1", 4 | compatibility_level = 108300, 5 | ) 6 | 7 | bazel_dep(name = "rules_cc", version = "0.0.8") 8 | bazel_dep(name = "boost.preprocessor", version = "1.83.0.bzl.1") 9 | -------------------------------------------------------------------------------- /modules/boost.vmd/1.83.0.bzl.1/source.json: -------------------------------------------------------------------------------- 1 | { 2 | "integrity": "sha256-r/69SGYqbQmNGqiYDnVP/2D6c+qxSEQx3hQG2M68qKs=", 3 | "patch_strip": 0, 4 | "patches": {}, 5 | "url": "https://github.com/bazelboost/vmd/releases/download/bazelboost-1.83.0.bzl.1/vmd-bazelboost-1.83.0.bzl.1.tar.gz" 6 | } -------------------------------------------------------------------------------- /modules/boost.vmd/metadata.json: -------------------------------------------------------------------------------- 1 | { 2 | "homepage": "https://www.boost.org/doc/libs/release/libs/vmd/doc/html/index.html", 3 | "maintainers": [ 4 | { 5 | "email": "ezekiel@seaube.com", 6 | "github": "zaucy", 7 | "name": "Ezekiel Warren" 8 | } 9 | ], 10 | "repository": [ 11 | "github:bazelboost/vmd" 12 | ], 13 | "versions": [ 14 | "1.83.0.bzl.1" 15 | ], 16 | "yanked_versions": {} 17 | } -------------------------------------------------------------------------------- /modules/boost.wave/1.83.0.bzl.1/source.json: -------------------------------------------------------------------------------- 1 | { 2 | "integrity": "sha256-wdg+WDcyTDvba0jGMHeg5Ix+P0ZMqy0jiWxz/eSRlPo=", 3 | "patch_strip": 0, 4 | "patches": {}, 5 | "url": "https://github.com/bazelboost/wave/releases/download/bazelboost-1.83.0.bzl.1/wave-bazelboost-1.83.0.bzl.1.tar.gz" 6 | } -------------------------------------------------------------------------------- /modules/boost.wave/metadata.json: -------------------------------------------------------------------------------- 1 | { 2 | "homepage": "https://www.boost.org/doc/libs/release/libs/wave/doc/html/index.html", 3 | "maintainers": [ 4 | { 5 | "email": "ezekiel@seaube.com", 6 | "github": "zaucy", 7 | "name": "Ezekiel Warren" 8 | } 9 | ], 10 | "repository": [ 11 | "github:bazelboost/wave" 12 | ], 13 | "versions": [ 14 | "1.83.0.bzl.1" 15 | ], 16 | "yanked_versions": {} 17 | } -------------------------------------------------------------------------------- /modules/boost.winapi/1.83.0.bzl.1/MODULE.bazel: -------------------------------------------------------------------------------- 1 | module( 2 | name = "boost.winapi", 3 | version = "1.83.0.bzl.1", 4 | compatibility_level = 108300, 5 | ) 6 | 7 | bazel_dep(name = "rules_cc", version = "0.0.8") 8 | bazel_dep(name = "boost.config", version = "1.83.0.bzl.6") 9 | bazel_dep(name = "boost.predef", version = "1.83.0.bzl.1") 10 | -------------------------------------------------------------------------------- /modules/boost.winapi/1.83.0.bzl.1/source.json: -------------------------------------------------------------------------------- 1 | { 2 | "integrity": "sha256-nrAtw302Q79htiAjVo1yaFDT+dj5y8SLJCv620jMcrI=", 3 | "patch_strip": 0, 4 | "patches": {}, 5 | "url": "https://github.com/bazelboost/winapi/releases/download/bazelboost-1.83.0.bzl.1/winapi-bazelboost-1.83.0.bzl.1.tar.gz" 6 | } -------------------------------------------------------------------------------- /modules/boost.winapi/metadata.json: -------------------------------------------------------------------------------- 1 | { 2 | "homepage": "https://www.boost.org/doc/libs/release/libs/winapi/doc/html/index.html", 3 | "maintainers": [ 4 | { 5 | "email": "ezekiel@seaube.com", 6 | "github": "zaucy", 7 | "name": "Ezekiel Warren" 8 | } 9 | ], 10 | "repository": [ 11 | "github:bazelboost/winapi" 12 | ], 13 | "versions": [ 14 | "1.83.0.bzl.1" 15 | ], 16 | "yanked_versions": {} 17 | } -------------------------------------------------------------------------------- /modules/boost.xpressive/1.83.0.bzl.1/source.json: -------------------------------------------------------------------------------- 1 | { 2 | "integrity": "sha256-3X/33F0HSJjCmywoPKHf8ZjgvaozCSmzJ/Sf3ABwsZ8=", 3 | "patch_strip": 0, 4 | "patches": {}, 5 | "url": "https://github.com/bazelboost/xpressive/releases/download/bazelboost-1.83.0.bzl.1/xpressive-bazelboost-1.83.0.bzl.1.tar.gz" 6 | } -------------------------------------------------------------------------------- /modules/boost.xpressive/metadata.json: -------------------------------------------------------------------------------- 1 | { 2 | "homepage": "https://www.boost.org/doc/libs/release/libs/xpressive/doc/html/index.html", 3 | "maintainers": [ 4 | { 5 | "email": "ezekiel@seaube.com", 6 | "github": "zaucy", 7 | "name": "Ezekiel Warren" 8 | } 9 | ], 10 | "repository": [ 11 | "github:bazelboost/xpressive" 12 | ], 13 | "versions": [ 14 | "1.83.0.bzl.1" 15 | ], 16 | "yanked_versions": {} 17 | } -------------------------------------------------------------------------------- /modules/boost.yap/1.83.0.bzl.1/MODULE.bazel: -------------------------------------------------------------------------------- 1 | module( 2 | name = "boost.yap", 3 | version = "1.83.0.bzl.1", 4 | compatibility_level = 108300, 5 | ) 6 | 7 | bazel_dep(name = "rules_cc", version = "0.0.8") 8 | bazel_dep(name = "boost.hana", version = "1.83.0.bzl.1") 9 | bazel_dep(name = "boost.preprocessor", version = "1.83.0.bzl.1") 10 | bazel_dep(name = "boost.type_index", version = "1.83.0.bzl.1") 11 | -------------------------------------------------------------------------------- /modules/boost.yap/1.83.0.bzl.1/source.json: -------------------------------------------------------------------------------- 1 | { 2 | "integrity": "sha256-ruRQHEbPaO7EQnrqIK1Yj0CBzvH1hXTWTB5/QJQOKpk=", 3 | "patch_strip": 0, 4 | "patches": {}, 5 | "url": "https://github.com/bazelboost/yap/releases/download/bazelboost-1.83.0.bzl.1/yap-bazelboost-1.83.0.bzl.1.tar.gz" 6 | } -------------------------------------------------------------------------------- /modules/boost.yap/metadata.json: -------------------------------------------------------------------------------- 1 | { 2 | "homepage": "https://www.boost.org/doc/libs/release/libs/yap/doc/html/index.html", 3 | "maintainers": [ 4 | { 5 | "email": "ezekiel@seaube.com", 6 | "github": "zaucy", 7 | "name": "Ezekiel Warren" 8 | } 9 | ], 10 | "repository": [ 11 | "github:bazelboost/yap" 12 | ], 13 | "versions": [ 14 | "1.83.0.bzl.1" 15 | ], 16 | "yanked_versions": {} 17 | } --------------------------------------------------------------------------------