diff options
| author | jiro <jiroron666@gmail.com> | 2019-05-30 18:21:49 +0900 |
|---|---|---|
| committer | Miran <narimiran@disroot.org> | 2019-05-30 11:21:49 +0200 |
| commit | bab0824db60aa1a78e70f5d46e13ff046c620770 (patch) | |
| tree | 6d9a83ab2ed98c288564dc3fe67b557ca9b056d4 | |
| parent | bd42c248d6dfbf7eae513a6b0a6af7b4720422b6 (diff) | |
| download | packages-bab0824db60aa1a78e70f5d46e13ff046c620770.tar.gz packages-bab0824db60aa1a78e70f5d46e13ff046c620770.zip | |
Added package alignment (#1084)
| -rw-r--r-- | packages.json | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/packages.json b/packages.json index 08386b6..a34419f 100644 --- a/packages.json +++ b/packages.json @@ -13381,5 +13381,20 @@ "description": "terminal tables", "license": "BSD-3-Clause", "web": "https://github.com/xmonader/nim-terminaltables" + }, + { + "name": "alignment", + "url": "https://github.com/jiro4989/alignment", + "method": "git", + "tags": [ + "library", + "text", + "align", + "string", + "strutils" + ], + "description": "alignment is a library to align strings.", + "license": "MIT", + "web": "https://github.com/jiro4989/alignment" } ] |
