rtld

Version 0.0.2 revision 0 uploaded by KrzysztofKardzis.

Package meta

Synopsis
dynamic linker tools for Haskell
Description

Package rtld provides simplistic interface to the dynamic linker/loader. It wraps 'dlopendlclose' family of functions ('LoadLibraryFreeLibrary' on Windows) and tries to provide a common interface to dynamically load foreign libraries at runtime. It is used currently as a helper package for curlhs (http://hackage.haskell.org/package/curlhs), but is not ready for the public use (more tests and design decisions needed).

Package is distributed under ISC License (MIT/BSD-style, see LICENSE file for details). It is marked as OtherLicense due to limitations of Cabal.

Author
Krzysztof Kardzis <kkardzis@gmail.com>
Bug reports
n/a
Category
System
Copyright
Copyright © 2012-2014 Krzysztof Kardzis
Homepage
https://github.com/kkardzis/rtld
Maintainer
Krzysztof Kardzis <kkardzis@gmail.com>
Package URL
n/a
Stability
Experimental

Components