Add package ipfshttpclient (#2241)

* Added package ipfshttpclient
This commit is contained in:
flywind 2022-05-24 00:28:14 +08:00 committed by GitHub
parent c15bede145
commit 3033e378e1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -26280,8 +26280,24 @@
"name": "capstone",
"url": "https://github.com/hdbg/capstone-nim",
"method": "git",
"tags": ["wrapper", "disasm"],
"description":"Capstone3 high-level wrapper",
"tags": [
"wrapper",
"disasm"
],
"description": "Capstone3 high-level wrapper",
"license": "MIT"
},
{
"name": "ipfshttpclient",
"url": "https://github.com/xflywind/ipfshttpclient",
"method": "git",
"tags": [
"ipfs",
"http",
"api"
],
"description": "ipfs http client",
"license": "Apache-2.0",
"web": "https://github.com/xflywind/ipfshttpclient"
}
]