diff options
| author | Dominik Picheta <dominikpicheta@googlemail.com> | 2017-11-25 00:31:32 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-11-25 00:31:32 +0000 |
| commit | 101c44b4e5c299b00861ebf868eb1eb863c1ab23 (patch) | |
| tree | c79f6307a47b697075fb44fe4ffd7693243a38f4 | |
| parent | 91b23b8138dcb79767f15c3618bfd36a007a2ff9 (diff) | |
| parent | 5f7bfac3b8cd3dc46a206778e53432db206f4cac (diff) | |
| download | packages-101c44b4e5c299b00861ebf868eb1eb863c1ab23.tar.gz packages-101c44b4e5c299b00861ebf868eb1eb863c1ab23.zip | |
Merge pull request #622 from brentp/lapper
add lapper
| -rw-r--r-- | packages.json | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/packages.json b/packages.json index b9b9d81..d008408 100644 --- a/packages.json +++ b/packages.json @@ -7302,6 +7302,17 @@ "web": "https://github.com/brentp/kexpr-nim" }, { + "name": "lapper", + "url": "https://github.com/brentp/nim-lapper", + "method": "git", + "tags": [ + "interval" + ], + "description": "fast interval overlaps", + "license": "MIT", + "web": "https://github.com/brentp/nim-lapper" + }, + { "name": "gplay", "url": "https://github.com/yglukhov/gplay", "method": "git", |
