Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
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
7 changes: 7 additions & 0 deletions modules/rapidyaml/0.9.0/MODULE.bazel
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
module(
name = "rapidyaml",
version = "0.9.0",
compatibility_level = 0,
)

bazel_dep(name = "c4core", version = "0.2.6")
17 changes: 17 additions & 0 deletions modules/rapidyaml/0.9.0/patches/build.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
diff --git a/BUILD b/BUILD
new file mode 100644
index 0000000..65dd58a
--- /dev/null
+++ b/BUILD
@@ -0,0 +1,11 @@
+package(default_visibility = ["//visibility:public"])
+
+cc_library(
+ name = "rapidyaml",
+ srcs = glob(["src/**/*.cpp"]),
+ hdrs = glob(["src/**/*.hpp"]),
+ strip_include_prefix = "src",
+ deps = [
+ "@c4core//:c4core"
+ ],
+)
13 changes: 13 additions & 0 deletions modules/rapidyaml/0.9.0/patches/module_dot_bazel.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
diff --git a/MODULE.bazel b/MODULE.bazel
new file mode 100644
index 0000000..9653031
--- /dev/null
+++ b/MODULE.bazel
@@ -0,0 +1,7 @@
+module(
+ name = "rapidyaml",
+ version = "0.9.0",
+ compatibility_level = 0,
+)
+
+bazel_dep(name = "c4core", version = "0.2.6")
18 changes: 18 additions & 0 deletions modules/rapidyaml/0.9.0/presubmit.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
matrix:
platform:
- debian11
- ubuntu2204
- macos
- macos_arm64
- windows
bazel:
- 8.x
- 7.x
- 6.x
tasks:
verify_targets:
name: Verify build targets
platform: ${{ platform }}
bazel: ${{ bazel }}
build_targets:
- '@rapidyaml//:rapidyaml'
10 changes: 10 additions & 0 deletions modules/rapidyaml/0.9.0/source.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"url": "https://github.com/biojppm/rapidyaml/releases/download/v0.9.0/rapidyaml-0.9.0-src.tgz",
"integrity": "sha256-4Bxmsh3749c4Lsqz3+fvzcR6BozSX8yCeej0YvacmV0=",
"strip_prefix": "rapidyaml-0.9.0-src",
"patch_strip": 1,
"patches": {
"module_dot_bazel.patch": "sha256-mtpO6Vu06HRJwov155Bj8V2H7Kc1LSyX9dhNmxTv490=",
"build.patch": "sha256-wVHJGdF+CzvY3SajZIcSWDDQNUOF1gzgzV7UXMJkWK8="
}
}
18 changes: 18 additions & 0 deletions modules/rapidyaml/metadata.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"homepage": "https://github.com/biojppm/rapidyaml",
"maintainers": [
{
"email": "[email protected]",
"github": "marcalff",
"github_user_id": 17238896,
"name": "Marc Alff"
}
],
"repository": [
"github:biojppm/rapidyaml"
],
"versions": [
"0.9.0"
],
"yanked_versions": {}
}
Loading