llvm-hs: General purpose LLVM bindings

[ bsd3, code-generation, compilers-interpreters, library ] [ Propose Tags ]

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.

Modules

[Index]

Flags

Automatic Flags
NameDescriptionDefault
shared-llvm

link against llvm shared rather than static library

Enabled
debug

compile C(++) shims with debug info for ease of troubleshooting

Disabled
semigroups

Add semigroups to build-depends for Data.List.NonEmpty. This will be selected automatically by cabal.

Disabled

Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info

Downloads

Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 4.0.0.0, 4.0.1.0, 4.1.0.0, 4.2.0, 5.0.0, 5.1.0, 5.1.1, 5.1.2, 5.1.3, 6.0.0, 6.1.0, 6.1.1, 6.2.0, 6.3.0, 7.0.0, 7.0.1, 8.0.0, 9.0.0, 9.0.1 (info)
Change log CHANGELOG.md
Dependencies array (>=0.4.0.0), attoparsec (>=0.13), base (>=4.8 && <4.12), bytestring (>=0.9.1.10), containers (>=0.4.2.1), exceptions (>=0.8), llvm-hs-pure (>=6.0 && <6.1), mtl (>=2.1.3), semigroups (>=0.18 && <0.19), template-haskell (>=2.5.0.0), transformers (>=0.3 && <0.6), utf8-string (>=0.3.7) [details]
License BSD-3-Clause
Copyright (c) 2013 Benjamin S. Scarlet and Google Inc.
Author Anthony Cowley, Stephen Diehl, Moritz Kiefer <moritz.kiefer@purelyfunctional.org>, Benjamin S. Scarlet
Maintainer Anthony Cowley, Stephen Diehl, Moritz Kiefer <moritz.kiefer@purelyfunctional.org>
Revised Revision 2 made by phadej at 2018-09-29T09:19:00Z
Category Compilers/Interpreters, Code Generation
Home page http://github.com/llvm-hs/llvm-hs/
Bug tracker http://github.com/llvm-hs/llvm-hs/issues
Source repo head: git clone git://github.com/llvm-hs/llvm-hs.git -b llvm-4
Uploaded by cocreature at 2018-03-06T13:39:52Z
Distributions
Reverse Dependencies 3 direct, 18 indirect [details]
Downloads 15070 total (90 in the last 30 days)
Rating 2.75 (votes: 8) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs uploaded by user
Build status unknown [no reports yet]