Add package integers (#2429)

This commit is contained in:
fsh 2022-12-16 17:42:59 +01:00 committed by GitHub
parent 21e1f851d6
commit 28afe3a09a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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"
}
]