clr-host: Hosting the Common Language Runtime
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.
Modules
- Clr
- Clr.Host
- Clr.Host.BStr
- Clr.Host.Box
- Clr.Host.Config
- Clr.Host.Delegate
- Clr.Host.DriverEntryPoints
- Clr.Host.GCHandle
- Clr.Host.Method
- Clr.Host
Flags
Automatic Flags
Name | Description | Default |
---|---|---|
enable_dotnet | build with .Net support | Disabled |
enable_mono | build with mono support | Disabled |
Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info
Downloads
- clr-host-0.2.1.0.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
Versions [RSS] | 0.1.0.0, 0.2.0, 0.2.0.1, 0.2.1.0 |
---|---|
Change log | CHANGELOG.md |
Dependencies | base (>=4.7 && <5), bytestring, clr-marshal, file-embed, text, Win32 [details] |
License | BSD-3-Clause |
Copyright | 2016-2017 Tim Matthews |
Author | Tim Matthews |
Maintainer | Nikos Baxevanis <nikos.baxevanis@gmail.com> |
Category | Language, FFI, CLR, .NET |
Home page | https://gitlab.com/tim-m89/clr-haskell/tree/master/libs/clr-host |
Bug tracker | https://gitlab.com/tim-m89/clr-haskell/issues |
Source repo | head: git clone https://gitlab.com/tim-m89/clr-haskell/tree/master/libs/clr-host |
Uploaded | by moodmosaic at 2018-10-01T14:31:53Z |
Distributions | |
Reverse Dependencies | 3 direct, 2 indirect [details] |
Downloads | 3326 total (11 in the last 30 days) |
Rating | (no votes yet) [estimated by Bayesian average] |
Your Rating | |
Status | Docs not available [build log] All reported builds failed as of 2018-10-01 [all 2 reports] |