mirror of
https://github.com/AdaCore/markdown.git
synced 2026-02-12 13:11:15 -08:00
27 lines
564 B
TOML
27 lines
564 B
TOML
name = "markdown"
|
|
description = "Markdown parser"
|
|
version = "26.0.0-dev"
|
|
tags = ["markdown", "gfm", "commonmark"]
|
|
|
|
authors = ["AdaCore"]
|
|
maintainers = ["Max Reznik <reznik@adacore.com>"]
|
|
maintainers-logins = ["reznikmm"]
|
|
licenses = "Apache-2.0"
|
|
|
|
project-files = ["gnat/markdown.gpr"]
|
|
|
|
[configuration]
|
|
generate_ada = false
|
|
generate_c = false
|
|
|
|
[build-switches]
|
|
"*".ada_version = "Ada2022"
|
|
|
|
[[depends-on]]
|
|
vss_text = "^26"
|
|
vss_extra = "^26"
|
|
|
|
[[pins]]
|
|
vss_text = { url='https://github.com/AdaCore/vss-text' }
|
|
vss_extra = { url='https://github.com/AdaCore/vss-extra' }
|