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 record 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.6 && <5), containers (>=0.5), template-haskell (>=2.8), unix (>=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 2014-05-07T12:54:32Z
Distributions NixOS:0.1.1.0
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 4407 total (23 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Successful builds reported [all 1 reports]