パッケージ: libghc-commonmark-dev (0.2.6.1-1)
libghc-commonmark-dev に関するリンク
Debian の資源:
haskell-commonmark ソースパッケージをダウンロード:
- [haskell-commonmark_0.2.6.1-1.dsc]
- [haskell-commonmark_0.2.6.1.orig.tar.gz]
- [haskell-commonmark_0.2.6.1-1.debian.tar.xz]
メンテナ:
外部の資源:
- ホームページ [github.com]
類似のパッケージ:
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)
This package provides a library for the Haskell programming language. See http://www.haskell.org/ for more information on Haskell.
その他の libghc-commonmark-dev 関連パッケージ
|
|
|
|
-
- dep: libc6 (>= 2.27)
- GNU C ライブラリ: 共有ライブラリ
以下のパッケージによって提供される仮想パッケージでもあります: libc6-udeb
-
- dep: libghc-base-dev-4.18.2.1-b5217
- 以下のパッケージによって提供される仮想パッケージです: ghc
-
- dep: libghc-bytestring-dev-0.11.5.3-a2862
- 以下のパッケージによって提供される仮想パッケージです: ghc
-
- dep: libghc-containers-dev-0.6.7-69002
- 以下のパッケージによって提供される仮想パッケージです: ghc
-
- dep: libghc-parsec-dev-3.1.16.1-cd81c
- 以下のパッケージによって提供される仮想パッケージです: ghc
-
- dep: libghc-text-dev-2.0.2-974c0
- 以下のパッケージによって提供される仮想パッケージです: ghc
-
- dep: libghc-transformers-dev-0.6.1.0-5335d
- 以下のパッケージによって提供される仮想パッケージです: ghc
-
- dep: libghc-unicode-data-dev-0.4.0.1-9cb64
- 以下のパッケージによって提供される仮想パッケージです: libghc-unicode-data-dev
-
- dep: libghc-unicode-transforms-dev-0.4.0.1-3ff60
- 以下のパッケージによって提供される仮想パッケージです: libghc-unicode-transforms-dev
-
- dep: libgmp10 (>= 2:6.3.0+dfsg)
- 多倍長精度演算ライブラリ