diff options
| author | Dominik Picheta <dominikpicheta@googlemail.com> | 2017-04-01 20:07:22 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-04-01 20:07:22 +0200 |
| commit | 0b3ef8f7d0df6c5739949d6ca1a7539d84f5c13b (patch) | |
| tree | 10212b4b67f5802eb4fd284b96c4dc7dd3949d18 | |
| parent | dd9e9fd06f5daf1d8f321e028135002b4c9b9f2d (diff) | |
| parent | 6e4db8e5c8cc88af46f18bb4568655e7b791dbab (diff) | |
| download | packages-0b3ef8f7d0df6c5739949d6ca1a7539d84f5c13b.tar.gz packages-0b3ef8f7d0df6c5739949d6ca1a7539d84f5c13b.zip | |
Merge pull request #490 from andreaferretti/master
Added cello
| -rw-r--r-- | packages.json | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/packages.json b/packages.json index 445fac8..42a0159 100644 --- a/packages.json +++ b/packages.json @@ -6162,5 +6162,22 @@ "description": "A simple and lightweight terminal coloring library.", "license": "MIT", "web": "https://github.com/molnarmark/colorize" + }, + { + "name": "cello", + "url": "https://github.com/unicredit/cello", + "method": "git", + "tags": [ + "string", + "succinct-data-structure", + "rank", + "select", + "Burrows-Wheeler", + "FM-index", + "wavelet-tree" + ], + "description": "String algorithms with succinct data structures", + "license": "Apache2", + "web": "https://unicredit.github.io/cello/" } ] |
