The latest version of llvm-hs is 9.0.1-0.
llvm-hs
Version 8.0.0 revision 0 uploaded by cocreature.
Package meta
- Synopsis
- General purpose LLVM bindings
- Description
llvm-hs is a set of Haskell bindings for LLVM http://llvm.org/. Unlike other current Haskell bindings, it uses an ADT to represent LLVM IR (http://llvm.org/docs/LangRef.html), and so offers two advantages: it handles almost all of the stateful complexities of using the LLVM API to build IR; and it supports moving IR not only from Haskell into LLVM C++ objects, but the other direction - from LLVM C++ into Haskell.
- Author
- Anthony Cowley, Stephen Diehl, Moritz Kiefer <moritz.kiefer@purelyfunctional.org>, Benjamin S. Scarlet
- Bug reports
- http://github.com/llvm-hs/llvm-hs/issues
- Category
- Compilers/Interpreters, Code Generation
- Copyright
- (c) 2013 Benjamin S. Scarlet and Google Inc.
- Homepage
- http://github.com/llvm-hs/llvm-hs/
- Maintainer
- Anthony Cowley, Stephen Diehl, Moritz Kiefer <moritz.kiefer@purelyfunctional.org>
- Package URL
- n/a
- Stability
- experimental