haskell-commonmark 0.2.2-1 source package in Ubuntu

Changelog

haskell-commonmark (0.2.2-1) unstable; urgency=medium

  [ Ilias Tsitsimpis ]
  * Declare compliance with Debian policy 4.6.1

  [ Scott Talbert ]
  * New upstream release

 -- Scott Talbert <email address hidden>  Fri, 05 Aug 2022 11:43:18 -0400

Upload details

Uploaded by:
Debian Haskell Group
Uploaded to:
Sid
Original maintainer:
Debian Haskell Group
Architectures:
any all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
haskell-commonmark_0.2.2-1.dsc 2.6 KiB 6268dc343f546d9253a9c2d51d4e507773ebadd33c2305a6259e32813a3b7e2e
haskell-commonmark_0.2.2.orig.tar.gz 99.1 KiB b70b421f5753d983745e558d7d66a5e346ee5b2ebc0a827e9f63f8ff7a62b24e
haskell-commonmark_0.2.2-1.debian.tar.xz 3.1 KiB 0cb20a07919bffc1115d3c436624fdf65b319ebbc557fede3c133e37c36fb8c6

Available diffs

No changes file available.

Binary packages built by this source

libghc-commonmark-dev: No summary available for libghc-commonmark-dev in ubuntu kinetic.

No description available for libghc-commonmark-dev in ubuntu kinetic.

libghc-commonmark-doc: No summary available for libghc-commonmark-doc in ubuntu kinetic.

No description available for libghc-commonmark-doc in ubuntu kinetic.

libghc-commonmark-prof: Pure Haskell commonmark parser; profiling libraries

 This library provides the core data types and functions
 for parsing commonmark (<https://spec.commonmark.org>).
 The parser is fully commonmark-compliant and passes the test
 suite. It is designed to be customizable and easily extensible.
 To customize the output, create an AST, or support a new output
 format, one need only define some new typeclass instances.
 It is also easy to add new syntax elements or modify existing ones.
 .
 Accurate information about source positions is available
 for all block and inline elements. Thus the library can be
 used to create an accurate syntax highlighter or
 an editor with live preview.
 .
 The parser has been designed for robust performance
 even in pathological cases that tend to cause stack overflows or
 exponential slowdowns in other parsers, with parsing speed that
 varies linearly with input length.
 .
 Related packages:
 .
   - commonmark-extensions (which defines a number of syntax extensions)
   - commonmark-pandoc (which allows using this parser to create a Pandoc
     structure)
   - commonmark-cli (a command-line tool for converting and
     syntax-highlighting commonmark documents)
 .
 This package provides a library for the Haskell programming language, compiled
 for profiling. See http://www.haskell.org/ for more information on Haskell.