aboutsummaryrefslogtreecommitdiff
path: root/haskell/haskell-double-conversion/slack-desc
diff options
context:
space:
mode:
authorJan-willem De Bleser <jw@thescrapyard.org>2021-02-06 08:28:25 +0000
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2021-02-07 01:39:52 +0700
commit2268ed28dc0d04ee4e13c911c12d522df0c2dc3b (patch)
treef3814c74a1b8c82717ef3070d2e49008b9f4f48e /haskell/haskell-double-conversion/slack-desc
parente59a3af7ae545dfcb68769d292e299a3b13a46c4 (diff)
haskell/haskell-double-conversion: Added (convert float/strings)
Signed-off-by: Dave Woodfall <dave@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'haskell/haskell-double-conversion/slack-desc')
-rw-r--r--haskell/haskell-double-conversion/slack-desc19
1 files changed, 19 insertions, 0 deletions
diff --git a/haskell/haskell-double-conversion/slack-desc b/haskell/haskell-double-conversion/slack-desc
new file mode 100644
index 000000000000..65a3910e358e
--- /dev/null
+++ b/haskell/haskell-double-conversion/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-double-conversion: haskell-double-conversion (convert between float and text strings)
+haskell-double-conversion:
+haskell-double-conversion: double-conversion is a fast Haskell library for converting between
+haskell-double-conversion: double precision floating point numbers and text strings. It is
+haskell-double-conversion: implemented as a binding to the V8-derived C++ double-conversion
+haskell-double-conversion: library.
+haskell-double-conversion:
+haskell-double-conversion:
+haskell-double-conversion:
+haskell-double-conversion: https://hackage.haskell.org/package/double-conversion
+haskell-double-conversion: