Skip to content
Open
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions modules/fpm/1.1.0/MODULE.bazel
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
module(
name = "fpm",
version = "1.1.0",
bazel_compatibility = [">=7.2.1"],
compatibility_level = 1,
)
8 changes: 8 additions & 0 deletions modules/fpm/1.1.0/overlay/BUILD.bazel
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
cc_library(
name = "fpm",
hdrs = glob(
["include/fpm/*.hpp"],
),
includes = ["include"],
visibility = ["//visibility:public"],
)
6 changes: 6 additions & 0 deletions modules/fpm/1.1.0/overlay/MODULE.bazel
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
module(
name = "fpm",
version = "1.1.0",
bazel_compatibility = [">=7.2.1"],
compatibility_level = 1,
)
20 changes: 20 additions & 0 deletions modules/fpm/1.1.0/presubmit.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
matrix:
platform:
- debian10
- debian11
- macos
- macos_arm64
- ubuntu2004
- ubuntu2204
bazel:
- 7.x
- 8.x
tasks:
verify_targets:
name: Verify build targets
platform: ${{ platform }}
bazel: ${{ bazel }}
build_flags:
- '--process_headers_in_dependencies'
build_targets:
- '@fpm//...'
9 changes: 9 additions & 0 deletions modules/fpm/1.1.0/source.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"url": "https://github.com/MikeLankamp/fpm/archive/refs/tags/v1.1.0.tar.gz",
"integrity": "sha256-40lBtM0dHx++ns85t0DLILnCcqgy9jvif6JO3fQA5Rs=",
"strip_prefix": "fpm-1.1.0",
"overlay": {
"BUILD.bazel": "sha256-CSTAncKujhjXVANwFsGelmOEPFTGNEsI3m/tA+b92rE=",
"MODULE.bazel": "sha256-gQ1rMwkqu+DUrZqDbkE7rfTRTGbmcClXShfvFOrmMrs="
}
}
18 changes: 18 additions & 0 deletions modules/fpm/metadata.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"homepage": "https://github.com/MikeLankamp/fpm",
"maintainers": [
{
"email": "[email protected]",
"github": "matthias-giersch",
"name": "Matthias Giersch",
"github_user_id": 120274382
}
],
"repository": [
"github:MikeLankamp/fpm"
],
"versions": [
"1.1.0"
],
"yanked_versions": {}
}
Loading