@hackage llvm-hs-pure9.0.0
Pure Haskell LLVM functionality (no FFI).
Categories
License
BSD-3-Clause
Maintainer
Anthony Cowley, Stephen Diehl, Moritz Kiefer <moritz.kiefer@purelyfunctional.org>
Links
Versions
Installation
Tested Compilers
Dependencies (9)
- attoparsec >=0.13
- base >=4.9 && <5
- bytestring >=0.10 && <0.11.3
- containers >=0.4.2.1
- fail
- mtl >=2.1 && <2.3 Show all…
Dependents (7)
@hackage/accelerate-bignum, @hackage/accelerate-llvm, @hackage/accelerate-llvm-ptx, @hackage/accelerate-llvm-native, @hackage/llvm-hs, @hackage/llvm-hs-pretty, Show all…
llvm-hs-pure is a set of pure Haskell types and functions for interacting with LLVM http://llvm.org/. It includes an ADT to represent LLVM IR (http://llvm.org/docs/LangRef.html). The llvm-hs package builds on this one with FFI bindings to LLVM, but llvm-hs-pure does not require LLVM to be available.