23 lines
732 B
TOML
23 lines
732 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"]
|
|
|
|
[configuration]
|
|
disabled = true
|
|
|
|
[[depends-on]]
|
|
vss = "~24.0.0"
|
|
|
|
[origin]
|
|
url="https://github.com/adacore/markdown/archive/v24.0.0/markdown-24.0.0.zip"
|
|
hashes=['sha512:70ffe37beb05f5563208a465a1b160962a951853e3f1e2bfe8fafc8f13ca8b0d632205b311d533c1373a2cab8865c9d66d94d0b4162c9c9da905678c1eacd5a0']
|