Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

ghc-commonmark-0.2.1.1-bp154.1.11 RPM for ppc64le

From OpenSuSE Leap 15.4 for ppc64le

Name: ghc-commonmark Distribution: SUSE Linux Enterprise 15 SP4
Version: 0.2.1.1 Vendor: openSUSE
Release: bp154.1.11 Build date: Mon May 9 14:16:08 2022
Group: Unspecified Build host: obs-power8-04
Size: 8548273 Source RPM: ghc-commonmark-0.2.1.1-bp154.1.11.src.rpm
Packager: https://bugs.opensuse.org
Url: https://hackage.haskell.org/package/commonmark
Summary: Pure Haskell commonmark parser
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).

Provides

Requires

License

BSD-3-Clause

Changelog

* Mon Nov 01 2021 psimons@suse.com
  - Update commonmark to version 0.2.1.1.
    [#]# 0.2.1.1
    * Fix bug in `prettyShow` for `SourceRange` (#80).
      The bug led to an infinite loop in certain cases.
* Mon Jun 21 2021 psimons@suse.com
  - Update commonmark to version 0.2.1.
    [#]# 0.2.1
    * Use official 0.30 spec.txt.
    * Update HTML block parser for recent spec changes.
    * Fix test case from commonmark/cmark#383.  We need to index the list
      of stack bottoms not just by the length mod 3 of the closer but by
      whether it can be an opener, since this goes into the calculation of
      whether the delimiters can match.
* Sat May 29 2021 psimons@suse.com
  - Update commonmark to version 0.2.
    [#]# 0.2
    * Commonmark.Inlines: export LinkInfo(..) [API change].
    * Commonmark.Inlines: export pLink [API chage].
    * Comonmark.ReferenceMap: Add linkPos field to LinkInfo [API change].
    * Commonmark.Tokens: normalize unicode to NFC before tokenizing (#57).
      Normalization might affect detection of flankingness, recognition
      of reference links, etc.
    * Commonmark.Html:  add data-prefix to non-HTML5 attributes, as pandoc does.
    * Remove unnecessary build-depends.
    * Use lightweight tasty-bench instead of criterion for benchmarks.
* Mon Feb 08 2021 psimons@suse.com
  - Update commonmark to version 0.1.1.4.
    [#]# 0.1.1.4
    * Fix build with GHC 9.0.1 (Simon Jakobi, #72).
* Tue Jan 12 2021 psimons@suse.com
  - Update commonmark to version 0.1.1.3.
    [#]# 0.1.1.3
    * Fix bug in links with spaces at the beginning or end of
      link description (#67).  We were putting flankingness constraints
      on the link delimiters, but this isn't requried by the spec.
* Thu Dec 17 2020 Ondřej Súkup <mimi.vx@gmail.com>
  - disable %{ix86} build
* Sat Nov 07 2020 psimons@suse.com
  - Update commonmark to version 0.1.1.2.
    [#]# 0.1.1.2
    * Fix bug in fix to #65 (#66).
    [#]# 0.1.1.1
    * Fixed corner case with link suffix parsing, which could result
      in dropped tokens in certain cases (#65).
* Mon Nov 02 2020 psimons@suse.com
  - Update commonmark to version 0.1.1.
    [#]# 0.1.1
    * Export `reverseSubforests` from `Commonmark.Blocks` [API change] (#64).
* Tue Aug 18 2020 Peter Simons <psimons@suse.com>
  - Replace %setup -q with the more modern %autosetup macro.
* Thu Aug 06 2020 psimons@suse.com
  - Update commonmark to version 0.1.0.2.
    [#]# 0.1.0.2
    * Fix tight/loose list detection with multiple blank lines at end (#56).
* Tue Aug 04 2020 psimons@suse.com
  - Add commonmark at version 0.1.0.1.

Files

/usr/lib64/ghc-8.10.7/commonmark-0.2.1.1
/usr/lib64/ghc-8.10.7/commonmark-0.2.1.1/libHScommonmark-0.2.1.1-LetQX5XRQ8oCTjySR1bk-ghc8.10.7.so
/usr/share/licenses/ghc-commonmark
/usr/share/licenses/ghc-commonmark/LICENSE


Generated by rpm2html 1.8.1

Fabrice Bellet, Sat Mar 9 16:49:08 2024