diff options
| author | Dominik Picheta <dominikpicheta@googlemail.com> | 2018-05-22 00:31:40 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-05-22 00:31:40 +0100 |
| commit | 15a5529ab279c05d489cbb6fef8fdda29c1affc2 (patch) | |
| tree | 857225f2e9a70568a3e25f7b3ca14a682b685a31 | |
| parent | 5d308e93b47425c49ef84378a6698e49c9b8d84b (diff) | |
| parent | a2c8487c36ce987033a8e757391d9d9e0e4419b7 (diff) | |
| download | packages-15a5529ab279c05d489cbb6fef8fdda29c1affc2.tar.gz packages-15a5529ab279c05d489cbb6fef8fdda29c1affc2.zip | |
Merge pull request #744 from PMunch/master
Add strslice package
| -rw-r--r-- | packages.json | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/packages.json b/packages.json index 249e21b..4b48bbc 100644 --- a/packages.json +++ b/packages.json @@ -1066,6 +1066,19 @@ "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", "method": "git", |
