diff options
| author | Jack VanDrunen <jack@fallingduck.net> | 2015-06-17 20:44:09 -0400 |
|---|---|---|
| committer | Jack VanDrunen <jack@fallingduck.net> | 2015-06-17 20:44:09 -0400 |
| commit | b875627da31534a4b08a4be02bce939c59bf608e (patch) | |
| tree | 7cac436c0c51536cae83bb14c50f3e1b95247b9a /packages.json | |
| parent | 6ad54ed9db37307e4987668863ab4dad2a7ec816 (diff) | |
| download | packages-b875627da31534a4b08a4be02bce939c59bf608e.tar.gz packages-b875627da31534a4b08a4be02bce939c59bf608e.zip | |
Add options
Diffstat (limited to 'packages.json')
| -rw-r--r-- | packages.json | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/packages.json b/packages.json index fc1ec99..5b7a8d4 100644 --- a/packages.json +++ b/packages.json @@ -1713,5 +1713,14 @@ "description": "Library for converting sequences to strings. Also has PHP-inspired explode and implode procs.", "license": "ISC", "web": "https://github.com/fallingduck/sequester" + }, + { + "name": "options", + "url": "https://github.com/fallingduck/options-nim", + "method": "git", + "tags": ["library", "option", "optionals", "maybe"], + "description": "Temporary package to fix broken code in 0.11.2 stable.", + "license": "MIT", + "web": "https://github.com/fallingduck/options-nim" } ] |
