aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--packages.json9
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"
}
]