Skip to content

Commit bbdecc7

Browse files
authored
1 parent 9610e1f commit bbdecc7

File tree

6 files changed

+69
-0
lines changed

6 files changed

+69
-0
lines changed

modules/msgpack-c/6.1.0/MODULE.bazel

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
module(
2+
name = "msgpack-c",
3+
version = "6.1.0",
4+
compatibility_level = 1,
5+
)
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
--- /dev/null
2+
+++ BUILD.bazel
3+
@@ -0,0 +1,10 @@
4+
+cc_library(
5+
+ name = "msgpack",
6+
+ hdrs = glob([
7+
+ "include/**/*.h",
8+
+ "include/**/*.hpp",
9+
+ ]),
10+
+ defines = ["MSGPACK_NO_BOOST"],
11+
+ includes = ["include"],
12+
+ visibility = ["//visibility:public"],
13+
+)
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
--- MODULE.bazel
2+
+++ MODULE.bazel
3+
@@ -0,0 +1,5 @@
4+
+module(
5+
+ name = "msgpack-c",
6+
+ version = "6.1.0",
7+
+ compatibility_level = 1,
8+
+)

modules/msgpack-c/6.1.0/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+
- '@msgpack-c//:msgpack'

modules/msgpack-c/6.1.0/source.json

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"url": "https://github.com/msgpack/msgpack-c/releases/download/cpp-6.1.0/msgpack-cxx-6.1.0.tar.gz",
3+
"integrity": "sha256-I+3n6TyO/uNDrYxlFMKPNwggflEGrzs+SWmzqe1wOec=",
4+
"strip_prefix": "msgpack-cxx-6.1.0",
5+
"patches": {
6+
"add_build_file.patch": "sha256-pMzY862FSfeA3HoyvVMJI4xpHzwCLMHE2QblM+rZSZQ=",
7+
"module_dot_bazel.patch": "sha256-ST7je5jsqxG5KgO/chTAMcR9h/RB9xaIoF8Fh0QLgno="
8+
},
9+
"patch_strip": 0
10+
}

modules/msgpack-c/metadata.json

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

0 commit comments

Comments
 (0)