1
0
mirror of https://git.openwrt.org/feed/packages.git synced 2024-06-13 10:59:13 +02:00
Commit Graph

3 Commits

Author SHA1 Message Date
Rosen Penev
85e9ce346a
ipfs-http-client: fix compilation of tests
Wrong CMake variable was being used to enable them.

Small whitespace fix.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-04-25 16:54:13 -07:00
Rosen Penev
16fbea306a
ipfs-http-client: remove NIH Makefile
There's no reason for it. It breaks parallel building, does not link to
libatomic when necessary, and generates a larger binary for some reason.

The normal package has none of these problems.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-02-09 20:53:21 -08:00
Leonid Esman
c5c4f5f54b ipfs-http-client: initial commit
IPFS C++ HTTP API client library allows C++ applications to communicate with an IPFS node.
It implements IPFS API bindings for C++. Not all methods are implemented.
https://github.com/vasild/cpp-ipfs-http-client

Signed-off-by: Leonid Esman <leonid.esman@gmail.com>
2019-12-26 12:54:18 +03:00