From 22719138fa1166ef11b278d0185189c0a0958e7c Mon Sep 17 00:00:00 2001 From: Adel Qalieh Date: Tue, 13 Jun 2017 14:44:28 -0400 Subject: [PATCH] Added package ulid --- packages.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/packages.json b/packages.json index 6430604..2b2f68e 100644 --- a/packages.json +++ b/packages.json @@ -6497,5 +6497,20 @@ "description": "An efficient HTTP tool suite written in pure nim. Help you to write HTTP services or clients via TCP, UDP, or even Unix Domain socket, etc.", "license": "MIT", "web": "https://github.com/tulayang/httpkit" + }, + { + "name": "ulid", + "url": "https://github.com/adelq/ulid", + "method": "git", + "tags": [ + "library", + "id", + "ulid", + "uuid", + "guid" + ], + "description": "Universally Unique Lexicographically Sortable Identifier", + "license": "MIT", + "web": "https://github.com/adelq/ulid" } ]