Skip to content

Commit 34994c6

Browse files
Add fkYAML 0.4.2 (#6545)
Adds fkYAML version 0.4.2 (https://github.com/fktn-k/fkYAML) to BCR.
1 parent fcd57cf commit 34994c6

File tree

6 files changed

+65
-0
lines changed

6 files changed

+65
-0
lines changed

modules/fkyaml/0.4.2/MODULE.bazel

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
module(
2+
name = "fkyaml",
3+
version = "0.4.2",
4+
bazel_compatibility = [">=7.2.1"],
5+
compatibility_level = 1,
6+
)
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
cc_library(
2+
name = "fkyaml",
3+
hdrs = glob(
4+
["include/fkYAML/**/*.hpp"]
5+
),
6+
includes = ["include"],
7+
visibility = ["//visibility:public"],
8+
)
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
module(
2+
name = "fkyaml",
3+
version = "0.4.2",
4+
bazel_compatibility = [">=7.2.1"],
5+
compatibility_level = 1,
6+
)

modules/fkyaml/0.4.2/presubmit.yml

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+
bazel: ["7.x", "8.x"]
10+
tasks:
11+
verify_targets:
12+
name: Verify build targets
13+
platform: ${{ platform }}
14+
bazel: ${{ bazel }}
15+
build_flags:
16+
- '--process_headers_in_dependencies'
17+
build_targets:
18+
- '@fkyaml//...'

modules/fkyaml/0.4.2/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/fktn-k/fkYAML/releases/download/v0.4.2/fkYAML.zip",
3+
"integrity": "sha256-xmP4FIGs8rRjfgQdAUr8rHdrdY8ZXjPfoevzXIxfmow=",
4+
"strip_prefix": "fkYAML",
5+
"overlay": {
6+
"BUILD.bazel": "sha256-ws/IaBqd4EhyrJe4nTWetDCUnj/6GuZ8ED0FFJgtVxk=",
7+
"MODULE.bazel": "sha256-Cw3btGPQdN72PSBAkaaQsD7wc7G3zKLVrE2xtMX6/wM="
8+
}
9+
}

modules/fkyaml/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/fktn-k/fkYAML",
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:fktn-k/fkYAML"
13+
],
14+
"versions": [
15+
"0.4.2"
16+
],
17+
"yanked_versions": {}
18+
}

0 commit comments

Comments
 (0)