Skip to content

Commit a0f297f

Browse files
authored
* Add [email protected] * add maintainer information
1 parent b0728fd commit a0f297f

File tree

5 files changed

+70
-0
lines changed

5 files changed

+70
-0
lines changed
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
module(
2+
name = "bzlparty_rules_quickjs",
3+
version = "0.1.0",
4+
compatibility_level = 1,
5+
)
6+
7+
bazel_dep(name = "bazel_skylib", version = "1.5.0")
8+
bazel_dep(name = "aspect_bazel_lib", version = "2.1.0")
9+
bazel_dep(name = "aspect_rules_js", version = "1.34.1")
10+
11+
quickjs_extension = use_extension("//quickjs:extensions.bzl", "quickjs_extension")
12+
use_repo(quickjs_extension, "bzlparty_quickjs")
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
diff --git a/MODULE.bazel b/MODULE.bazel
2+
index 652c085..088a157 100644
3+
--- a/MODULE.bazel
4+
+++ b/MODULE.bazel
5+
@@ -1,6 +1,6 @@
6+
module(
7+
name = "bzlparty_rules_quickjs",
8+
- version = "0.0.0",
9+
+ version = "0.1.0",
10+
compatibility_level = 1,
11+
)
12+
13+
@@ -10,5 +10,3 @@ bazel_dep(name = "aspect_rules_js", version = "1.34.1")
14+
15+
quickjs_extension = use_extension("//quickjs:extensions.bzl", "quickjs_extension")
16+
use_repo(quickjs_extension, "bzlparty_quickjs")
17+
-
18+
-bazel_dep(name = "buildifier_prebuilt", version = "6.4.0", dev_dependency = True)
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
matrix:
2+
platform:
3+
- debian10
4+
- ubuntu2004
5+
- macos
6+
- macos_arm64
7+
- windows
8+
tasks:
9+
verify_targets:
10+
name: Verify build targets
11+
platform: ${{ platform }}
12+
build_targets:
13+
- '@bzlparty_rules_quickjs//quickjs:qjs.bzl'
14+
- '@bzlparty_rules_quickjs//quickjs:extensions.bzl'
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"url": "https://github.com/bzlparty/rules_quickjs/releases/download/v0.1.0/rules_quickjs-v0.1.0.tar.gz",
3+
"integrity": "sha256-weEMpHkdc4XqqEY8AL2Rv1i0Oc2lLDr8dC27ctt4k44=",
4+
"strip_prefix": "rules_quickjs-0.1.0",
5+
"patches": {
6+
"module_dot_bazel.patch": "sha256-sBq56SJPbY8kGkS6Lq6vIDG1DjOtzsmO7P35bNZW6pA="
7+
},
8+
"patch_strip": 1
9+
}
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
{
2+
"homepage": "https://bzlparty.pages.dev/rules_quickjs/",
3+
"maintainers": [
4+
{
5+
"email": "[email protected]",
6+
"github": "mgred",
7+
"name": "Marc Redemske"
8+
}
9+
],
10+
"repository": [
11+
"github:bzlparty/rules_quickjs"
12+
],
13+
"versions": [
14+
"0.1.0"
15+
],
16+
"yanked_versions": {}
17+
}

0 commit comments

Comments
 (0)