Skip to content

Commit

Permalink
initial version of zstr
Browse files Browse the repository at this point in the history
  • Loading branch information
lperron committed Jan 1, 2025
1 parent adb3416 commit 5f3ab7c
Show file tree
Hide file tree
Showing 6 changed files with 59 additions and 0 deletions.
5 changes: 5 additions & 0 deletions modules/zstr/1.0.7/MODULE.bazel
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
module(
name = "zstr",
version = "1.0.7",
compatibility_level = 1,
)
10 changes: 10 additions & 0 deletions modules/zstr/1.0.7/overlay/BUILD.bazel
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Description:
# A C++ ZLib wrapper

cc_library(
name = "zstr",
hdrs = glob(["src/*.hpp"]),
includes = ["src"],
visibility = ["//visibility:public"],
)

1 change: 1 addition & 0 deletions modules/zstr/1.0.7/overlay/MODULE.bazel
17 changes: 17 additions & 0 deletions modules/zstr/1.0.7/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:
- 8.x
- 7.x
tasks:
verify_targets:
name: Verify build targets
platform: ${{ platform }}
bazel: ${{ bazel }}
build_targets:
- '@zstr//...'
10 changes: 10 additions & 0 deletions modules/zstr/1.0.7/source.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"url": "https://github.com/mateidavid/zstr/archive/refs/tags/v1.0.7.tar.gz",
"integrity": "sha256-jS3a5o/3vQpvzmFQqPUq2c4b7SxAVsiEb03sTy3GCBk=",
"strip_prefix": "zstr-1.0.7",
"patch_strip": 1,
"overlay": {
"BUILD.bazel": "sha256-IuZA1L1U5WfVSWrXYMfOSvO80dJ2jhYOumqv5V29blY=",
"MODULE.bazel": "sha256-dQC8OzVn+p1A614brDrzPncxmavEOEpzNQikYVRywGQ="
}
}
16 changes: 16 additions & 0 deletions modules/zstr/metadata.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"homepage": "https://github.com/mateidavid/zstr",
"maintainers": [
{
"email": "[email protected]",
"name": "No Maintainer Specified"
}
],
"repository": [
"github:mateidavid/zstr"
],
"versions": [
"1.0.7"
],
"yanked_versions": {}
}

0 comments on commit 5f3ab7c

Please sign in to comment.