diff options
author | David Spencer <baildon.research@googlemail.com> | 2018-10-26 13:45:44 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-11-10 07:47:51 +0700 |
commit | b43928ebba6955a9dc984a47ebb84391cb70489f (patch) | |
tree | 53dbac7c1918c5b37ab584511b75c1c4e014e72a /haskell/haskell-text-metrics/slack-desc | |
parent | 1b47a45cf62af5a877e316ce0d7e6233e862650f (diff) |
haskell/haskell-text-metrics: Added (Calculate string metrics).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'haskell/haskell-text-metrics/slack-desc')
-rw-r--r-- | haskell/haskell-text-metrics/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/haskell/haskell-text-metrics/slack-desc b/haskell/haskell-text-metrics/slack-desc new file mode 100644 index 0000000000000..6a6791ef805dc --- /dev/null +++ b/haskell/haskell-text-metrics/slack-desc @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. +# Line up the first '|' above the ':' following the base package name, and +# the '|' on the right side marks the last column you can put a character in. +# You must make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':' except on otherwise blank lines. + + |-----handy-ruler------------------------------------------------------| +haskell-text-metrics: haskell-text-metrics (Calculate various string metrics efficiently) +haskell-text-metrics: +haskell-text-metrics: The library provides efficient implementations of various string +haskell-text-metrics: metric algorithms. It works with strict Text values. +haskell-text-metrics: +haskell-text-metrics: +haskell-text-metrics: +haskell-text-metrics: +haskell-text-metrics: +haskell-text-metrics: +haskell-text-metrics: |