diff options
author | Andrew Clemons <andrew.clemons@gmail.com> | 2022-02-14 21:25:37 +1300 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-02-16 08:20:13 +0700 |
commit | 996f1856c340997b5419971839a3031c91d50e04 (patch) | |
tree | 4385c2702e1938d08e8d7297f0a1dccd33984a07 /haskell/haskell-commonmark/slack-desc | |
parent | 81ce77706c2109a2b292a2ef7108e9c1f55ade45 (diff) |
haskell/haskell-commonmark: Added (Pure Haskell commonmark parser).
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'haskell/haskell-commonmark/slack-desc')
-rw-r--r-- | haskell/haskell-commonmark/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/haskell/haskell-commonmark/slack-desc b/haskell/haskell-commonmark/slack-desc new file mode 100644 index 0000000000000..76c1a8e921f36 --- /dev/null +++ b/haskell/haskell-commonmark/slack-desc @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. +# Line up the first '|' above the ':' following the base package name, and +# the '|' on the right side marks the last column you can put a character in. +# You must make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':' except on otherwise blank lines. + + |-----handy-ruler------------------------------------------------------| +haskell-commonmark: haskell-commonmark (Pure Haskell commonmark parser.) +haskell-commonmark: +haskell-commonmark: This library provides the core data types and functions for parsing +haskell-commonmark: commonmark (https://spec.commonmark.org). +haskell-commonmark: +haskell-commonmark: https://hackage.haskell.org/package/commonmark +haskell-commonmark: +haskell-commonmark: +haskell-commonmark: +haskell-commonmark: +haskell-commonmark: |