vanilla-0.9.8 (#892)

This commit is contained in:
Jesper Quorning
2023-09-11 15:15:07 +02:00
committed by GitHub
parent 7136f5a8b3
commit 5bc799da31
+26
View File
@@ -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 <jesper.quorning@gmail.com>"]
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"