aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominik Picheta <dominikpicheta@googlemail.com>2017-07-26 23:22:05 +0100
committerGitHub <noreply@github.com>2017-07-26 23:22:05 +0100
commit4df0ce39211ebbf87f4108d2175f4d8c5d844a55 (patch)
treea6822b1ebc132cb29cac4819d1554b97961518a1
parentdddfd105ef62761bc55c757b58d5ab59045ffcd8 (diff)
parent41617665554bef7c6c94e23b51173b2ff62a8b99 (diff)
downloadpackages-4df0ce39211ebbf87f4108d2175f4d8c5d844a55.tar.gz
packages-4df0ce39211ebbf87f4108d2175f4d8c5d844a55.zip
Merge pull request #546 from PMunch/master
Added three new packages
-rw-r--r--packages.json37
1 files changed, 37 insertions, 0 deletions
diff --git a/packages.json b/packages.json
index 09117d6..4a15d31 100644
--- a/packages.json
+++ b/packages.json
@@ -896,6 +896,43 @@
"web": "https://github.com/PMunch/nimcr"
},
{
+ "name": "gtkgenui",
+ "url": "https://github.com/PMunch/gtkgenui",
+ "method": "git",
+ "tags": [
+ "gtk2",
+ "utility"
+ ],
+ "description": "This module provides the genui macro for the Gtk2 toolkit. Genui is a way to specify graphical interfaces in a hierarchical way to more clearly show the structure of the interface as well as simplifying the code.",
+ "license": "MIT",
+ "web": "https://github.com/PMunch/gtkgenui"
+ },
+ {
+ "name": "persvector",
+ "url": "https://github.com/PMunch/nim-persistent-vector",
+ "method": "git",
+ "tags": [
+ "datastructures",
+ "immutable",
+ "persistent"
+ ],
+ "description": "This is an implementation of Clojures persistent vectors in Nim.",
+ "license": "MIT",
+ "web": "https://github.com/PMunch/nim-persistent-vector"
+ },
+ {
+ "name": "pcap",
+ "url": "https://github.com/PMunch/nim-pcap",
+ "method": "git",
+ "tags": [
+ "pcap",
+ "fileformats"
+ ],
+ "description": "Tiny pure Nim library to read PCAP files used by TcpDump/WinDump/Wireshark.",
+ "license": "MIT",
+ "web": "https://github.com/PMunch/nim-pcap"
+ },
+ {
"name": "sdl2_nim",
"url": "https://github.com/Vladar4/sdl2_nim",
"method": "git",