diff options
| author | juancarlospaco <juancarlospaco@gmail.com> | 2018-09-18 09:47:24 -0300 |
|---|---|---|
| committer | juancarlospaco <juancarlospaco@gmail.com> | 2018-09-18 09:47:24 -0300 |
| commit | 7859be4c807e8e36ea66a144496187ac018b3740 (patch) | |
| tree | 319013d1a5fb46eca9803d4433715380c1752a4d | |
| parent | 0adf330f4bbeb2121cedceeb6133de4bd2819e97 (diff) | |
| download | packages-7859be4c807e8e36ea66a144496187ac018b3740.tar.gz packages-7859be4c807e8e36ea66a144496187ac018b3740.zip | |
Added package calibre
| -rw-r--r-- | packages.json | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/packages.json b/packages.json index 934b5b5..1162b27 100644 --- a/packages.json +++ b/packages.json @@ -10720,5 +10720,18 @@ "description": "Redux Implementation in nim", "license": "MIT", "web": "https://github.com/M4RC3L05/redux-nim" + }, + { + "name": "calibre", + "url": "https://github.com/juancarlospaco/nim-calibre", + "method": "git", + "tags": [ + "calibre", + "ebook", + "database" + ], + "description": "Calibre Database Lib for Nim", + "license": "MIT", + "web": "https://github.com/juancarlospaco/nim-calibre" } ] |
