Path to this page:
NOTICE: This package has been removed from pkgsrc./
wip/hs-bindings-DSL,
FFI domain specific language on top of hsc2hs
Branch: CURRENT,
Version: 1.0.10,
Package name: hs-bindings-DSL-1.0.10,
Maintainer: phoThis is a set of macros to be used when writing Haskell FFI. They were
designed to be able to fully describe C interfaces, so that hsc2hs can
extract from them all Haskell code needed to mimic such
interfaces. All Haskell names used are automatically derived from C
names, structures are mapped to Haskell instances of Storable, and
there are also macros you can use with C code to help write bindings
to inline functions or macro functions. Documentation is available in
package homepage:
http://bitbucket.org/mauricio/bindings-dsl
This package contains no Haskell code, only C header files designed
for hsc2hs.
Required to run:[
wip/ghc]
Required to build:[
pkgtools/cwrappers]
Master sites:
SHA1: db4c8a0814cd7a44de66680dcb04471594da71ac
RMD160: 4f4b7a53b1d5f2a884b78344178ca0ad36dc4cea
Filesize: 4.891 KB
Version history: (Expand)
- (2020-09-29) Package deleted from pkgsrc
- (2020-01-02) Package has been reborn
- (2019-12-17) Package deleted from pkgsrc
- (2019-12-15) Package has been reborn
- (2019-12-14) Package deleted from pkgsrc
- (2019-06-25) Package has been reborn
CVS history: (Expand)
2014-08-29 16:09:59 by Ryosuke Moro | Files touched by this commit (104) |
Log message:
make it clear what package depend on
discussed with wiz@.
|
2011-05-10 14:23:01 by PHO / phonohawk | Files touched by this commit (2) | |
Log message:
Upstream update to bindings-DSL-1.0.10
|
2010-12-30 10:10:25 by PHO / phonohawk | Files touched by this commit (2) | |
Log message:
Upstream update to bindings-DSL-1.0.8
|
2010-04-20 05:39:04 by PHO / phonohawk | Files touched by this commit (5) | |
Log message:
Import hs-bindings-DSL-1.0.6 as wip/hs-bindings-DSL.
This is a set of macros to be used when writing Haskell FFI. They were
designed to be able to fully describe C interfaces, so that hsc2hs can
extract from them all Haskell code needed to mimic such
interfaces. All Haskell names used are automatically derived from C
names, structures are mapped to Haskell instances of Storable, and
there are also macros you can use with C code to help write bindings
to inline functions or macro functions. Documentation is available in
package homepage:
http://bitbucket.org/mauricio/bindings-dsl
This package contains no Haskell code, only C header files designed
for hsc2hs.
|