Skip to content

Instantly share code, notes, and snippets.

@dignifiedquire
Created December 19, 2015 20:47
Show Gist options
  • Save dignifiedquire/6ae56dd752aa94f79de4 to your computer and use it in GitHub Desktop.
Save dignifiedquire/6ae56dd752aa94f79de4 to your computer and use it in GitHub Desktop.
{
"id": "go-ipfs",
"name": "go-ipfs",
"tagline": "IPFS implementation and toolchain in Go",
"description": "go-ipfs is the main implementation of IPFS. It is the base distribution, and includes:\n- an IPFS core implementation\n- an IPFS daemon server\n- extensive command line tooling\n- an HTTP API for controlling the node\n- an HTTP Gateway for serving content to HTTP browsers\n",
"ascii": "ev9so7mlfqme0254s50oqiw1l",
"version": "v0.3.8",
"releaseLink": "releases/go-ipfs/v0.3.8",
"platforms": [
{
"id": "darwin",
"name": "Mac OSX Binary (.zip)",
"archs": [
{
"id": "amd64",
"name": "64 bit",
"link": "go-ipfs_v0.3.8_darwin-amd64.zip"
}
]
},
{
"id": "linux",
"name": "Linux Binary (.zip)",
"archs": [
{
"id": "386",
"name": "32 bit",
"link": "go-ipfs_v0.3.8_linux-386.zip"
},
{
"id": "amd64",
"name": "64 bit",
"link": "go-ipfs_v0.3.8_linux-amd64.zip"
},
{
"id": "arm",
"name": "ARM",
"link": "go-ipfs_v0.3.8_linux-arm.zip"
}
]
},
{
"id": "freebsd",
"name": "FreeBSD Binary (.zip)",
"archs": [
{
"id": "amd64",
"name": "64 bit",
"link": "go-ipfs_v0.3.8_freebsd-amd64.zip"
}
]
},
{
"id": "src",
"name": "Source Code (.zip)",
"icon": "archive",
"archs": [
{
"name": "src",
"link": "go-ipfs_v0.3.8_src.zip"
}
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment