aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominik Picheta <dominikpicheta@googlemail.com>2017-04-01 20:07:22 +0200
committerGitHub <noreply@github.com>2017-04-01 20:07:22 +0200
commit0b3ef8f7d0df6c5739949d6ca1a7539d84f5c13b (patch)
tree10212b4b67f5802eb4fd284b96c4dc7dd3949d18
parentdd9e9fd06f5daf1d8f321e028135002b4c9b9f2d (diff)
parent6e4db8e5c8cc88af46f18bb4568655e7b791dbab (diff)
downloadpackages-0b3ef8f7d0df6c5739949d6ca1a7539d84f5c13b.tar.gz
packages-0b3ef8f7d0df6c5739949d6ca1a7539d84f5c13b.zip
Merge pull request #490 from andreaferretti/master
Added cello
-rw-r--r--packages.json17
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/"
}
]