Language

Package: ghc-llvm-hs @ 9.0.1

Synopsis

General purpose LLVM bindings for Haskell

Description

llvm-hs is a set of Haskell bindings for LLVM. Unlike other current Haskell bindings, it uses an algebraic datatype (ADT) to represent LLVM IR, 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.

Home page
https://github.com/llvm-hs/llvm-hs/
Location
gnu/packages/haskell-xyz.scm (line: 7395, column: 2)
License

Lint warnings

LinterMessageLocation
description

Validate package descriptions

description should start with an upper-case letter or digit