From 78369a1303007c7afa4e39b1b9b5e071d26696ac Mon Sep 17 00:00:00 2001 From: jiro Date: Sat, 2 Nov 2019 15:46:36 +0900 Subject: [PATCH] Added package maze (#1234) --- packages.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/packages.json b/packages.json index e32682b..065adcd 100644 --- a/packages.json +++ b/packages.json @@ -15079,5 +15079,19 @@ "description": "Arch Linux Pacman Optimizer", "license": "MIT", "web": "https://github.com/juancarlospaco/nim-chonker" + }, + { + "name": "maze", + "url": "https://github.com/jiro4989/maze", + "method": "git", + "tags": [ + "maze", + "cli", + "library", + "algorithm" + ], + "description": "A command and library to generate mazes", + "license": "MIT", + "web": "https://github.com/jiro4989/maze" } ]