@gorules/zen-engine-linux-x64-musl 0.34.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md ADDED
@@ -0,0 +1,3 @@
1
+ # `@gorules/zen-engine-linux-x64-musl`
2
+
3
+ This is the **x86_64-unknown-linux-musl** binary for `@gorules/zen-engine`
package/package.json ADDED
@@ -0,0 +1,53 @@
1
+ {
2
+ "name": "@gorules/zen-engine-linux-x64-musl",
3
+ "version": "0.34.3",
4
+ "private": false,
5
+ "os": [
6
+ "linux"
7
+ ],
8
+ "cpu": [
9
+ "x64"
10
+ ],
11
+ "libc": [
12
+ "musl"
13
+ ],
14
+ "main": "zen-engine.linux-x64-musl.node",
15
+ "files": [
16
+ "zen-engine.linux-x64-musl.node"
17
+ ],
18
+ "description": "Rust zen-engine binding",
19
+ "keywords": [
20
+ "gorules",
21
+ "zen-engine",
22
+ "business rules engine",
23
+ "rules engine",
24
+ "rule engine",
25
+ "bre",
26
+ "rule",
27
+ "rules",
28
+ "engine",
29
+ "decision",
30
+ "decision table",
31
+ "rust",
32
+ "N-API",
33
+ "napi-rs",
34
+ "node-rs"
35
+ ],
36
+ "author": "GoRules <hi@gorules.io> (https://gorules.io)",
37
+ "homepage": "https://github.com/gorules/zen",
38
+ "license": "MIT",
39
+ "engines": {
40
+ "node": ">= 14"
41
+ },
42
+ "publishConfig": {
43
+ "access": "public",
44
+ "registry": "https://registry.npmjs.org/"
45
+ },
46
+ "repository": {
47
+ "type": "git",
48
+ "url": "git+https://github.com/gorules/zen.git"
49
+ },
50
+ "bugs": {
51
+ "url": "https://github.com/gorules/zen/issues"
52
+ }
53
+ }
Binary file