From 59aaf6879e34778194f759f066e9f1cc3bcb3eda Mon Sep 17 00:00:00 2001 From: Andrea Ferretti Date: Fri, 31 Mar 2017 18:39:27 +0200 Subject: [PATCH 1/2] 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/" } ] From 6e4db8e5c8cc88af46f18bb4568655e7b791dbab Mon Sep 17 00:00:00 2001 From: Andrea Ferretti Date: Sat, 1 Apr 2017 20:03:49 +0200 Subject: [PATCH 2/2] Single word tags --- packages.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/packages.json b/packages.json index 2f4c2af..42a0159 100644 --- a/packages.json +++ b/packages.json @@ -6169,12 +6169,12 @@ "method": "git", "tags": [ "string", - "succint data structure", + "succinct-data-structure", "rank", "select", "Burrows-Wheeler", - "FM index", - "wavelet tree" + "FM-index", + "wavelet-tree" ], "description": "String algorithms with succinct data structures", "license": "Apache2",