derelict-mono 1.1.1

Bindings of Mono's C API to D


To use this package, run the following command in your project's root directory:

Manual usage
Put the following dependency into your project's dependences section:

DerelictMono

Dub version

Dynamic and static bindings to version 5.0 of the Mono Runtime for the D Programming Language. It can be used for embedding a Common Language Runtime in D.

Please see the pages Building and Linking Derelict and Using Derelict, in the Derelict documentation, for information on how to build DerelictMono and load Mono at run time. Please also look at DerelictGLFW3 documentation to see how to use the static bindings, the subconfiguration is named derelict-mono-static. In the meantime, here's some sample code.

import derelict.mono.mono;

void main()
{
    // Load the Mono library.
    DerelictMono.load();

    // Now Mono functions can be called.
    ...
}
Authors:
  • Jakub Szewczyk
Dependencies:
none
Versions:
1.1.1 2017-Jun-08
1.1.0 2017-Jun-04
1.0.0 2017-Jun-03
~master 2017-Jun-08
Show all 4 versions
Download Stats:
  • 0 downloads today

  • 0 downloads this week

  • 0 downloads this month

  • 73 downloads total

Score:
0.9
Short URL:
derelict-mono.dub.pm