aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominik Picheta <dominikpicheta@googlemail.com>2016-04-28 11:57:36 +0100
committerDominik Picheta <dominikpicheta@googlemail.com>2016-04-28 11:57:36 +0100
commit0fe193f7fcf94008427a51dce73af9ef9196da67 (patch)
tree0f6d422812be1cafb480716cd39f51361e6c269c
parent187da81853511876d03469281cf4cd77d4963cc1 (diff)
parente04e05a13aeea8822983da65b4582d8c3102c7f8 (diff)
downloadpackages-0fe193f7fcf94008427a51dce73af9ef9196da67.tar.gz
packages-0fe193f7fcf94008427a51dce73af9ef9196da67.zip
Merge pull request #348 from greencardamom/master
Nim for awk programmers
-rw-r--r--packages.json11
1 files changed, 11 insertions, 0 deletions
diff --git a/packages.json b/packages.json
index 77e8c9a..3355b37 100644
--- a/packages.json
+++ b/packages.json
@@ -4623,5 +4623,16 @@
"description": "Bindings for the Music Player Daemon C client library",
"license": "BSD",
"web": "https://github.com/lompik/libmpdclient.nim"
+ },
+ {
+ "name": "awk",
+ "url": "https://github.com/greencardamom/awk",
+ "method": "git",
+ "tags": [
+ "awk"
+ ],
+ "description": "Nim for awk programmers",
+ "license": "MIT",
+ "web": "https://github.com/greencardamom/awk"
}
]