Skip to content

Commit b078946

Browse files

File tree

6 files changed

+71
-0
lines changed

6 files changed

+71
-0
lines changed

modules/jsoncpp/1.9.5/MODULE.bazel

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
module(
2+
name = "jsoncpp",
3+
version = "1.9.5",
4+
compatibility_level = 1,
5+
)
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
diff --git a/BUILD.bazel b/BUILD.bazel
2+
index 6d7ac3d..b013e4f 100644
3+
--- a/BUILD.bazel
4+
+++ b/BUILD.bazel
5+
@@ -14,9 +14,9 @@ cc_library(
6+
"include/json/allocator.h",
7+
"include/json/assertions.h",
8+
"include/json/config.h",
9+
- "include/json/json_features.h",
10+
"include/json/forwards.h",
11+
"include/json/json.h",
12+
+ "include/json/json_features.h",
13+
"include/json/reader.h",
14+
"include/json/value.h",
15+
"include/json/version.h",
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
--- a/MODULE.bazel
2+
+++ a/MODULE.bazel
3+
@@ -0,0 +1,5 @@
4+
+module(
5+
+ name = "jsoncpp",
6+
+ version = "1.9.5",
7+
+ compatibility_level = 1,
8+
+)

modules/jsoncpp/1.9.5/presubmit.yml

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
matrix:
2+
platform:
3+
- debian10
4+
- ubuntu2004
5+
- macos
6+
- macos_arm64
7+
- windows
8+
bazel:
9+
- 7.x
10+
- 6.x
11+
tasks:
12+
verify_targets:
13+
name: Verify build targets
14+
platform: ${{ platform }}
15+
bazel: ${{ bazel }}
16+
build_targets:
17+
- '@jsoncpp//...'

modules/jsoncpp/1.9.5/source.json

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"url": "https://github.com/open-source-parsers/jsoncpp/archive/refs/tags/1.9.5.tar.gz",
3+
"integrity": "sha256-9AmFblkgwY0ML7hSduJO5gfSoJtefV8KNxNokDwnXaI=",
4+
"strip_prefix": "jsoncpp-1.9.5",
5+
"patches": {
6+
"build_dot_bazel.patch": "sha256-Vj8diXSWps8I8h5cdEqBDYmKBA2ulvWxMZBEQlIgcpU=",
7+
"module_dot_bazel.patch": "sha256-7RC7fS8N11vcyeDEaUZ05yBqr0YY7OzuzqaWz5W2XDo="
8+
},
9+
"patch_strip": 1
10+
}

modules/jsoncpp/metadata.json

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
{
2+
"homepage": "https://github.com/open-source-parsers/jsoncpp",
3+
"maintainers": [
4+
{
5+
"email": "[email protected]",
6+
"name": "No Maintainer Specified"
7+
}
8+
],
9+
"repository": [
10+
"github:open-source-parsers/jsoncpp"
11+
],
12+
"versions": [
13+
"1.9.5"
14+
],
15+
"yanked_versions": {}
16+
}

0 commit comments

Comments
 (0)