Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/brendanhay/xdr
GHC 7.4 compatible XDR encoder and decoder
https://github.com/brendanhay/xdr
Last synced: about 1 month ago
JSON representation
GHC 7.4 compatible XDR encoder and decoder
- Host: GitHub
- URL: https://github.com/brendanhay/xdr
- Owner: brendanhay
- Created: 2012-07-10T14:48:39.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2012-07-10T15:08:31.000Z (over 12 years ago)
- Last Synced: 2024-10-13T23:48:10.724Z (2 months ago)
- Language: Haskell
- Homepage:
- Size: 156 KB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
XDR Parser
==========[![Build Status](https://secure.travis-ci.org/brendanhay/xdr.png)](http://travis-ci.org/brendanhay/xdr)
Information
-----------[Wikipedia Entry](http://en.wikipedia.org/wiki/External_Data_Representation)
Contributors
------------This work is a fork of James Cook's [xdr package](https://github.com/mokus0/xdr), with the intention of modifying
the API and making it work on newer version of GHC.