From 389fc0abb438ac3a4483f4793114215ec522baac Mon Sep 17 00:00:00 2001 From: Michael Voronin Date: Fri, 20 Jan 2023 12:46:47 +0300 Subject: [PATCH] Added package fblib (#2461) --- packages.json | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/packages.json b/packages.json index e41c614..d7465ec 100644 --- a/packages.json +++ b/packages.json @@ -1,5 +1,5 @@ [ - { + { "name": "testdiff", "url": "https://github.com/geotre/testdiff", "method": "git", @@ -28583,5 +28583,21 @@ "description": "Library implementation of some Freedesktop.org standards", "license": "Unlicense", "web": "https://git.sr.ht/~ehmry/freedesktop_org" + }, + { + "name": "fblib", + "url": "https://github.com/survivorm/fblib", + "method": "git", + "tags": [ + "fb2", + "fictionbook", + "book", + "ebook", + "library", + "tools" + ], + "description": "FictionBook2 library and tools.", + "license": "MIT", + "web": "https://github.com/survivorm/fblib" } ]