@jowero/vohyr-darwin-x64 0.2.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.
Files changed (3) hide show
  1. package/README.md +5 -0
  2. package/bin/vohyr +0 -0
  3. package/package.json +17 -0
package/README.md ADDED
@@ -0,0 +1,5 @@
1
+ This package contains the darwin x64 native runtime for Vohyr.
2
+
3
+ Install @jowero/vohyr instead.
4
+
5
+ This target is prepared and awaiting native CI evidence.
package/bin/vohyr ADDED
Binary file
package/package.json ADDED
@@ -0,0 +1,17 @@
1
+ {
2
+ "name": "@jowero/vohyr-darwin-x64",
3
+ "version": "0.2.0",
4
+ "description": "darwin x64 native runtime for Vohyr.",
5
+ "author": "Jowero",
6
+ "license": "UNLICENSED",
7
+ "os": [
8
+ "darwin"
9
+ ],
10
+ "cpu": [
11
+ "x64"
12
+ ],
13
+ "files": [
14
+ "bin",
15
+ "README.md"
16
+ ]
17
+ }