mirror of
https://github.com/logos-messaging/packages.git
synced 2026-01-05 23:53:08 +00:00
commit
b8764eb7e7
@ -986,12 +986,12 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "gmp",
|
"name": "gmp",
|
||||||
"url": "git://github.com/cowboy-coders/nim-gmp",
|
"url": "https://github.com/FedeOmoto/nim-gmp",
|
||||||
"method": "git",
|
"method": "git",
|
||||||
"tags": ["library", "bignum", "numbers", "math"],
|
"tags": ["library", "bignum", "numbers", "math"],
|
||||||
"description": "wrapper for the GNU multiple precision arithmetic library (GMP)",
|
"description": "wrapper for the GNU multiple precision arithmetic library (GMP)",
|
||||||
"license": "LGPLv3 or GPLv2",
|
"license": "LGPLv3 or GPLv2",
|
||||||
"web": "https://github.com/cowboy-coders/nim-gmp"
|
"web": "https://github.com/FedeOmoto/nim-gmp"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "ludens",
|
"name": "ludens",
|
||||||
@ -1423,7 +1423,7 @@
|
|||||||
"tags": ["LLVM", "bindings", "wrapper"],
|
"tags": ["LLVM", "bindings", "wrapper"],
|
||||||
"description": "LLVM bindings for the Nim language.",
|
"description": "LLVM bindings for the Nim language.",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"web": "http://fedeomoto.github.io/llvm/"
|
"web": "https://github.com/FedeOmoto/llvm"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "nshout",
|
"name": "nshout",
|
||||||
@ -1632,5 +1632,14 @@
|
|||||||
"description": "Simple package for query HTML/XML elements using a CSS3 or jQuery-like selector syntax",
|
"description": "Simple package for query HTML/XML elements using a CSS3 or jQuery-like selector syntax",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"web": "https://github.com/rgv151/q.nim"
|
"web": "https://github.com/rgv151/q.nim"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "bignum",
|
||||||
|
"url": "https://github.com/FedeOmoto/bignum",
|
||||||
|
"method": "git",
|
||||||
|
"tags": ["bignum", "gmp", "wrapper"],
|
||||||
|
"description": "Wrapper around the GMP bindings for the Nim language.",
|
||||||
|
"license": "MIT",
|
||||||
|
"web": "https://github.com/FedeOmoto/bignum"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user