diff --git a/packages.json b/packages.json index 065adcd..7eed6a2 100644 --- a/packages.json +++ b/packages.json @@ -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",