From 5e6dacea2fec8c591f4f93ecf29ac25d66d6790f Mon Sep 17 00:00:00 2001 From: Eric Berquist Date: Mon, 8 Feb 2021 13:32:06 -0500 Subject: [PATCH] Added package bisect (#1752) --- packages.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/packages.json b/packages.json index 3b4f77e..bdcf9d7 100644 --- a/packages.json +++ b/packages.json @@ -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",