From a7cacbfd2c3321857ea986f191735d6d98081adf Mon Sep 17 00:00:00 2001 From: Ganesh Viswanathan Date: Fri, 20 Apr 2018 23:07:17 -0500 Subject: [PATCH] Added package tissue --- packages.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/packages.json b/packages.json index f9fba8e..c310557 100644 --- a/packages.json +++ b/packages.json @@ -8973,5 +8973,20 @@ "description": "a general ast pattern matching library with a focus on correctness and good error messages", "license": "MIT", "web": "https://github.com/krux02/ast-pattern-matching" + }, + { + "name": "tissue", + "url": "https://github.com/genotrance/tissue", + "method": "git", + "tags": [ + "github", + "issue", + "debug", + "test", + "testament" + ], + "description": "Test failing snippets from Nim's issues", + "license": "MIT", + "web": "https://github.com/genotrance/tissue" } ]