You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
synopsis="Fast conversion between single and double precision floating point and text";
22
+
description="A library that performs fast, accurate conversion between\nfloating point and text.\n\nThis library is implemented as bindings to the C++\n@double-conversion@ library written by Florian Loitsch at Google:\n<https://github.com/floitsch/double-conversion>.\n\nNow it can convert single precision numbers, and also it can create\nBuilder, instead of bytestring or text.\n\nThe 'Text' versions of these functions are about 30 times faster\nthan the default 'show' implementation for the 'Double' type.\n\nThe 'ByteString' versions are have very close speed to the 'Text' versions;\n\nBuilder versions (both for Text and Bytestring) are slower on single value,\nbut they are much faster on large number of values\n(up to 20x faster on list with 20000 doubles).\n\nAs a final note, be aware that the @bytestring-show@ package is\nabout 50% slower than simply using 'show'.";
synopsis="A Terminal User Interface (TUI) for GHCi";
22
+
description="A terminal user interface for GHCi debug mode.\n\nFeatures:\n\n* A source view window, with debug keybindings.\n\n* Live variable bindings.\n\n* Live loaded modules.\n\n* Visible trace history.\n\n* An GHCi session in the current context.";
synopsis="A Haskell library for the GitLab web API";
22
+
description="This library lifts the GitLab REST API into Haskell: <https://docs.gitlab.com/ee/api/>\n\nThe library also features a reactive event driven API for writing Gitlab file hook applications.";
0 commit comments