Add package bingod (#1734)

This commit is contained in:
Antonis Geralis 2020-12-04 00:51:15 +02:00 committed by GitHub
parent b4a078e6c0
commit 9bf37df589
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15375,10 +15375,24 @@
"serialize", "serialize",
"deserialize" "deserialize"
], ],
"description": "JSON serialization library", "description": "JSON serialization framework",
"license": "MIT", "license": "MIT",
"web": "https://github.com/planetis-m/eminim" "web": "https://github.com/planetis-m/eminim"
}, },
{
"name": "bingod",
"url": "https://github.com/planetis-m/bingod",
"method": "git",
"tags": [
"binary",
"marshal",
"serialize",
"deserialize"
],
"description": "Binary serialization framework",
"license": "MIT",
"web": "https://github.com/planetis-m/bingod"
},
{ {
"name": "gnuplotlib", "name": "gnuplotlib",
"url": "https://github.com/planetis-m/gnuplotlib", "url": "https://github.com/planetis-m/gnuplotlib",