Difference between revisions of "C2hs"

From HaskellWiki
Jump to navigation Jump to search
(cleanup + homepage)
(Changed category "Standard packages" to "Packages")
(One intermediate revision by one other user not shown)
Line 6: Line 6:
 
== Documentation ==
 
== Documentation ==
   
  +
* [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://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)
Line 11: Line 12:
   
 
[[Category: Development tools]]
 
[[Category: Development tools]]
[[Category: Standard packages]]
+
[[Category: Packages]]
   
 
{{Stub}}
 
{{Stub}}

Revision as of 11:02, 22 January 2013

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.