diff options
| author | Dominik Picheta <dominikpicheta@googlemail.com> | 2018-09-18 21:02:55 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-09-18 21:02:55 +0100 |
| commit | d8f72c071f4f375474ba162679655eee859c8d82 (patch) | |
| tree | 319013d1a5fb46eca9803d4433715380c1752a4d | |
| parent | 0adf330f4bbeb2121cedceeb6133de4bd2819e97 (diff) | |
| parent | 7859be4c807e8e36ea66a144496187ac018b3740 (diff) | |
| download | packages-d8f72c071f4f375474ba162679655eee859c8d82.tar.gz packages-d8f72c071f4f375474ba162679655eee859c8d82.zip | |
Merge pull request #859 from juancarlospaco/add-calibre1247
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" } ] |
