Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Vertexwahn authored Aug 12, 2024
1 parent c37a182 commit 287f814
Show file tree
Hide file tree
Showing 6 changed files with 65 additions and 0 deletions.
8 changes: 8 additions & 0 deletions modules/boost.uuid/1.83.0/MODULE.bazel
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
module(
name = "boost.uuid",
version = "1.83.0",
bazel_compatibility = [">=7.2.1"],
compatibility_level = 108300,
)

bazel_dep(name = "rules_cc", version = "0.0.9")
11 changes: 11 additions & 0 deletions modules/boost.uuid/1.83.0/overlay/BUILD.bazel
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
load("@rules_cc//cc:defs.bzl", "cc_library")

cc_library(
name = "boost.uuid",
hdrs = glob([
"include/**/*.hpp",
"include/**/*.h",
]),
includes = ["include"],
visibility = ["//visibility:public"],
)
1 change: 1 addition & 0 deletions modules/boost.uuid/1.83.0/overlay/MODULE.bazel
18 changes: 18 additions & 0 deletions modules/boost.uuid/1.83.0/presubmit.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
matrix:
platform:
- debian10
- debian11
- macos
- macos_arm64
- ubuntu2004
- ubuntu2204
- windows
bazel:
- 7.x
tasks:
verify_targets:
name: Verify build targets
platform: ${{ platform }}
bazel: ${{ bazel }}
build_targets:
- '@boost.uuid//:boost.uuid'
10 changes: 10 additions & 0 deletions modules/boost.uuid/1.83.0/source.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"url": "https://github.com/boostorg/uuid/archive/refs/tags/boost-1.83.0.tar.gz",
"integrity": "sha256-D9kSkan1QR0Jf4gR5hNz3xPU4b6EWNWLLIas9CYVPBY=",
"strip_prefix": "uuid-boost-1.83.0",
"patch_strip": 0,
"overlay": {
"BUILD.bazel": "sha256-7cDjQvcq+319FdxVetEjYKYFC4gGadFIEKfZsn1KDOc=",
"MODULE.bazel": "sha256-h6fVseC5fjpGluGOjl7MZAp8EGf6mfx3NuplgWbz/8Y="
}
}
17 changes: 17 additions & 0 deletions modules/boost.uuid/metadata.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"homepage": "http://boost.org/libs/uuid",
"maintainers": [
{
"email": "[email protected]",
"github": "Vertexwahn",
"name": "Julian Amann"
}
],
"repository": [
"github:boostorg/uuid"
],
"versions": [
"1.83.0"
],
"yanked_versions": {}
}

0 comments on commit 287f814

Please sign in to comment.