From c559d1972f28cb81701514420ce6777c91ce2ba2 Mon Sep 17 00:00:00 2001 From: Bung Date: Tue, 2 Jun 2020 14:51:21 +0800 Subject: [PATCH] Added package tim_sort (#1501) --- packages.json | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/packages.json b/packages.json index d2fb644..1810697 100644 --- a/packages.json +++ b/packages.json @@ -18124,7 +18124,7 @@ "name": "webrtcvad", "url": "https://gitlab.com/eagledot/nim-webrtcvad", "method": "git", - "tags":[ + "tags": [ "wrapper", "vad", "voice", @@ -18160,5 +18160,18 @@ "description": "Tales of Maj'Eyal addon manager", "license": "MIT", "web": "https://github.com/SolitudeSF/tam" + }, + { + "name": "tim_sort", + "url": "https://github.com/bung87/tim_sort", + "method": "git", + "tags": [ + "tim", + "sort", + "algorithm" + ], + "description": "A new awesome nimble package", + "license": "MIT", + "web": "https://github.com/bung87/tim_sort" } ]