dynamic-linker-template: Automatically derive dynamic linking methods from a data type.

[ bsd3, library, system ] [ Propose Tags ]

This package uses Template Haskell to generate dynamic linking FFI methods from a data by using its field names. A load function is generated to create an instance of the data from a library path.

Optional symbols are supported (use Maybe types in the data structure).

A String->String method can be provided to deal with symbols whose names are not exactly the same as field names.

See https://github.com/hsyl20/dynamic-linker-template/blob/master/Tests/Test.hs for an example.

Modules

[Index]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1.0.0, 0.1.0.1, 0.1.0.2, 0.1.0.3, 0.1.0.4, 0.1.1.0
Dependencies base (>=4.5 && <4.6), containers (>=0.4 && <0.5), template-haskell (>=2.7 && <2.8), unix (>=2.5 && <2.6) [details]
License BSD-3-Clause
Author Sylvain HENRY
Maintainer hsyl20@gmail.com
Category System
Home page http://github.com/hsyl20/dynamic-linker-template
Source repo head: git clone git://github.com/hsyl20/dynamic-linker-template.git
Uploaded by SylvainHenry at 2012-07-23T04:28:44Z
Distributions NixOS:0.1.1.0
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 4428 total (21 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs uploaded by user
Build status unknown [no reports yet]