diff options
| author | Dominik Picheta <dominikpicheta@googlemail.com> | 2017-06-14 14:21:36 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-06-14 14:21:36 +0100 |
| commit | cfa4dec45ff4990be5460ebdb3b43acb1f1fa5d1 (patch) | |
| tree | ddb1e49ba6635c7405d20241dcb8f1fd7f19b8f0 | |
| parent | 633361daecbc3e0c231ea479ac1d290e850fe16c (diff) | |
| parent | 22719138fa1166ef11b278d0185189c0a0958e7c (diff) | |
| download | packages-cfa4dec45ff4990be5460ebdb3b43acb1f1fa5d1.tar.gz packages-cfa4dec45ff4990be5460ebdb3b43acb1f1fa5d1.zip | |
Merge pull request #519 from adelq/add-ulid1844
Added package ulid
| -rw-r--r-- | packages.json | 15 |
1 files changed, 15 insertions, 0 deletions
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" } ] |
