diff --git a/packages.json b/packages.json index e2bf200..30756e8 100644 --- a/packages.json +++ b/packages.json @@ -31116,5 +31116,18 @@ "description": "A library to quickly generate functions converting instances of type A to B", "license": "MIT", "web": "https://github.com/PhilippMDoerner/mapster" + }, + { + "name": "namenumbersort", + "url": "https://github.com/amaank404/namenumbersort", + "method": "git", + "tags": [ + "sorting", + "hybrid", + "cmp" + ], + "description": "Provides a system.cmp like function that can be used with std/algorithm.sort to smartly sort string sequences based on their contents rather than exact match", + "license": "MIT", + "web": "https://github.com/amaank404/namenumbersort" } ]