Skip to content

Commit bd60005

Browse files
phaedonFædon Jóhannes Sinis
and
Fædon Jóhannes Sinis
authored
Add Happly to BCR (#4664)
I set the version number to the date of the last commit included in this version, since this particular library has no published tags or release archives. --------- Co-authored-by: Fædon Jóhannes Sinis <[email protected]>
1 parent db0d286 commit bd60005

File tree

6 files changed

+57
-0
lines changed

6 files changed

+57
-0
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
module(
2+
name = "happly",
3+
version = "0.0.20240207",
4+
compatibility_level = 0,
5+
bazel_compatibility = [">=7.2.1"],
6+
)
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
cc_library(
2+
name = "happly",
3+
hdrs = ["happly.h"],
4+
visibility = ["//visibility:public"],
5+
)
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../MODULE.bazel
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
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+
12+
tasks:
13+
verify_targets:
14+
name: Verify build and test targets
15+
platform: ${{ platform }}
16+
bazel: ${{ bazel }}
17+
build_targets:
18+
- '@happly//...'
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"integrity": "sha256-0BWYUmkNM7Rh5tX0hm7V+CBZ5aYu/0MPgw/6d65800c=",
3+
"patch_strip": 0,
4+
"strip_prefix": "happly-8a606309daaa680eee495c8279feb0b704148f4a",
5+
"url": "https://github.com/nmwsharp/happly/archive/8a606309daaa680eee495c8279feb0b704148f4a.tar.gz",
6+
"overlay": {
7+
"BUILD.bazel": "sha256-YC4gh3W7YXqao93AR0B9CQUeyNV4icQI3oeaq4iXyiw=",
8+
"MODULE.bazel": "sha256-TrbDSTiknLRk2h+px3MawPlN4/7akjI0rmqbOmvyeu8="
9+
}
10+
}

modules/happly/metadata.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
{
2+
"homepage": "https://github.com/nmwsharp/happly",
3+
"maintainers": [
4+
{
5+
"github": "phaedon",
6+
"github_user_id": 1106027,
7+
"name": "Phaedon (F\u00e6don) Sinis"
8+
}
9+
],
10+
"repository": [
11+
"github:nmwsharp/happly"
12+
],
13+
"versions": [
14+
"0.0.20240207"
15+
],
16+
"yanked_versions": {}
17+
}

0 commit comments

Comments
 (0)