Files

26 lines
434 B
JSON
Raw Permalink Normal View History

{
"name": "oh-my-opencode-linux-x64",
2026-05-30 19:40:25 +00:00
"version": "4.5.12",
"description": "Platform-specific binary for oh-my-opencode (linux-x64)",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/code-yeongyu/oh-my-openagent"
},
"os": [
"linux"
],
"cpu": [
"x64"
],
"libc": [
"glibc"
],
"files": [
"bin"
],
"bin": {
"oh-my-opencode": "./bin/oh-my-opencode"
}
}