diff options
| author | Dominik Picheta <dominikpicheta@googlemail.com> | 2015-06-18 10:32:34 +0100 |
|---|---|---|
| committer | Dominik Picheta <dominikpicheta@googlemail.com> | 2015-06-18 10:32:34 +0100 |
| commit | 76c9138c0931507a61cb03ee226a04f6dbe0319d (patch) | |
| tree | 7cac436c0c51536cae83bb14c50f3e1b95247b9a | |
| parent | 6ad54ed9db37307e4987668863ab4dad2a7ec816 (diff) | |
| parent | b875627da31534a4b08a4be02bce939c59bf608e (diff) | |
| download | packages-76c9138c0931507a61cb03ee226a04f6dbe0319d.tar.gz packages-76c9138c0931507a61cb03ee226a04f6dbe0319d.zip | |
Merge pull request #193 from fallingduck/master
Add options
| -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" } ] |
