diff options
author | Jakov Smolić <jsmolic@gentoo.org> | 2022-08-22 09:44:12 +0200 |
---|---|---|
committer | Jakov Smolić <jsmolic@gentoo.org> | 2022-08-22 10:02:35 +0200 |
commit | 993e02dc4982a97f4cb1a2776fc0d45be81f1b09 (patch) | |
tree | 2972ff9f9e33cadf046ea89f7135e537ab26d1f8 /dev-haskell/double-conversion/metadata.xml | |
parent | dev-haskell/edisonapi: treeclean (diff) | |
download | gentoo-993e02dc4982a97f4cb1a2776fc0d45be81f1b09.tar.gz gentoo-993e02dc4982a97f4cb1a2776fc0d45be81f1b09.tar.bz2 gentoo-993e02dc4982a97f4cb1a2776fc0d45be81f1b09.zip |
dev-haskell/double-conversion: treeclean
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'dev-haskell/double-conversion/metadata.xml')
-rw-r--r-- | dev-haskell/double-conversion/metadata.xml | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/dev-haskell/double-conversion/metadata.xml b/dev-haskell/double-conversion/metadata.xml deleted file mode 100644 index b662e3dbe08a..000000000000 --- a/dev-haskell/double-conversion/metadata.xml +++ /dev/null @@ -1,26 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>haskell@gentoo.org</email> - <name>Gentoo Haskell</name> - </maintainer> - <longdescription> - A library that performs fast, accurate conversion between double - precision floating point and text. - - This library is implemented as bindings to the C++ - @double-conversion@ library written by Florian Loitsch at Google: - <http://code.google.com/p/double-conversion/>. - - The 'Text' versions of these functions are about 30 times faster - than the default 'show' implementation for the 'Double' type. - - The 'ByteString' versions are /slower/ than the 'Text' versions; - roughly half the speed. (This seems to be due to the cost of - allocating 'ByteString' values via @malloc@.) - - As a final note, be aware that the @bytestring-show@ package is - about 50% slower than simply using 'show'. - </longdescription> -</pkgmetadata> |