aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominik Picheta <dominikpicheta@googlemail.com>2016-04-12 19:05:41 +0100
committerDominik Picheta <dominikpicheta@googlemail.com>2016-04-12 19:05:41 +0100
commit1fb2c56352f4e83f641a183defd9fc3666262344 (patch)
tree01140d21cdfd169fcd67950db026491575720d5f
parent00cbcbe6ba7519768cacac506f4e810e8686d0c4 (diff)
parent6f2a00f07be37124c3ba374915ac71623ef33ffb (diff)
downloadpackages-1fb2c56352f4e83f641a183defd9fc3666262344.tar.gz
packages-1fb2c56352f4e83f641a183defd9fc3666262344.zip
Merge pull request #342 from euantorano/add-pledge1649
Add package pledge
-rw-r--r--packages.json12
1 files changed, 12 insertions, 0 deletions
diff --git a/packages.json b/packages.json
index 3e07884..3543124 100644
--- a/packages.json
+++ b/packages.json
@@ -4547,5 +4547,17 @@
"description": "json de/serializer for tuples and more",
"license": "MIT",
"web": "https://github.com/niv/jser.nim"
+ },
+ {
+ "name": "pledge",
+ "url": "https://github.com/euantorano/pledge.nim",
+ "method": "git",
+ "tags": [
+ "pledge",
+ "openbsd"
+ ],
+ "description": "OpenBSDs pledge(2) for Nim.",
+ "license": "BSD",
+ "web": "https://github.com/euantorano/pledge.nim"
}
]