Lyutsefer09 / libmono-d

Binding to the Mono embedding API for the D programming language.

Home Page:http://lycus.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mono binding for D

libmono-d is a binding to Mono's embedding API. It allows D applications to embed Ecma 335-compliant code (C#, F#, etc).

Building

You build libmono-d by using Waf:

$ waf configure --lp64=true --mode=release
$ waf build
$ waf install

You can of course adjust the parameters to configure as needed.

About

Binding to the Mono embedding API for the D programming language.

http://lycus.org

License:Other