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.
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.1.0.0.tar.gz [browse] (Cabal source package)
- Package description (revised from the package)
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
For package maintainers and hackage trustees
Candidates
Versions [RSS] | 0.1.0.0, 0.2.0, 0.2.0.1, 0.2.1.0 |
---|---|
Dependencies | base (>=4.7 && <5), bytestring, file-embed, Win32 [details] |
License | BSD-3-Clause |
Copyright | 2016-2017 Tim Matthews |
Author | Tim Matthews |
Maintainer | tim.matthews7@gmail.com |
Revised | Revision 1 made by TimMatthews at 2017-04-25T12:10:05Z |
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 |
Uploaded | by TimMatthews at 2017-04-25T11:48:08Z |
Distributions | |
Reverse Dependencies | 3 direct, 2 indirect [details] |
Downloads | 3357 total (18 in the last 30 days) |
Rating | (no votes yet) [estimated by Bayesian average] |
Your Rating | |
Status | Docs uploaded by user [build log] All reported builds failed as of 2017-04-25 [all 2 reports] |