@onslaughtsnail/caelis-linux-x64 0.0.33-boot.0

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,5 @@
1
+ # @onslaughtsnail/caelis-linux-x64
2
+
3
+ Platform-specific `caelis` binary package for Linux x64.
4
+
5
+ This package is an internal install target for `@onslaughtsnail/caelis`.
package/package.json ADDED
@@ -0,0 +1,29 @@
1
+ {
2
+ "name": "@onslaughtsnail/caelis-linux-x64",
3
+ "version": "0.0.33-boot.0",
4
+ "description": "Platform-specific caelis binary for linux x64",
5
+ "license": "Apache-2.0",
6
+ "repository": {
7
+ "type": "git",
8
+ "url": "git+https://github.com/OnslaughtSnail/caelis.git",
9
+ "directory": "npm/packages/caelis-linux-x64"
10
+ },
11
+ "homepage": "https://github.com/OnslaughtSnail/caelis",
12
+ "bugs": {
13
+ "url": "https://github.com/OnslaughtSnail/caelis/issues"
14
+ },
15
+ "files": [
16
+ "runtime",
17
+ "README.md"
18
+ ],
19
+ "os": [
20
+ "linux"
21
+ ],
22
+ "cpu": [
23
+ "x64"
24
+ ],
25
+ "publishConfig": {
26
+ "access": "public",
27
+ "provenance": true
28
+ }
29
+ }
package/runtime/caelis ADDED
Binary file