diff options
| author | Federico Ceratto <federico.ceratto@gmail.com> | 2018-03-15 18:44:07 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-03-15 18:44:07 +0000 |
| commit | 78ff3637de5110dfb539e44a8b6a53a1e31c2a30 (patch) | |
| tree | e28ed877af2e29c634c1397bcd54e7199d71662e | |
| parent | 2e3d004724251298f372c39ed2be6d78856af600 (diff) | |
| download | packages-78ff3637de5110dfb539e44a8b6a53a1e31c2a30.tar.gz packages-78ff3637de5110dfb539e44a8b6a53a1e31c2a30.zip | |
Add tsundoku
| -rw-r--r-- | packages.json | 13 |
1 files changed, 13 insertions, 0 deletions
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" } ] |
