This commit is contained in:
Antonis Geralis 2021-07-06 19:08:25 +03:00 committed by GitHub
parent ef1e0b18ea
commit 01fc1c8d9a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15729,6 +15729,36 @@
"description": "Thin interface for libFuzzer, an in-process, coverage-guided, evolutionary fuzzing engine.", "description": "Thin interface for libFuzzer, an in-process, coverage-guided, evolutionary fuzzing engine.",
"license": "MIT", "license": "MIT",
"web": "https://github.com/planetis-m/libfuzzer" "web": "https://github.com/planetis-m/libfuzzer"
},
{
"name": "sums",
"url": "https://github.com/planetis-m/sums",
"method": "git",
"tags": [
"summation",
"errors",
"floating point",
"rounding",
"numerical methods",
"number",
"math"
],
"description": "Accurate summation functions",
"license": "MIT",
"web": "https://github.com/planetis-m/sums"
},
{
"name": "sparseset",
"url": "https://github.com/planetis-m/sparseset",
"method": "git",
"tags": [
"sparseset",
"library",
"datastructures"
],
"description": "Sparsets for Nim",
"license": "MIT",
"web": "https://github.com/planetis-m/sparseset"
}, },
{ {
"name": "golden", "name": "golden",
@ -21146,19 +21176,6 @@
"license": "MIT", "license": "MIT",
"web": "https://github.com/iffy/changer" "web": "https://github.com/iffy/changer"
}, },
{
"name": "sparseset",
"url": "https://github.com/planetis-m/sparseset",
"method": "git",
"tags": [
"sparseset",
"library",
"datastructures"
],
"description": "Sparsets for Nim",
"license": "MIT",
"web": "https://github.com/planetis-m/sparseset"
},
{ {
"name": "bitstreams", "name": "bitstreams",
"url": "https://github.com/sealmove/bitstreams", "url": "https://github.com/sealmove/bitstreams",