Skip to content

Commit d184b00

Browse files
matthias-gierschmeteorcloudygemini-code-assist[bot]Wyverald
authored
Adds graaf version 1.1.1 (https://github.com/bobluppes/graaf) to BCR. --------- Co-authored-by: Yun Peng <[email protected]> Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com> Co-authored-by: Xùdōng Yáng <[email protected]>
1 parent 9804c3d commit d184b00

File tree

6 files changed

+69
-0
lines changed

6 files changed

+69
-0
lines changed

modules/graaf/1.1.1/MODULE.bazel

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
module(
2+
name = "graaf",
3+
version = "1.1.1",
4+
bazel_compatibility = [">=7.2.1"],
5+
compatibility_level = 1,
6+
)
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
cc_library(
2+
name = "graaf",
3+
hdrs = glob(
4+
[
5+
"graaflib/**/*.h",
6+
"graaflib/**/*.tpp",
7+
],
8+
),
9+
includes = ["."],
10+
visibility = ["//visibility:public"],
11+
)
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
module(
2+
name = "graaf",
3+
version = "1.1.1",
4+
bazel_compatibility = [">=7.2.1"],
5+
compatibility_level = 1,
6+
)

modules/graaf/1.1.1/presubmit.yml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
matrix:
2+
platform:
3+
- debian10
4+
- debian11
5+
- macos
6+
- macos_arm64
7+
- ubuntu2004
8+
- ubuntu2204
9+
- windows
10+
bazel: ["7.x", "8.x"]
11+
tasks:
12+
verify_targets:
13+
name: Verify build targets
14+
platform: ${{ platform }}
15+
bazel: ${{ bazel }}
16+
build_flags:
17+
- '--process_headers_in_dependencies'
18+
build_targets:
19+
- '@graaf//...'

modules/graaf/1.1.1/source.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"url": "https://github.com/bobluppes/graaf/releases/download/v1.1.1/header-only.tar.gz",
3+
"integrity": "sha256-hqleFKoY+B6jHsB2TvixLR/kI5baO+AEbg27tWL7PIk=",
4+
"strip_prefix": "include",
5+
"overlay": {
6+
"BUILD.bazel": "sha256-0U67qAKO8Z2wv9OhvFfIecutBV+XgEk8biHIDCNo23Y=",
7+
"MODULE.bazel": "sha256-nvzf6Qc+taoBRNq9fHhdXZzsu8rb+EsI3Uu6cKJQ8Z8="
8+
}
9+
}

modules/graaf/metadata.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
{
2+
"homepage": "https://github.com/bobluppes/graaf",
3+
"maintainers": [
4+
{
5+
"email": "[email protected]",
6+
"github": "matthias-giersch",
7+
"name": "Matthias Giersch",
8+
"github_user_id": 120274382
9+
}
10+
],
11+
"repository": [
12+
"github:bobluppes/graaf"
13+
],
14+
"versions": [
15+
"1.1.1"
16+
],
17+
"yanked_versions": {}
18+
}

0 commit comments

Comments
 (0)