File: README.markdown

package info (click to toggle)
haskell-double-conversion 2.0.5.0%2Bds1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 152 kB
  • sloc: haskell: 611; cpp: 340; ansic: 31; makefile: 6
file content (24 lines) | stat: -rw-r--r-- 728 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Welcome to double-conversion

double-conversion is a fast Haskell library for converting between
double precision floating point numbers and text strings.  It is
implemented as a binding to the V8-derived C++ [double-conversion
library](https://github.com/google/double-conversion).

# Join in!

We are happy to receive bug reports, fixes, documentation enhancements,
and other improvements.

Please report bugs via the
[github issue tracker](https://github.com/haskell/double-conversion/issues).

Master [git repository](https://github.com/haskell/double-conversion):

* `git clone git://github.com/haskell/double-conversion`

Authors
-------

This library is written and maintained by Bryan O'Sullivan,
<bos@serpentine.com>.