diff options
| author | Andrea Ferretti <ferrettiandrea@gmail.com> | 2017-03-31 18:39:27 +0200 |
|---|---|---|
| committer | Andrea Ferretti <ferrettiandrea@gmail.com> | 2017-03-31 18:39:27 +0200 |
| commit | 59aaf6879e34778194f759f066e9f1cc3bcb3eda (patch) | |
| tree | cb33dc53d58c9b1fd9227187d81a7409d19cac06 | |
| parent | dd9e9fd06f5daf1d8f321e028135002b4c9b9f2d (diff) | |
| download | packages-59aaf6879e34778194f759f066e9f1cc3bcb3eda.tar.gz packages-59aaf6879e34778194f759f066e9f1cc3bcb3eda.zip | |
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..2f4c2af 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", + "succint 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/" } ] |
