slackbuilds_ponce/network/go-ipfs/slack-desc
Marcin Szychowski c642db8db6
network/go-ipfs: Added (InterPlanetary File System).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2019-01-05 07:49:22 +07:00

19 lines
1.1 KiB
Text

# HOW TO EDIT THIS FILE:
# The "handy ruler" below makes it easier to edit a package description.
# Line up the first '|' above the ':' following the base package name, and
# the '|' on the right side marks the last column you can put a character in.
# You must make exactly 11 lines for the formatting to be correct. It's also
# customary to leave one space after the ':' except on otherwise blank lines.
|-----handy-ruler------------------------------------------------------|
go-ipfs: go-ipfs (InterPlanetary File System)
go-ipfs:
go-ipfs: IPFS is a peer-to-peer hypermedia protocol to make the web faster,
go-ipfs: safer, and more open. It combines ideas from Git, BitTorrent, SFS,
go-ipfs: Kademlia, and more in order to build a p2p network that allow anybody
go-ipfs: to publish immutable objects. Find out more at https://ipfs.io/
go-ipfs:
go-ipfs: go-ipfs is the reference implementation of IPFS and includes: core,
go-ipfs: daemon server, command line tooling, HTTP API for node controlling,
go-ipfs: HTTP gateway for serving content to HTTP browsers. IPNS aliases can
go-ipfs: be created with ipfs command, too.