Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/winterland1989/binary-ieee754
- Owner: winterland1989
- License: bsd-3-clause
- Created: 2016-10-24T01:42:48.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2016-10-24T02:36:01.000Z (about 8 years ago)
- Last Synced: 2024-09-28T19:16:32.978Z (about 1 month ago)
- Language: Haskell
- Homepage:
- Size: 3.91 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: ChangeLog.md
- License: LICENSE
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.