diff options
| author | Dominik Picheta <dominikpicheta@googlemail.com> | 2018-04-21 11:09:21 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-04-21 11:09:21 +0100 |
| commit | 296870271446a8e86e89d1d8c8bff570fb46a0e2 (patch) | |
| tree | 09b79849e0a877f531b98fd7d45a81133e3cf048 | |
| parent | b13d3e616254af470f613b7c54944967cd8ea743 (diff) | |
| parent | a7cacbfd2c3321857ea986f191735d6d98081adf (diff) | |
| download | packages-296870271446a8e86e89d1d8c8bff570fb46a0e2.tar.gz packages-296870271446a8e86e89d1d8c8bff570fb46a0e2.zip | |
Merge pull request #706 from genotrance/add-tissue0407
Add 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" } ] |
