Skip to content

Commit

Permalink
chore: add thread bazelboost-1.83.0.bzl.2 (#179)
Browse files Browse the repository at this point in the history
Co-authored-by: zaucy <zaucy@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and zaucy authored Apr 30, 2024
1 parent 624084a commit 4c2dcde
Show file tree
Hide file tree
Showing 3 changed files with 45 additions and 1 deletion.
37 changes: 37 additions & 0 deletions modules/boost.thread/1.83.0.bzl.2/MODULE.bazel
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
module(
name = "boost.thread",
version = "1.83.0.bzl.2",
compatibility_level = 108300,
)

bazel_dep(name = "rules_cc", version = "0.0.9")
bazel_dep(name = "platforms", version = "0.0.10")
bazel_dep(name = "boost.algorithm", version = "1.83.0.bzl.1")
bazel_dep(name = "boost.assert", version = "1.83.0.bzl.1")
bazel_dep(name = "boost.atomic", version = "1.83.0.bzl.1")
bazel_dep(name = "boost.bind", version = "1.83.0.bzl.1")
bazel_dep(name = "boost.chrono", version = "1.83.0.bzl.2")
bazel_dep(name = "boost.concept_check", version = "1.83.0.bzl.1")
bazel_dep(name = "boost.config", version = "1.83.0.bzl.6")
bazel_dep(name = "boost.container", version = "1.83.0.bzl.1")
bazel_dep(name = "boost.container_hash", version = "1.83.0.bzl.1")
bazel_dep(name = "boost.core", version = "1.83.0.bzl.1")
bazel_dep(name = "boost.date_time", version = "1.83.0.bzl.2")
bazel_dep(name = "boost.exception", version = "1.83.0.bzl.1")
bazel_dep(name = "boost.function", version = "1.83.0.bzl.1")
bazel_dep(name = "boost.intrusive", version = "1.83.0.bzl.1")
bazel_dep(name = "boost.io", version = "1.83.0.bzl.1")
bazel_dep(name = "boost.iterator", version = "1.83.0.bzl.1")
bazel_dep(name = "boost.lexical_cast", version = "1.83.0.bzl.1")
bazel_dep(name = "boost.move", version = "1.83.0.bzl.1")
bazel_dep(name = "boost.optional", version = "1.83.0.bzl.1")
bazel_dep(name = "boost.predef", version = "1.83.0.bzl.1")
bazel_dep(name = "boost.preprocessor", version = "1.83.0.bzl.1")
bazel_dep(name = "boost.smart_ptr", version = "1.83.0.bzl.1")
bazel_dep(name = "boost.static_assert", version = "1.83.0.bzl.1")
bazel_dep(name = "boost.system", version = "1.83.0.bzl.2")
bazel_dep(name = "boost.throw_exception", version = "1.83.0.bzl.1")
bazel_dep(name = "boost.tuple", version = "1.83.0.bzl.1")
bazel_dep(name = "boost.type_traits", version = "1.83.0.bzl.1")
bazel_dep(name = "boost.utility", version = "1.83.0.bzl.1")
bazel_dep(name = "boost.winapi", version = "1.83.0.bzl.1")
6 changes: 6 additions & 0 deletions modules/boost.thread/1.83.0.bzl.2/source.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"integrity": "sha256-tksgoWKJl3I6lxDmZuZQpFUB8xoiIw8nCZKvqSgPrp4=",
"patch_strip": 0,
"patches": {},
"url": "https://github.com/bazelboost/thread/releases/download/bazelboost-1.83.0.bzl.2/thread-bazelboost-1.83.0.bzl.2.tar.gz"
}
3 changes: 2 additions & 1 deletion modules/boost.thread/metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
"github:bazelboost/thread"
],
"versions": [
"1.83.0.bzl.1"
"1.83.0.bzl.1",
"1.83.0.bzl.2"
],
"yanked_versions": {}
}

0 comments on commit 4c2dcde

Please sign in to comment.