From b3fe74d035ca9821278a43cba4aa44c2cd604feb Mon Sep 17 00:00:00 2001 From: Guillaume Bareigts Date: Sat, 29 Oct 2022 15:08:36 +0200 Subject: [PATCH] Added package formatstr (#2397) --- packages.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/packages.json b/packages.json index 72e283a..9000fa0 100644 --- a/packages.json +++ b/packages.json @@ -27778,5 +27778,17 @@ ], "description": "Define procedures on the server, call them from the browser.", "license": "MIT" + }, + { + "name": "formatstr", + "url": "https://github.com/guibar64/formatstr", + "method": "git", + "tags": [ + "string", + "format" + ], + "description": "string interpolation, complement of std/strformat for runtime strings", + "license": "MIT", + "web": "https://github.com/guibar64/formatstr" } ]