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.
30 lines
631 B
TOML
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"
|
|
|