Add package integers (#2429)

This commit is contained in:
fsh
2022-12-17 00:42:59 +08:00
committed by GitHub
parent 21e1f851d6
commit 28afe3a09a
+19
View File
@@ -28196,5 +28196,24 @@
"description": "Tiny Regex Engine for Nim",
"license": "MIT",
"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"
}
]