From 5bc799da31a5036c626af06e1cc50e93132e245d Mon Sep 17 00:00:00 2001 From: Jesper Quorning Date: Mon, 11 Sep 2023 15:15:07 +0200 Subject: [PATCH] vanilla-0.9.8 (#892) --- index/va/vanilla/vanilla-0.9.8.toml | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 index/va/vanilla/vanilla-0.9.8.toml diff --git a/index/va/vanilla/vanilla-0.9.8.toml b/index/va/vanilla/vanilla-0.9.8.toml new file mode 100644 index 000000000..4d6994669 --- /dev/null +++ b/index/va/vanilla/vanilla-0.9.8.toml @@ -0,0 +1,26 @@ + +name = "vanilla" +description = "Simple replace in character stream" +long-description = """ +Library of simple substitution of tags into strings +in character streams and strings. + +Tags could be $A, $B, $3 etcetera. +""" + +version = "0.9.8" + +authors = ["Jesper Quorning"] +maintainers = ["Jesper Quorning "] +maintainers-logins = ["jquorning"] +licenses = "MIT" + +website = "https://github.com/jquorning/vanilla" +tags = ["simple", "substitute", "replace", "vanilla"] +project-files = ["vanilla.gpr"] + + +[origin] +commit = "efa1a07926fda41f33bda22f2976d9dd527cb6b2" +url = "git+https://github.com/jquorning/replace_v1.git" +