blob: d038cb27f73137e26e24f785d8a8384dd747db32 [file] [log] [blame]
{
"name": "basE91",
"version": "0.6.0",
"summary": "basE91 is an advanced method for encoding binary data as ASCII characters.",
"description": " basE91 is an advanced method for encoding binary data as ASCII characters. \n It is similar to UUencode or base64, but is more efficient. The overhead \n produced by basE91 depends on the input data. It amounts at most to 23% \n (versus 33% for base64) and can range down to 14%, which typically occurs \n on 0-byte blocks. This makes basE91 very useful for transferring larger \n files over binary unsafe connections like e-mail or terminal lines.\n",
"homepage": "http://base91.sourceforge.net",
"license": {
"type": "BSD",
"file": "LICENSE"
},
"authors": "Joachim Henke",
"source": {
"http": "http://downloads.sourceforge.net/base91/base91-0.6.0.tar.gz"
},
"source_files": "base91.{c,h}",
"requires_arc": false
}