diff options
| author | Ganesh Viswanathan <dev@genotrance.com> | 2018-04-20 23:07:17 -0500 |
|---|---|---|
| committer | Ganesh Viswanathan <dev@genotrance.com> | 2018-04-20 23:07:17 -0500 |
| commit | a7cacbfd2c3321857ea986f191735d6d98081adf (patch) | |
| tree | 09b79849e0a877f531b98fd7d45a81133e3cf048 | |
| parent | b13d3e616254af470f613b7c54944967cd8ea743 (diff) | |
| download | packages-a7cacbfd2c3321857ea986f191735d6d98081adf.tar.gz packages-a7cacbfd2c3321857ea986f191735d6d98081adf.zip | |
Added package tissue
| -rw-r--r-- | packages.json | 15 |
1 files changed, 15 insertions, 0 deletions
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" } ] |
