Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
tongke6 authored Nov 28, 2024
1 parent cf12445 commit 2ef1e57
Show file tree
Hide file tree
Showing 6 changed files with 50 additions and 0 deletions.
5 changes: 5 additions & 0 deletions modules/cereal/1.3.2/MODULE.bazel
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
module(
name = "cereal",
version = "1.3.2",
compatibility_level = 1,
)
6 changes: 6 additions & 0 deletions modules/cereal/1.3.2/overlay/BUILD
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
cc_library(
name = "cereal",
hdrs = glob(["include/cereal/**/*.hpp"]),
includes = ["include"],
visibility = ["//visibility:public"],
)
1 change: 1 addition & 0 deletions modules/cereal/1.3.2/overlay/MODULE.bazel
17 changes: 17 additions & 0 deletions modules/cereal/1.3.2/presubmit.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
matrix:
platform:
- debian10
- ubuntu2004
- macos
- macos_arm64
- windows
bazel:
- 7.x
- rolling
tasks:
verify_targets:
name: Verify build targets
platform: ${{ platform }}
bazel: ${{ bazel }}
build_targets:
- '@cereal//:cereal'
9 changes: 9 additions & 0 deletions modules/cereal/1.3.2/source.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"url": "https://github.com/USCiLab/cereal/archive/refs/tags/v1.3.2.tar.gz",
"integrity": "sha256-FqetmzG6WIDaxV1itdbyQ8PryNRqNRQUnla15+qB+F8=",
"strip_prefix": "cereal-1.3.2",
"overlay": {
"BUILD": "sha256-QjhpsEZKwcgsy+7QgyXiUizfX9Y+PfuX+VSiWBRYoi4=",
"MODULE.bazel": "sha256-k87PQS9J52k93avP06fE0guDb7QwiTf/rcDJtY4AsbM="
}
}
12 changes: 12 additions & 0 deletions modules/cereal/metadata.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"homepage": "https://github.com/USCiLab/cereal",
"maintainers": [
{
"email": "[email protected]",
"name": "No Maintainer Specified"
}
],
"repository": ["github:USCiLab/cereal"],
"versions": ["1.3.2"],
"yanked_versions": {}
}

0 comments on commit 2ef1e57

Please sign in to comment.