c5a75385d9
This version includes grapheme clusters iterators and many more improvements.
21 lines
619 B
TOML
21 lines
619 B
TOML
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 <vgodunko@gmail.com>", "Maxim Reznik <reznikmm@gmail.com>"]
|
|
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)"
|