Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions modules/fkyaml/0.4.2/MODULE.bazel
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
module(
name = "fkyaml",
version = "0.4.2",
bazel_compatibility = [">=7.2.1"],
compatibility_level = 1,
)
8 changes: 8 additions & 0 deletions modules/fkyaml/0.4.2/overlay/BUILD.bazel
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
cc_library(
name = "fkyaml",
hdrs = glob(
["include/fkYAML/**/*.hpp"]
),
includes = ["include"],
visibility = ["//visibility:public"],
)
5 changes: 5 additions & 0 deletions modules/fkyaml/0.4.2/overlay/MODULE.bazel
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
module(
name = "fkyaml",
version = "0.4.2",
compatibility_level = 1,
)
18 changes: 18 additions & 0 deletions modules/fkyaml/0.4.2/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
bazel: ["7.x", "8.x"]
tasks:
verify_targets:
name: Verify build targets
platform: ${{ platform }}
bazel: ${{ bazel }}
build_flags:
- '--process_headers_in_dependencies'
build_targets:
- '@fkyaml//...'
9 changes: 9 additions & 0 deletions modules/fkyaml/0.4.2/source.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"integrity": "sha256-awwE2PdQW7VdtpDJIeaE+tvnGc+6NRru0toIeCh3Xzo=",
"strip_prefix": "fkYAML-0.4.2",
"url": "https://github.com/fktn-k/fkYAML/archive/refs/tags/v0.4.2.tar.gz",
"overlay": {
"BUILD.bazel": "sha256-bMagysGN6KoerggQe2GCrqYe4ey6hW8NO4hW8Fp4Uxc=",
"MODULE.bazel": "sha256-0aGAtNHTebbjwgPZ4wi+qrHuQZGz7kBU001Ag90goSs="
}
}
18 changes: 18 additions & 0 deletions modules/fkyaml/metadata.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"homepage": "https://github.com/fktn-k/fkYAML",
"maintainers": [
{
"email": "[email protected]",
"github": "matthias-giersch",
"name": " Matthias Giersch",
"github_user_id": 120274382
}
],
"repository": [
"github:fktn-k/fkYAML"
],
"versions": [
"0.4.2"
],
"yanked_versions": {}
}