blob: 83ecd0ee07f6030639a74b2db2e8e2c7a8fc021d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<herd>haskell</herd>
<longdescription>
Utilities for dealing with IEEE floating point numbers, ported from the Tangoi
math library; approximate and exact equality comparisons for general types.
</longdescription>
<use>
<flag name="big_endian">Build for a big endian machine. Beware that only little endian machines have been tested.</flag>
</use>
<upstream>
<remote-id type="github">patperry/hs-ieee754</remote-id>
</upstream>
</pkgmetadata>
|