From 7e3a19f152a27eec71efe7d77d6d8f202e109f56 Mon Sep 17 00:00:00 2001 From: An Long Date: Mon, 31 Aug 2020 22:50:24 +0800 Subject: [PATCH] Added package simpleflake (#1629) --- packages.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/packages.json b/packages.json index 922f89d..fec2bce 100644 --- a/packages.json +++ b/packages.json @@ -19412,5 +19412,19 @@ "description": "Various Layonara related functions for NWN Development", "license": "MIT", "web": "https://github.com/plenarius/layonara_nwn" + }, + { + "name": "simpleflake", + "url": "https://github.com/aisk/simpleflake.nim", + "method": "git", + "tags": [ + "simpleflake", + "id", + "id-generator", + "library" + ], + "description": "Simpleflake for nim", + "license": "MIT", + "web": "https://github.com/aisk/simpleflake.nim" } ]