Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/winterland1989/binary-ieee754

Backport ieee754 float double parser to older binary
https://github.com/winterland1989/binary-ieee754

Last synced: 9 days ago
JSON representation

Backport ieee754 float double parser to older binary

Awesome Lists containing this project

README

        

binary-ieee754
==============

[![Hackage](https://img.shields.io/hackage/v/binary-ieee754.svg?style=flat)](http://hackage.haskell.org/package/binary-ieee754)
[![Build Status](https://travis-ci.org/winterland1989/binary-ieee754.svg)](https://travis-ci.org/winterland1989/binary-ieee754)

This package backports ieee754 double/float combinators from [binary](http://hackage.haskell.org/package/binary) 0.8.4 to older version, and simply re-export these combinators for binary >= 0.8.4. It's meant for packages which need fast double/float combinators and old binary compatibility.