blob: adbd01fcf30c32939f75e6a03fc3f288e2ececb0 [file] [log] [blame]
{
"name": "libbase58",
"version": "0.1.4",
"summary": "C library for Bitcoin's base58 encoding",
"description": "libbase58 is a C library for Bitcoin's base58 encoding. base58 is a modified\nversion of base64 that avoids both non-alphanumeric characters and\nletters which might look ambiguous when printed\". The particular scheme\nused in this library omits the following characters: numeral zero, capital i,\ncapital o, lowercase l and the signs '+' and '/'.",
"homepage": "https://github.com/luke-jr/libbase58",
"license": {
"type": "MIT",
"file": "COPYING"
},
"authors": {
"Luke Dashjr": "luke+github_public@dashjr.org"
},
"source": {
"git": "https://github.com/luke-jr/libbase58.git",
"tag": "v0.1.4"
},
"platforms": {
"ios": "",
"osx": "",
"watchos": "",
"tvos": ""
},
"source_files": [
"base58.c",
"libbase58.h"
],
"public_header_files": "libbase58.h",
"exclude_files": "clitool.c"
}