2026-01-27 09:28:42 +09:00
|
|
|
{
|
|
|
|
|
"name": "oh-my-opencode-linux-x64-baseline",
|
2026-05-30 19:40:25 +00:00
|
|
|
"version": "4.5.12",
|
2026-01-27 09:28:42 +09:00
|
|
|
"description": "Platform-specific binary for oh-my-opencode (linux-x64-baseline, no AVX2)",
|
|
|
|
|
"license": "MIT",
|
|
|
|
|
"repository": {
|
|
|
|
|
"type": "git",
|
2026-03-08 02:59:40 +09:00
|
|
|
"url": "https://github.com/code-yeongyu/oh-my-openagent"
|
2026-01-27 09:28:42 +09:00
|
|
|
},
|
|
|
|
|
"os": [
|
|
|
|
|
"linux"
|
|
|
|
|
],
|
|
|
|
|
"cpu": [
|
|
|
|
|
"x64"
|
|
|
|
|
],
|
|
|
|
|
"libc": [
|
|
|
|
|
"glibc"
|
|
|
|
|
],
|
|
|
|
|
"files": [
|
|
|
|
|
"bin"
|
|
|
|
|
],
|
|
|
|
|
"bin": {
|
|
|
|
|
"oh-my-opencode": "./bin/oh-my-opencode"
|
|
|
|
|
}
|
|
|
|
|
}
|