Add (guix ipfs).
authorLudovic Courtès <ludo@gnu.org>
Fri, 28 Dec 2018 00:07:58 +0000 (01:07 +0100)
committerLudovic Courtès <ludo@gnu.org>
Mon, 12 Apr 2021 16:42:22 +0000 (18:42 +0200)
commitb18f45c21f5d697d384a7bd5c9d3ee314bba9e35
treeb9db10db65e6015461f44439c36659f6f7f61b99
parent2978832b9264b89325605fe2525bc3992d753135
Add (guix ipfs).

This module allows for communicating with the IPFS
gateway over the HTTP interface.  The commit has been
cherry-picked from <https://issues.guix.gnu.org/33899>.

The procedures for adding and restoring file trees have
been removed as according to a reply issue 33899, a different
format will be used.  The procedure 'add-data' has been
exported as it will be used in the system test for IPFS.

* guix/ipfs.scm: New file.
* Makefile.am (MODULES): Add it.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Makefile.am
guix/ipfs.scm [new file with mode: 0644]
tests/ipfs.scm [new file with mode: 0644]