{
  "clients": {
    "Ghuc": {
      "version": "",
      "platforms": {
        "linux": {
          "x64": {
            "download": {
              "url": "https://github.com/happyuc-project/happyuc-go/raw/master/target/ghuc-linux-amd64.tar.gz",
              "type": "tar",
              "bin": "ghuc"
            },
            "bin": "build/bin/ghuc",
            "commands": {
              "sanity": {
                "args": [
                  "version"
                ],
                "output": [
                  "Ghuc",
                  ""
                ]
              }
            }
          }
        },
        "mac": {
          "x64": {
            "download": {
              "url": "https://github.com/happyuc-project/happyuc-go/raw/master/target/ghuc-mac-amd64.tar.gz",
              "type": "tar",
              "bin": "ghuc"
            },
            "bin": "build/bin/ghuc",
            "commands": {
              "sanity": {
                "args": [
                  "version"
                ],
                "output": [
                  "Ghuc",
                  ""
                ]
              }
            }
          }
        },
        "win": {
          "x64": {
            "download": {
              "url": "https://github.com/happyuc-project/happyuc-go/raw/master/target/ghuc-win-amd64.tar.gz",
              "type": "tar",
              "bin": "ghuc.exe"
            },
            "bin": "build/bin/ghuc.exe",
            "commands": {
              "sanity": {
                "args": [
                  "version"
                ],
                "output": [
                  "Ghuc",
                  ""
                ]
              }
            }
          }
        }
      }
    }
  }
}
