diff options
Diffstat (limited to 'dev-python/mistletoe/metadata.xml')
-rw-r--r-- | dev-python/mistletoe/metadata.xml | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/dev-python/mistletoe/metadata.xml b/dev-python/mistletoe/metadata.xml new file mode 100644 index 0000000..9f226d6 --- /dev/null +++ b/dev-python/mistletoe/metadata.xml @@ -0,0 +1,17 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person"> + <email>julien@jroy.ca</email> + <name>Julien Roy</name> + </maintainer> + <longdescription>mistletoe is a Markdown parser in pure Python, designed to be fast, spec-compliant and fully customizable. + +Apart from being the fastest CommonMark-compliant Markdown parser implementation in pure Python, mistletoe also supports easy definitions of custom tokens. Parsing Markdown into an abstract syntax tree also allows us to swap out renderers for different output formats, without touching any of the core components.</longdescription> + <upstream> + <changelog>https://github.com/miyuchina/mistletoe/releases</changelog> + <doc>https://github.com/miyuchina/mistletoe/blob/master/dev-guide.md</doc> + <bugs-to>https://github.com/miyuchina/mistletoe/issues</bugs-to> + <remote-id type="github">miyuchina/mistletoe</remote-id> + </upstream> +</pkgmetadata> |