Use https by default
[gentoo.git] / dev-haskell / scientific / metadata.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
3 <pkgmetadata>
4         <herd>haskell</herd>
5         <longdescription>
6                 A @Scientific@ number is an arbitrary-precision floating-point number
7                 represented using scientific notation.
8                 
9                 A scientific number with 'coefficient' @c@ and
10                 'base10Exponent' @e@ corresponds to the
11                 'Fractional' number: @'fromInteger' c * 10 '^^' e@
12                 
13                 Its primary use-case is to serve as the target of
14                 parsing floating point numbers. Since the textual
15                 representation of floating point numbers use
16                 scientific notation they can be efficiently
17                 parsed to a @Scientific@ number.
18         </longdescription>
19         <use>
20                 <flag name="bytestring-builder">Provide the
21           Data.ByteString.Builder.Scientific module (requires bytestring &gt;= 0.10).</flag>
22         </use>
23         <upstream>
24                 <remote-id type="github">basvandijk/scientific</remote-id>
25         </upstream>
26 </pkgmetadata>