diff options
| author | Euan Torano <euantorano@gmail.com> | 2016-04-12 17:49:34 +0100 |
|---|---|---|
| committer | Euan Torano <euantorano@gmail.com> | 2016-04-12 17:49:34 +0100 |
| commit | 6f2a00f07be37124c3ba374915ac71623ef33ffb (patch) | |
| tree | 01140d21cdfd169fcd67950db026491575720d5f | |
| parent | 00cbcbe6ba7519768cacac506f4e810e8686d0c4 (diff) | |
| download | packages-6f2a00f07be37124c3ba374915ac71623ef33ffb.tar.gz packages-6f2a00f07be37124c3ba374915ac71623ef33ffb.zip | |
Added package pledge
| -rw-r--r-- | packages.json | 12 |
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" } ] |
