From 59aaf6879e34778194f759f066e9f1cc3bcb3eda Mon Sep 17 00:00:00 2001 From: Andrea Ferretti Date: Fri, 31 Mar 2017 18:39:27 +0200 Subject: [PATCH] Added cello --- packages.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) 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/" } ]