Added package bisect (#1752)

This commit is contained in:
Eric Berquist 2021-02-08 13:32:06 -05:00 committed by GitHub
parent 075c69d63b
commit 5e6dacea2f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -20969,6 +20969,20 @@
"license": "MIT",
"web": "https://github.com/gabbhack/deser_json"
},
{
"name": "bisect",
"url": "https://github.com/berquist/bisect",
"method": "git",
"tags": [
"bisect",
"search",
"sequences",
"arrays"
],
"description": "Bisection algorithms ported from Python",
"license": "MIT",
"web": "https://github.com/berquist/bisect"
},
{
"name": "nodejs",
"url": "https://github.com/juancarlospaco/nodestdlib",