Difference between revisions of "C2hs"

From HaskellWiki
Jump to navigation Jump to search
(cleanup + homepage)
(Fix a broken link)
 
(3 intermediate revisions by 3 users not shown)
Line 6: Line 6:
 
== Documentation ==
 
== Documentation ==
   
  +
* [https://github.com/haskell/c2hs/wiki/Implementation-of-Haskell-Binding-Modules A GitHub wiki page describing the available hooks] and other wiki pages there
* [http://www.cse.unsw.edu.au/~chak/haskell/c2hs/ c2hs Homepage]
 
  +
* [http://blog.ezyang.com/2010/06/the-haskell-preprocessor-hierarchy/ 6-part, relatively up-to-date c2hs tutorial]
 
* [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)
+
* [https://web.archive.org/web/20160317000901/http://vis.renci.org/jeff/2009/07/10/c2hs-example-to-save-other-people-frustration/ C2HS example: To save other people frustration] (blog)
   
 
[[Category: Development tools]]
 
[[Category: Development tools]]
[[Category: Standard packages]]
+
[[Category: Packages]]
   
 
{{Stub}}
 
{{Stub}}

Latest revision as of 15:39, 16 February 2022

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.