From a2c8487c36ce987033a8e757391d9d9e0e4419b7 Mon Sep 17 00:00:00 2001 From: Peter Munch-Ellingsen Date: Sun, 20 May 2018 12:36:55 +0200 Subject: [PATCH] Add strslice package --- packages.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/packages.json b/packages.json index 75b9eb3..6749928 100644 --- a/packages.json +++ b/packages.json @@ -1065,6 +1065,19 @@ "license": "MIT", "web": "https://github.com/PMunch/protobuf-nim" }, + { + "name": "strslice", + "url": "https://github.com/PMunch/strslice", + "method": "git", + "tags": [ + "optimization", + "strings", + "library" + ], + "description": "Simple implementation of string slices with some of the strutils ported or wrapped to work on them. String slices offer a performance enhancement when working with large amounts of slices from one base string", + "license": "MIT", + "web": "https://github.com/PMunch/strslice" + }, { "name": "sdl2_nim", "url": "https://github.com/Vladar4/sdl2_nim",