From 7c049a06b3475ed5acd22a06420ac3fbbe70e8b8 Mon Sep 17 00:00:00 2001 From: fox0430 Date: Wed, 3 Dec 2025 02:40:08 +0900 Subject: [PATCH] Add ghostscript --- packages.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/packages.json b/packages.json index c3bffe66..32d2e219 100644 --- a/packages.json +++ b/packages.json @@ -36659,5 +36659,18 @@ "description": "Nim bindings for qpdf C++ library", "license": "MIT", "web": "https://github.com/fox0430/nim-qpdf" + }, + { + "name": "ghostscript", + "url": "https://github.com/fox0430/nim-ghostscript", + "method": "git", + "tags": [ + "binding", + "pdf", + "script" + ], + "description": "Nim bindings for Ghostscript", + "license": "MIT", + "web": "https://github.com/fox0430/nim-ghostscript" } ]