elendirna-cli-win32-arm64 0.8.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 +7 -0
  2. package/bin/elf.exe +0 -0
  3. package/package.json +16 -0
package/README.md ADDED
@@ -0,0 +1,7 @@
1
+ # elendirna-cli-win32-arm64
2
+
3
+ Prebuilt `elf` binary (aarch64-pc-windows-msvc) for [`elendirna`](https://www.npmjs.com/package/elendirna).
4
+
5
+ This is a platform-specific payload package. Do not install it directly — install
6
+ [`elendirna`](https://www.npmjs.com/package/elendirna) (or `eln`), which declares this
7
+ package as an `optionalDependency` and resolves the binary at run time.
package/bin/elf.exe ADDED
Binary file
package/package.json ADDED
@@ -0,0 +1,16 @@
1
+ {
2
+ "name": "elendirna-cli-win32-arm64",
3
+ "version": "0.8.0",
4
+ "description": "elendirna prebuilt `elf` binary for win32-arm64 (aarch64-pc-windows-msvc).",
5
+ "homepage": "https://github.com/elen-labs/elendirna",
6
+ "repository": {
7
+ "type": "git",
8
+ "url": "git+https://github.com/elen-labs/elendirna.git"
9
+ },
10
+ "license": "MIT",
11
+ "os": ["win32"],
12
+ "cpu": ["arm64"],
13
+ "files": [
14
+ "bin/"
15
+ ]
16
+ }