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
Add xdiff crate as dependency. Avoid the last commit in `gprbuild` as not compatible with GCC 15.
21 lines
581 B
TOML
21 lines
581 B
TOML
name = "prettier_ada"
|
|
description = "A library to create formatters for any language."
|
|
version = "25.0.0-20240625"
|
|
|
|
authors = ["AdaCore"]
|
|
maintainers = ["João Azevedo <azevedo@adacore.com>"]
|
|
maintainers-logins = ["joaopsazevedo"]
|
|
licenses = "Apache-2.0"
|
|
website = "https://github.com/AdaCore/prettier-ada"
|
|
tags = ["format", "prettier"]
|
|
|
|
[environment.'case(os)'.macos.DYLD_LIBRARY_PATH]
|
|
append = "${CRATE_ROOT}/lib/relocatable/prod"
|
|
|
|
[environment.'case(os)'.windows.PATH]
|
|
append = "${CRATE_ROOT}/lib/relocatable/prod"
|
|
|
|
[[depends-on]]
|
|
gnatcoll = "*"
|
|
vss_text = "*"
|