mirror of
https://github.com/logos-messaging/packages.git
synced 2026-01-02 14:13:05 +00:00
Add bigints and iterutils
This commit is contained in:
parent
2d744a96ef
commit
3a0fac87e3
@ -795,5 +795,23 @@
|
||||
"description": "A wrapper of libsndfile",
|
||||
"license": "MIT",
|
||||
"web": "https://github.com/julienaubert/nim-sndfile"
|
||||
},
|
||||
{
|
||||
"name": "bigints",
|
||||
"url": "git://github.com/def-/bigints",
|
||||
"method": "git",
|
||||
"tags": ["math", "library", "numbers"],
|
||||
"description": "Arbitrary-precision integers",
|
||||
"license": "MIT",
|
||||
"web": "https://github.com/def-/bigints"
|
||||
},
|
||||
{
|
||||
"name": "iterutils",
|
||||
"url": "git://github.com/def-/iterutils",
|
||||
"method": "git",
|
||||
"tags": ["library", "iterators"],
|
||||
"description": "Functional operations for iterators and slices, similar to sequtils",
|
||||
"license": "MIT",
|
||||
"web": "https://github.com/def-/iterutils"
|
||||
}
|
||||
]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user