Files
ada_language_server/subprojects/markdown.toml
Maxim Reznik 8dcebce7ec Use vss_text, vss_extra to build ALS on GitHub
Add xdiff crate as dependency. Avoid the last commit in `gprbuild` as
not compatible with GCC 15.
2025-09-05 12:37:24 +02:00

30 lines
631 B
TOML

name = "markdown"
description = "Markdown parser (draft)"
long-description = "The markdown parser is an early stage of development. Just a few element is implemented and API will change in the future."
version = "24.0.0"
tags = ["markdown", "gfm", "commonmark"]
authors = ["AdaCore"]
maintainers = ["Max Reznik <reznik@adacore.com>"]
maintainers-logins = ["reznikmm"]
licenses = "Apache-2.0"
project-files = ["gnat/markdown.gpr"]
[[actions]]
type = "post-fetch"
command = [
"sed",
"-i.bak",
"-e",
'/-g/s/-g"/-g", "-Ofast"/',
"gnat/markdown.gpr"
]
[configuration]
disabled = true
[[depends-on]]
vss_text = "~24.0.0"