パッケージ: libghc-unicode-transforms-dev (0.3.6-2 など)
libghc-unicode-transforms-dev に関するリンク
Debian の資源:
haskell-unicode-transforms ソースパッケージをダウンロード:
- [haskell-unicode-transforms_0.3.6-2.dsc]
- [haskell-unicode-transforms_0.3.6.orig.tar.gz]
- [haskell-unicode-transforms_0.3.6-2.debian.tar.xz]
メンテナ:
外部の資源:
- ホームページ [github.com]
類似のパッケージ:
Fast Unicode 9.0 normalization in Haskell
Unicode characters with adornments (e.g. Á) can be represented in two different forms, as a single composed character (U+00C1 = Á) or as multiple decomposed characters (U+0041(A) U+0301( ́ ) = Á). They are differently encoded byte sequences but for humans they have exactly the same visual appearance.
A regular byte comparison may tell that two strings are different even though they might be equivalent. Both strings need to be converted in a normalized form using the Unicode Character Database before they can be compared for equivalence.
This library implements fast Unicode 9.0 normalization in Haskell (NFC, NFKC, NFD, NFKD).
This package provides a library for the Haskell programming language. See http://www.haskell.org/ for more information on Haskell.
その他の libghc-unicode-transforms-dev 関連パッケージ
|
|
|
|
-
- dep: libc6 (>= 2.2)
- GNU C ライブラリ: 共有ライブラリ
以下のパッケージによって提供される仮想パッケージでもあります: libc6-udeb
-
- dep: libghc-base-dev-4.13.0.0-7d708
- 以下のパッケージによって提供される仮想パッケージです: ghc
-
- dep: libghc-bitarray-dev-0.0.1.1-89a83
- 以下のパッケージによって提供される仮想パッケージです: libghc-bitarray-dev
-
- dep: libghc-bytestring-dev-0.10.10.1-f96ce
- 以下のパッケージによって提供される仮想パッケージです: ghc
-
- dep: libghc-text-dev-1.2.4.0-4e6fc
- 以下のパッケージによって提供される仮想パッケージです: ghc
-
- dep: libgmp10
- 多倍長精度演算ライブラリ
-
- sug: libghc-unicode-transforms-doc
- Fast Unicode 9.0 normalization in Haskell; documentation
-
- sug: libghc-unicode-transforms-prof
- Fast Unicode 9.0 normalization in Haskell; profiling libraries