Difference between revisions of "C2hs"

From HaskellWiki
Jump to navigation Jump to search
m
(Added a very helpful tutorial link to the top of the list (not my work))
(3 intermediate revisions by one other user not shown)
Line 1: Line 1:
  +
'''C->Haskell FFI''' ('''c2hs''') is an interface generator that simplifies the development of Haskell bindings to C libraries.
{{Stub}}
 
   
== Introduction ==
+
== Download ==
 
[http://hackage.haskell.org/package/c2hs HackageDB: c2hs]
   
  +
== Documentation ==
c2hs: C->Haskell FFI tool that gives some cross-language type safety
 
 
[http://hackage.haskell.org/package/c2hs Download this from Hackage]
 
 
 
== Links ==
 
   
  +
* [http://blog.ezyang.com/2010/06/the-haskell-preprocessor-hierarchy/ 6-part, relatively up-to-date c2hs tutorial]
  +
* [http://www.cse.unsw.edu.au/~chak/haskell/c2hs/ c2hs Homepage]
 
* [http://loupgaroublond.blogspot.com/2009/06/haskell-bindings-to-c-from-start-to.html Haskell Bindings to C from Start to Finish] (a blog article)
 
* [http://loupgaroublond.blogspot.com/2009/06/haskell-bindings-to-c-from-start-to.html Haskell Bindings to C from Start to Finish] (a blog article)
 
* [http://vis.renci.org/jeff/2009/07/10/c2hs-example-to-save-other-people-frustration/ C2HS example: To save other people frustration] (blog)
 
* [http://vis.renci.org/jeff/2009/07/10/c2hs-example-to-save-other-people-frustration/ C2HS example: To save other people frustration] (blog)
Line 15: Line 13:
 
[[Category: Development tools]]
 
[[Category: Development tools]]
 
[[Category: Standard packages]]
 
[[Category: Standard packages]]
  +
 
{{Stub}}

Revision as of 01:38, 4 March 2012

C->Haskell FFI (c2hs) is an interface generator that simplifies the development of Haskell bindings to C libraries.

Download

HackageDB: c2hs

Documentation

This article is a stub. You can help by expanding it.