From a6c8958b1ba3ef28565b2ee424472e189c54b344 Mon Sep 17 00:00:00 2001 From: Roger Padrell Casar <143524580+roger-padrell@users.noreply.github.com> Date: Mon, 10 Mar 2025 13:05:24 +0100 Subject: [PATCH] Add DOGEN (#2994) --- packages.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/packages.json b/packages.json index bf02abd..3136de3 100644 --- a/packages.json +++ b/packages.json @@ -34716,5 +34716,21 @@ "description": "Converts JSON schema definitions to nim types", "license": "MIT", "web": "https://github.com/Nycto/NimJsonSchemaImporter" + }, + { + "name": "dogen", + "url": "https://github.com/roger-padrell/dogen", + "method": "git", + "tags": [ + "dogen", + "documentation", + "dog", + "docgen", + "doc", + "documentation generation" + ], + "description": "DOGEN is a beautifully simple (to use) DOcumentation GENerator from nim files.", + "license": "MIT", + "web": "https://roger-padrell.github.io/dogen/" } ]