This commit is contained in:
Antonis Geralis
2021-07-06 18:08:25 +02:00
committed by GitHub
parent ef1e0b18ea
commit 01fc1c8d9a
+30 -13
View File
@@ -15729,6 +15729,36 @@
"description": "Thin interface for libFuzzer, an in-process, coverage-guided, evolutionary fuzzing engine.",
"license": "MIT",
"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",
@@ -21146,19 +21176,6 @@
"license": "MIT",
"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",
"url": "https://github.com/sealmove/bitstreams",