diff options
| author | Matceporial <36767692+Matceporial@users.noreply.github.com> | 2018-12-01 19:42:29 +0300 |
|---|---|---|
| committer | Miran <narimiran@disroot.org> | 2018-12-01 17:42:29 +0100 |
| commit | 123992332eb4084673018fc2ee439551d5a949d7 (patch) | |
| tree | b4ca63ee53ab16b4982eaf0d10fa568a65544239 | |
| parent | 6df91b7c2a7ff24afdf3264ed81b45ccee224d98 (diff) | |
| download | packages-123992332eb4084673018fc2ee439551d5a949d7.tar.gz packages-123992332eb4084673018fc2ee439551d5a949d7.zip | |
add urand and timespec_get (#950)
| -rw-r--r-- | packages.json | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/packages.json b/packages.json index 374eadf..1186987 100644 --- a/packages.json +++ b/packages.json @@ -11709,6 +11709,31 @@ "web": "https://github.com/juancarlospaco/nim-gatabase" }, { + "name": "timespec_get", + "url": "https://github.com/Matceporial/nim-timespec_get", + "method": "git", + "tags": [ + "time", + "timespec_get" + ], + "description": "Nanosecond-percision time using timespec_get", + "license": "0BSD", + "web": "https://github.com/Matceporial/nim-timespec_get" + }, + { + "name": "urand", + "url": "https://github.com/Matceporial/nim-urand", + "method": "git", + "tags": [ + "random", + "urandom", + "crypto" + ], + "description": "Simple method of obtaining secure random numbers from the OS", + "license": "MIT", + "web": "https://github.com/Matceporial/nim-urand" + }, + { "name": "awslambda", "url": "https://github.com/lambci/awslambda.nim", "method": "git", |
