From 78ff3637de5110dfb539e44a8b6a53a1e31c2a30 Mon Sep 17 00:00:00 2001 From: Federico Ceratto Date: Thu, 15 Mar 2018 18:44:07 +0000 Subject: [PATCH] Add tsundoku --- packages.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/packages.json b/packages.json index b25a0eb..7be2bd4 100644 --- a/packages.json +++ b/packages.json @@ -8690,5 +8690,18 @@ "description": "Linear time regex matching", "license": "MIT", "web": "https://github.com/nitely/nim-regex" + }, + { + "name": "tsundoku", + "url": "https://github.com/FedericoCeratto/tsundoku", + "method": "git", + "tags": [ + "OPDS", + "ebook", + "server" + ], + "description": "Simple and lightweight OPDS ebook server", + "license": "GPLv3", + "web": "https://github.com/FedericoCeratto/tsundoku" } ]