codex-ops-linux-arm64-gnu 0.1.1

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,6 @@
1
+ # codex-ops-linux-arm64-gnu
2
+
3
+ Prebuilt codex-ops 0.1.1 Rust binary for linux-arm64-gnu.
4
+
5
+ This package is installed as an optional dependency by the main `codex-ops` npm package.
6
+ It contains no JavaScript business logic.
package/SHA256SUMS ADDED
@@ -0,0 +1,2 @@
1
+ 2be51a7f90bb2acac20e39f4ef0bdab77ddb25cb9e4916f13d092bece612c729 bin/codex-ops
2
+ 61ff993400ed952a8ef29f360b2992733f5da7f64c639b8f2712e41aac20ef6d manifest.json
package/bin/codex-ops ADDED
Binary file
package/manifest.json ADDED
@@ -0,0 +1,9 @@
1
+ {
2
+ "package": "codex-ops",
3
+ "version": "0.1.1",
4
+ "platformTarget": "linux-arm64-gnu",
5
+ "rustTarget": "aarch64-unknown-linux-gnu",
6
+ "npmPackage": "codex-ops-linux-arm64-gnu",
7
+ "binary": "bin/codex-ops",
8
+ "commit": "b091aba82b7a1cd28f94a0660cdeef4c32aa0cd5"
9
+ }
package/package.json ADDED
@@ -0,0 +1,29 @@
1
+ {
2
+ "name": "codex-ops-linux-arm64-gnu",
3
+ "version": "0.1.1",
4
+ "description": "Prebuilt codex-ops Rust binary for Linux arm64 GNU.",
5
+ "homepage": "https://github.com/ChenLuoi/codex-ops#readme",
6
+ "bugs": {
7
+ "url": "https://github.com/ChenLuoi/codex-ops/issues"
8
+ },
9
+ "repository": {
10
+ "type": "git",
11
+ "url": "git+https://github.com/ChenLuoi/codex-ops.git"
12
+ },
13
+ "license": "MIT",
14
+ "os": [
15
+ "linux"
16
+ ],
17
+ "cpu": [
18
+ "arm64"
19
+ ],
20
+ "libc": [
21
+ "glibc"
22
+ ],
23
+ "files": [
24
+ "bin/**",
25
+ "manifest.json",
26
+ "SHA256SUMS",
27
+ "README.md"
28
+ ]
29
+ }