Added package formatstr (#2397)

This commit is contained in:
Guillaume Bareigts 2022-10-29 15:08:36 +02:00 committed by GitHub
parent 78406f265e
commit b3fe74d035
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"
}
]