Skip to content

Commit 5dbe939

Browse files
committed
1 parent ce9e797 commit 5dbe939

File tree

4 files changed

+60
-0
lines changed

4 files changed

+60
-0
lines changed

modules/rules_nasm/0.3.1/MODULE.bazel

+20
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
module(
2+
name = "rules_nasm",
3+
version = "0.3.1",
4+
)
5+
6+
bazel_dep(name = "bazel_features", version = "1.21.0")
7+
bazel_dep(name = "bazel_skylib", version = "1.7.1")
8+
bazel_dep(name = "nasm", version = "2.16.03.bcr.1")
9+
bazel_dep(name = "platforms", version = "0.0.11")
10+
bazel_dep(name = "rules_cc", version = "0.1.1")
11+
12+
bazel_dep(name = "protobuf", version = "29.0", dev_dependency = True, repo_name = "com_google_protobuf")
13+
bazel_dep(name = "rules_rust_mdbook", version = "0.59.1", dev_dependency = True)
14+
bazel_dep(name = "rules_shell", version = "0.3.0", dev_dependency = True)
15+
bazel_dep(name = "stardoc", version = "0.7.2", dev_dependency = True)
16+
17+
register_toolchains(
18+
"//nasm/toolchain",
19+
dev_dependency = True,
20+
)
+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
bcr_test_module:
2+
module_path: ""
3+
matrix:
4+
platform: ["macos", "ubuntu2004", "windows"]
5+
bazel: ["7.x", "8.x"]
6+
tasks:
7+
run_tests:
8+
name: "Run test module"
9+
platform: ${{ platform }}
10+
bazel: ${{ bazel }}
11+
test_targets:
12+
- "//..."

modules/rules_nasm/0.3.1/source.json

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"integrity": "sha256-T82PU3BlwvZPZTa05iqBPB1M7rvfb6KEOyjTJZZbEc8=",
3+
"url": "https://github.com/morganwl/rules_nasm/releases/download/0.3.1/rules_nasm-0.3.1.tar.gz"
4+
}

modules/rules_nasm/metadata.json

+24
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
{
2+
"homepage": "https://github.com/morganwl/rules_nasm",
3+
"maintainers": [
4+
{
5+
"email": "[email protected]",
6+
"github": "morganwl",
7+
"github_user_id": 48608155,
8+
"name": "Morgan Wajda-Levie"
9+
},
10+
{
11+
"email": "[email protected]",
12+
"github": "UebelAndre",
13+
"github_user_id": 26427366,
14+
"name": "UebelAndre"
15+
}
16+
],
17+
"repository": [
18+
"github:morganwl/rules_nasm"
19+
],
20+
"versions": [
21+
"0.3.1"
22+
],
23+
"yanked_versions": {}
24+
}

0 commit comments

Comments
 (0)