From 7859be4c807e8e36ea66a144496187ac018b3740 Mon Sep 17 00:00:00 2001 From: juancarlospaco Date: Tue, 18 Sep 2018 09:47:24 -0300 Subject: [PATCH] Added package calibre --- packages.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) 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" } ]