diff --git a/upload/stable-1.2.1/index/va/vanilla/vanilla-0.9.8.toml b/upload/stable-1.2.1/index/va/vanilla/vanilla-0.9.8.toml new file mode 100644 index 000000000..4d6994669 --- /dev/null +++ b/upload/stable-1.2.1/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" +