codex-ops-linux-x64-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-x64-gnu
2
+
3
+ Prebuilt codex-ops 0.1.1 Rust binary for linux-x64-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
+ eb85a57bafbb273b40413ef71fa7506dfa6490c6a5f00ee53160448bb4777ed7 bin/codex-ops
2
+ 17412c4780c65d8c68343a7f342d82b7b699ef9fea249bad4dd5986d7507cd71 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-x64-gnu",
5
+ "rustTarget": "x86_64-unknown-linux-gnu",
6
+ "npmPackage": "codex-ops-linux-x64-gnu",
7
+ "binary": "bin/codex-ops",
8
+ "commit": "b091aba82b7a1cd28f94a0660cdeef4c32aa0cd5"
9
+ }
package/package.json ADDED
@@ -0,0 +1,29 @@
1
+ {
2
+ "name": "codex-ops-linux-x64-gnu",
3
+ "version": "0.1.1",
4
+ "description": "Prebuilt codex-ops Rust binary for Linux x64 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
+ "x64"
19
+ ],
20
+ "libc": [
21
+ "glibc"
22
+ ],
23
+ "files": [
24
+ "bin/**",
25
+ "manifest.json",
26
+ "SHA256SUMS",
27
+ "README.md"
28
+ ]
29
+ }