ikuncodex-linux-arm64 0.1.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,9 @@
1
+ # ikuncodex-linux-arm64
2
+
3
+ This package contains the prebuilt native vendor files for `ikuncodex` on `aarch64-unknown-linux-musl`.
4
+
5
+ Install the main package instead:
6
+
7
+ ```bash
8
+ npm install -g ikuncodex
9
+ ```
package/package.json ADDED
@@ -0,0 +1,25 @@
1
+ {
2
+ "name": "ikuncodex-linux-arm64",
3
+ "version": "0.1.0",
4
+ "description": "Prebuilt ikuncodex native binaries for Linux ARM64.",
5
+ "license": "Apache-2.0",
6
+ "repository": {
7
+ "type": "git",
8
+ "url": "git+https://github.com/wodetiannacao/ikuncodex.git",
9
+ "directory": "codex-cli"
10
+ },
11
+ "homepage": "https://github.com/wodetiannacao/ikuncodex/tree/main/codex-cli",
12
+ "bugs": {
13
+ "url": "https://github.com/wodetiannacao/ikuncodex/issues"
14
+ },
15
+ "os": [
16
+ "linux",
17
+ "android"
18
+ ],
19
+ "cpu": [
20
+ "arm64"
21
+ ],
22
+ "files": [
23
+ "vendor"
24
+ ]
25
+ }