From 084d4071ed5ce0cb65d1877f769a765a03816cba Mon Sep 17 00:00:00 2001 From: Maxim Reznik Date: Fri, 28 Oct 2022 14:49:07 +0300 Subject: [PATCH] Add markdown crate (#673) --- index/ma/markdown/markdown-23.0.0.toml | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 index/ma/markdown/markdown-23.0.0.toml diff --git a/index/ma/markdown/markdown-23.0.0.toml b/index/ma/markdown/markdown-23.0.0.toml new file mode 100644 index 00000000..ba44dbf8 --- /dev/null +++ b/index/ma/markdown/markdown-23.0.0.toml @@ -0,0 +1,23 @@ +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 = "23.0.0" +tags = ["markdown", "gfm", "commonmark"] + +authors = ["AdaCore"] +maintainers = ["Max Reznik "] +maintainers-logins = ["reznikmm"] +licenses = "Apache-2.0" + +project-files = ["gnat/markdown.gpr"] + +[configuration] +disabled = true + +[origin] +archive-name = "markdown-23.0.0.tar.gz" +url = "https://github.com/AdaCore/markdown/archive/refs/tags/v23.0.0.tar.gz" +hashes = ["sha512:13497f8762d360190d158bbcbbb3a0efaaedad0c67b69d0df63c31029ed482c5b6a169152433fb3fd267e97bebc1950d0a8307fc849945a1b7f68892feb496c0"] + +[[depends-on]] +vss = ">=23.0.0"