Files
github-actions[bot] 1a91967311 release: v3.17.12
2026-04-30 17:23:26 +00:00

26 lines
471 B
JSON

{
"name": "oh-my-opencode-linux-x64-musl-baseline",
"version": "3.17.12",
"description": "Platform-specific binary for oh-my-opencode (linux-x64-musl-baseline, no AVX2)",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/code-yeongyu/oh-my-openagent"
},
"os": [
"linux"
],
"cpu": [
"x64"
],
"libc": [
"musl"
],
"files": [
"bin"
],
"bin": {
"oh-my-opencode": "./bin/oh-my-opencode"
}
}