aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominik Picheta <dominikpicheta@googlemail.com>2017-07-20 22:28:15 +0100
committerGitHub <noreply@github.com>2017-07-20 22:28:15 +0100
commit337265c4110fc44b5b206ae0580d3f02263feeff (patch)
tree4e148b8259c058e8787945af4d2e8d099e02f775
parent18739fc8fed2a46fbea4b9c08bb8cd6d825850c4 (diff)
parent124c2e503f2f4895cec90b5b188f2deed0894b73 (diff)
downloadpackages-337265c4110fc44b5b206ae0580d3f02263feeff.tar.gz
packages-337265c4110fc44b5b206ae0580d3f02263feeff.zip
Merge branch 'master' into add-gintro0854
-rw-r--r--packages.json50
1 files changed, 49 insertions, 1 deletions
diff --git a/packages.json b/packages.json
index a775d9d..421c32f 100644
--- a/packages.json
+++ b/packages.json
@@ -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"
}
]