About

Metadata

  • Last updated , by moodmosaic
  • License BSD-3-Clause
  • Categories FFI
  • Maintained by: Nikos Baxevanis <nikos.baxevanis@gmail.com>

  • Lottery factor: 0

Links

Installation

This package uses the Custom cabal build type

Package Flags

Use the -f option with cabal commands to enable flags

    enable_dotnet (off by default)

    build with .Net support

    enable_mono (off by default)

    build with mono support

Readme

clr-host is a library that provides the ability to host (also known as embed) the common language runtime within the current Haskell process. Generally you'll only interface directly to this library to start the CLR, and the other code here is for higher level abstractions to use.