diff options
| author | Dominik Picheta <dominikpicheta@googlemail.com> | 2017-03-28 18:47:08 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-03-28 18:47:08 +0200 |
| commit | 5bf8a952a1e9100eb98b9b24b08ef3c6742e0de6 (patch) | |
| tree | 9bd9eb5e4365a1ec877591f3e72250ab680a94fd /packages.json | |
| parent | 8d253070afcc9ccf5f1ba4dff0a07b0f81af1c8a (diff) | |
| parent | a9aa823eb3fc772118f3f8fedb813f9d87f382d7 (diff) | |
| download | packages-5bf8a952a1e9100eb98b9b24b08ef3c6742e0de6.tar.gz packages-5bf8a952a1e9100eb98b9b24b08ef3c6742e0de6.zip | |
Merge branch 'master' into master
Diffstat (limited to 'packages.json')
| -rw-r--r-- | packages.json | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/packages.json b/packages.json index a3f566d..445fac8 100644 --- a/packages.json +++ b/packages.json @@ -6136,5 +6136,31 @@ "description": "Low level wrapper for the fontconfig library.", "license": "Fontconfig License", "web": "https://github.com/Parashurama/fontconfig" + }, + { + "name": "sysrandom", + "url": "https://github.com/euantorano/sysrandom.nim", + "method": "git", + "tags": [ + "random", + "RNG", + "PRNG" + ], + "description": "A simple library to generate random data, using the system's PRNG.", + "license": "BSD3", + "web": "https://github.com/euantorano/sysrandom.nim" + }, + { + "name": "colorize", + "url": "https://github.com/molnarmark/colorize", + "method": "git", + "tags": [ + "color", + "colors", + "colorize" + ], + "description": "A simple and lightweight terminal coloring library.", + "license": "MIT", + "web": "https://github.com/molnarmark/colorize" } ] |
