From f43047996ac5c63a47b81240dce3d5cff24c5691 Mon Sep 17 00:00:00 2001 From: Carlo Capocasa Date: Tue, 15 Apr 2025 18:16:54 +0200 Subject: [PATCH] add pharao (#3023) --- packages.json | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/packages.json b/packages.json index a04d003..e001191 100644 --- a/packages.json +++ b/packages.json @@ -35040,5 +35040,20 @@ "description": "Rust-like match syntax macros for Nim", "license": "MIT", "web": "https://github.com/voidpunk/NiMatch" - }, + }, + { + "name": "pharao", + "url": "https://github.com/capocasa/pharao", + "method": "git", + "tags": [ + "web", + "http", + "server", + "php" + ], + "description": "Quick 'n easy Nim web programming, auto compile & run .nim from the web root", + "license": "MIT", + "web": "https://github.com/capocasa/pharao" + } ] +