Merge branch 'master' into add-gintro0854

This commit is contained in:
Dominik Picheta 2017-07-20 22:28:15 +01:00 committed by GitHub
commit 337265c411

View File

@ -6729,10 +6729,58 @@
"url": "https://github.com/stefansalewski/gintro",
"method": "git",
"tags": [
"yes"
"library",
"gtk",
"wrapper",
"gui"
],
"description": "High level GObject-Introspection based GTK3 bindings",
"license": "MIT",
"web": "https://github.com/stefansalewski/gintro"
},
{
"name": "arraymancer",
"url": "https://github.com/mratsim/Arraymancer",
"method": "git",
"tags": [
"vector",
"matrix",
"array",
"ndarray",
"multidimensional-array",
"linear-algebra",
"tensor"
],
"description": "A tensor (multidimensional array) library for Nim",
"license": "Apache License 2.0",
"web": "https://mratsim.github.io/Arraymancer/"
},
{
"name": "sha3",
"url": "https://bitbucket.org/mihailp/sha3/",
"method": "hg",
"tags": [
"crypto",
"cryptography",
"hash",
"security"
],
"description": "sha3 - cryptographic hash function",
"license": "CC0",
"web": "https://bitbucket.org/mihailp/sha3/"
},
{
"name": "coalesce",
"url": "https://github.com/piedar/coalesce",
"method": "git",
"tags": [
"nil",
"null",
"options",
"operator"
],
"description": "A nil coalescing operator ?? for Nim",
"license": "MIT",
"web": "https://github.com/piedar/coalesce"
}
]