add package 'sorta' (#1236)

This commit is contained in:
Miran 2019-11-04 09:04:59 +01:00 committed by GitHub
parent 78369a1303
commit bdf9f0b1f9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9364,7 +9364,24 @@
],
"description": "Itertools for Nim",
"license": "MIT",
"web": "https://github.com/narimiran/itertools"
"web": "https://narimiran.github.io/itertools/"
},
{
"name": "sorta",
"url": "https://github.com/narimiran/sorta",
"method": "git",
"tags": [
"sort",
"sorted",
"table",
"sorted-table",
"b-tree",
"btree",
"ordered"
],
"description": "Sorted Tables for Nim, based on B-Trees",
"license": "MIT",
"web": "https://narimiran.github.io/sorta/"
},
{
"name": "typelists",