diff --git a/index/vs/vss/vss-22.0.0-20210830.toml b/index/vs/vss/vss-22.0.0-20210830.toml new file mode 100644 index 00000000..b0fbfe52 --- /dev/null +++ b/index/vs/vss/vss-22.0.0-20210830.toml @@ -0,0 +1,20 @@ +name = "vss" +description = "Advanced string and text manipulation with Unicode support" +version = "22.0.0-20210830" +tags = ["unicode", "json", "text"] + +authors = ["AdaCore"] +maintainers = ["Vadim Godunko ", "Maxim Reznik "] +maintainers-logins = ["godunko", "reznikmm"] +licenses = "GPL-3.0-only WITH GCC-exception-3.1" +website = "https://github.com/AdaCore/VSS" + +project-files = ["gnat/vss_text.gpr", "gnat/vss_json.gpr"] + +[origin] +commit = "92cfa4bd5d1116841b1d63b4011bb9a6f33fa7f8" +url = "git+https://github.com/AdaCore/VSS.git" + + +[[depends-on]] +gnat = ">=2020|(>=11 & <=2000)"