Skip to content

Commit

Permalink
add magic_enum
Browse files Browse the repository at this point in the history
  • Loading branch information
zaucy committed Jun 14, 2024
1 parent b66dc5c commit 452b950
Show file tree
Hide file tree
Showing 4 changed files with 64 additions and 0 deletions.
5 changes: 5 additions & 0 deletions modules/magic_enum/0.9.5/MODULE.bazel
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
module(
name = "magic_enum",
version = "0.9.5",
compatibility_level = 0,
)
38 changes: 38 additions & 0 deletions modules/magic_enum/0.9.5/presubmit.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
matrix:
platform:
- debian10
- ubuntu2004
- macos
- macos_arm64
- windows
bazel:
- 7.x
- 6.x
tasks:
verify_targets:
name: Verify build targets
platform: ${{ platform }}
bazel: ${{ bazel }}
build_targets:
- '@magic_enum//:magic_enum'
bcr_test_module:
module_path: test
matrix:
platform:
- debian10
- ubuntu2004
- macos
- macos_arm64
- windows
bazel:
- 7.x
- 6.x
tasks:
run_test_module:
name: Run test module
platform: ${{ platform }}
bazel: ${{ bazel }}
build_targets:
- //...
test_targets:
- //...
4 changes: 4 additions & 0 deletions modules/magic_enum/0.9.5/source.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"url": "https://github.com/Neargye/magic_enum/releases/download/v0.9.5/magic_enum-v0.9.5.tar.gz",
"integrity": "sha256-BpTh7xYMu2uL4vQ8ffNJKVkRy32uvdTlV62qwsGEIPk="
}
17 changes: 17 additions & 0 deletions modules/magic_enum/metadata.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"homepage": "https://github.com/Neargye/magic_enum",
"maintainers": [
{
"email": "ezekiel@seaube.com",
"github": "zaucy",
"name": "Ezekiel Warren"
}
],
"repository": [
"github:Neargye/magic_enum"
],
"versions": [
"0.9.5"
],
"yanked_versions": {}
}

0 comments on commit 452b950

Please sign in to comment.