You've already forked ada_language_server
mirror of
https://github.com/AdaCore/ada_language_server.git
synced 2026-02-12 12:45:50 -08:00
25 lines
808 B
TOML
25 lines
808 B
TOML
name = "vss"
|
|
description = "Advanced string and text manipulation with Unicode support"
|
|
version = "24.0.0"
|
|
tags = ["unicode", "json", "text", "xml", "template"]
|
|
|
|
authors = ["AdaCore"]
|
|
maintainers = ["Vadim Godunko <vgodunko@gmail.com>", "Maxim Reznik <reznikmm@gmail.com>"]
|
|
maintainers-logins = ["godunko", "reznikmm"]
|
|
licenses = "Apache-2.0 WITH LLVM-exception"
|
|
website = "https://github.com/AdaCore/VSS"
|
|
|
|
project-files = ["gnat/vss_text.gpr", "gnat/vss_json.gpr", "gnat/vss_regexp.gpr", "gnat/vss_xml.gpr", "gnat/vss_xml_templates.gpr"]
|
|
|
|
[environment.'case(os)'.macos.DYLD_LIBRARY_PATH]
|
|
append = "${CRATE_ROOT}/.libs/relocatable"
|
|
|
|
[environment.'case(os)'.windows.PATH]
|
|
append = "${CRATE_ROOT}/.libs/relocatable"
|
|
|
|
[[depends-on]]
|
|
gnat = ">=11 & <2000" # Uses Ada 2022 syntax
|
|
|
|
[configuration]
|
|
disabled = true
|