Skip to content

Commit 48540bb

Browse files
authored
Add yaml-cpp-0.8.0 (#938)
1 parent f740a65 commit 48540bb

File tree

5 files changed

+67
-0
lines changed

5 files changed

+67
-0
lines changed
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
"""
2+
yaml-cpp is a YAML parser and emitter in c++ matching the YAML specification.
3+
"""
4+
5+
module(
6+
name = "yaml-cpp",
7+
compatibility_level = 1,
8+
version = "0.8.0",
9+
)
10+
11+
bazel_dep(name = "platforms", version = "0.0.7")
12+
bazel_dep(name = "rules_cc", version = "0.0.8")
13+
14+
bazel_dep(name = "googletest", version = "1.14.0", dev_dependency = True)
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
diff --git a/MODULE.bazel b/MODULE.bazel
2+
new file mode 100644
3+
index 0000000..7119060
4+
--- /dev/null
5+
+++ b/MODULE.bazel
6+
@@ -0,0 +1,14 @@
7+
+"""
8+
+yaml-cpp is a YAML parser and emitter in c++ matching the YAML specification.
9+
+"""
10+
+
11+
+module(
12+
+ name = "yaml-cpp",
13+
+ compatibility_level = 1,
14+
+ version = "0.8.0",
15+
+)
16+
+
17+
+bazel_dep(name = "platforms", version = "0.0.7")
18+
+bazel_dep(name = "rules_cc", version = "0.0.8")
19+
+
20+
+bazel_dep(name = "googletest", version = "1.14.0", dev_dependency = True)
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
matrix:
2+
platform:
3+
- debian10
4+
- ubuntu2004
5+
- macos
6+
- macos_arm64
7+
- windows
8+
tasks:
9+
verify_targets:
10+
name: Verify build targets
11+
platform: ${{ platform }}
12+
build_targets:
13+
- '@yaml-cpp//:yaml-cpp'

modules/yaml-cpp/0.8.0/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/stonier/yaml-cpp/releases/download/0.8.0/yaml-cpp-0.8.0.tar.gz",
3+
"integrity": "sha256-++dLvc7iHWVnFWiHBto8i+z9lG2SzURwXMYJi7I7OhY=",
4+
"strip_prefix": "yaml-cpp-0.8.0",
5+
"patches": {
6+
"module_dot_bazel.patch": "sha256-YM6xq0Mtu51Okntj5lRQ3V04DyZNm4hZdrSDMio1KeU="
7+
},
8+
"patch_strip": 1
9+
}

modules/yaml-cpp/metadata.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"homepage": "https://github.com/jbeder/yaml-cpp",
3+
"maintainers": [],
4+
"repository": [
5+
"github:stonier/yaml-cpp"
6+
],
7+
"versions": [
8+
"0.8.0"
9+
],
10+
"yanked_versions": {}
11+
}

0 commit comments

Comments
 (0)