パッケージ: libghc-patience-prof (0.3-4)
libghc-patience-prof に関するリンク
Debian の資源:
haskell-patience ソースパッケージをダウンロード:
- [haskell-patience_0.3-4.dsc]
- [haskell-patience_0.3.orig.tar.gz]
- [haskell-patience_0.3-4.debian.tar.xz]
メンテナ:
外部の資源:
- ホームページ [github.com]
類似のパッケージ:
Haskell implementation of the Patience Diff algorithm; profiling libraries
This library implements the "patience diff" algorithm, as well as the patience algorithm for the longest increasing subsequence problem.
Patience diff computes the difference between two lists, for example the lines of two versions of a source file. It provides a good balance of performance, nice output for humans, and implementation simplicity. For more information, see http://alfedenzo.livejournal.com/170301.html and http://bramcohen.livejournal.com/73318.html.
This package provides a library for the Haskell programming language, compiled for profiling. See http://www.haskell.org/ for more information on Haskell.
その他の libghc-patience-prof 関連パッケージ
|
|
|
|
-
- dep: libghc-base-prof-4.18.2.1-f2473
- 以下のパッケージによって提供される仮想パッケージです: ghc-prof
-
- dep: libghc-containers-prof-0.6.7-e8181
- 以下のパッケージによって提供される仮想パッケージです: ghc-prof
-
- dep: libghc-patience-dev (= 0.3-4)
- Haskell implementation of the Patience Diff algorithm