mirror of
https://github.com/logos-messaging/packages.git
synced 2026-02-17 06:53:34 +00:00
add sums (#1963)
This commit is contained in:
parent
ef1e0b18ea
commit
01fc1c8d9a
@ -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",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user