mirror of
https://github.com/logos-messaging/packages.git
synced 2026-01-09 01:23:06 +00:00
Add package integers (#2429)
This commit is contained in:
parent
21e1f851d6
commit
28afe3a09a
@ -28196,5 +28196,24 @@
|
|||||||
"description": "Tiny Regex Engine for Nim",
|
"description": "Tiny Regex Engine for Nim",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"web": "https://github.com/khchen/tinyre"
|
"web": "https://github.com/khchen/tinyre"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "integers",
|
||||||
|
"url": "https://github.com/fsh/integers",
|
||||||
|
"method": "git",
|
||||||
|
"tags": [
|
||||||
|
"library",
|
||||||
|
"wrapper",
|
||||||
|
"GMP",
|
||||||
|
"integers",
|
||||||
|
"bigint",
|
||||||
|
"numbers",
|
||||||
|
"number-theory",
|
||||||
|
"math"
|
||||||
|
],
|
||||||
|
"description": "Ergonomic arbitrary precision integers wrapping GMP",
|
||||||
|
"license": "MIT",
|
||||||
|
"web": "https://github.com/fsh/integers",
|
||||||
|
"doc": "https://fsh.github.io/integers/integers.html"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user