aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominik Picheta <dominikpicheta@googlemail.com>2015-06-13 20:53:52 +0100
committerDominik Picheta <dominikpicheta@googlemail.com>2015-06-13 20:53:52 +0100
commitfcc2e40ba0773f7105ab9757d622effcd190a674 (patch)
treeed56d77ba21ee20aba47806077ed0ef065bb24d0
parent48029ef53782b0ef2f733ee3e15a6660aa1b49ed (diff)
parenta72a30d3d3b91f83296e5c77e0bcb3cf417437eb (diff)
downloadpackages-fcc2e40ba0773f7105ab9757d622effcd190a674.tar.gz
packages-fcc2e40ba0773f7105ab9757d622effcd190a674.zip
Merge pull request #190 from apense/patch-4
Added nimfuzz
-rw-r--r--packages.json9
1 files changed, 9 insertions, 0 deletions
diff --git a/packages.json b/packages.json
index 30340a1..c956215 100644
--- a/packages.json
+++ b/packages.json
@@ -1686,5 +1686,14 @@
"description": "High level, asynchronous file API mimicking Python's file interface.",
"license": "ISC",
"web": "https://github.com/fallingduck/asyncpythonfile-nim"
+ },
+ {
+ "name": "nimfuzz",
+ "url": "https://github.com/apense/nimfuzz",
+ "method": "git",
+ "tags": ["fuzzing", "testing", "hacking", "security"],
+ "description": "Simple and compact fuzzing",
+ "license": "Apache License 2.0",
+ "web": "https://apense.github.io/nimfuzz"
}
]