@hackage simple-c-value0.0.0.1
A simple C value type
Categories
License
BSD-3-Clause
Maintainer
jonathangfischoff@gmail.com
Links
- Homepage
- Documentation
- No source repository
- Security
Versions
- 0.0.0.1 Wed, 4 Apr 2012
Installation
Dependencies (5)
Dependents (1)
@hackage/acme-everything
This library provides a very simple C like AST and conversion type classes. The classes use GHC.Generics and default signatures so you can painless convert to and from Haskell types. This is not a library for parsing C. There are plenty of great ones on Hackage though. This is meant to make the process of converting from a non-recursive Haskell value to a C value easier for data serialization tasks.