[libvirt] C# (Mono) bindings for libvirt - Source
In my previous mail I forgot include link to source :) : http://svn.i-tux.cz/filedetails.php?repname=SharpLibVirt&path=/trunk/SharpLibVirt.cs or svn co svn://i-tux.cz/sharplibvirt Greetings, Jaromír Červenka Official openSUSE community member Web: http://www.cervajz.com/ Jabber: cervajz@cervajz.com MSN: jara.cervenka@seznam.cz Tel.: +420 607 592 687 Alt. e-mails: jaromir.cervenka@opensuse.org, jaromir.cervenka@speel.cz
On Tue, Dec 08, 2009 at 09:52:41PM +0100, Jaromír Červenka wrote:
In my previous mail I forgot include link to source :) :
http://svn.i-tux.cz/filedetails.php?repname=SharpLibVirt&path=/trunk/SharpLibVirt.cs
or
svn co svn://i-tux.cz/sharplibvirt
We ought to change this page too: http://libvirt.org/bindings.html Suggested patch below. Rich. -- Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones Read my programming blog: http://rwmj.wordpress.com Fedora now supports 80 OCaml packages (the OPEN alternative to F#) http://cocan.org/getting_started_with_ocaml_on_red_hat_and_fedora
On Wed, Dec 09, 2009 at 09:40:29AM +0000, Richard W.M. Jones wrote:
On Tue, Dec 08, 2009 at 09:52:41PM +0100, Jaromír Červenka wrote:
In my previous mail I forgot include link to source :) :
http://svn.i-tux.cz/filedetails.php?repname=SharpLibVirt&path=/trunk/SharpLibVirt.cs
or
svn co svn://i-tux.cz/sharplibvirt
We ought to change this page too:
http://libvirt.org/bindings.html
Suggested patch below.
From 72e9a9ed12d7ae5b495828c5ccdce00a9c38aab3 Mon Sep 17 00:00:00 2001 From: Richard Jones <rjones@redhat.com> Date: Wed, 9 Dec 2009 09:39:37 +0000 Subject: [PATCH] Update location of C# bindings.
--- docs/bindings.html.in | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/docs/bindings.html.in b/docs/bindings.html.in index b44db9f..63cd740 100644 --- a/docs/bindings.html.in +++ b/docs/bindings.html.in @@ -15,7 +15,7 @@ higher level kind of languages:</p> <li><strong>OCaml</strong>: Richard Jones supplies <a href="http://libvirt.org/ocaml/">bindings for OCaml</a>.</li> <li><strong>Ruby</strong>: David Lutterkort provides <a href="http://libvirt.org/ruby/">bindings for Ruby</a>.</li> <li><strong>Java</strong>: Daniel Veillard maintains <a href="java.html">Java bindings</a>.</li> - <li><strong>C#</strong>: Richard Jones wrote about <a href="https://www.redhat.com/archives/libvir-list/2008-September/msg00283.html">calling libvirt from C# on the mailing list</a>.</li> + <li><strong>C#</strong>: Jaromír Červenka maintains <a href="http://svn.i-tux.cz/listing.php?repname=SharpLibVirt">C# bindings here</a>.</li> </ul> <p>For information on using libvirt on <strong>Windows</strong> <a href="windows.html">please see the Windows
ACK makes sense :-) Daniel -- Daniel Veillard | libxml Gnome XML XSLT toolkit http://xmlsoft.org/ daniel@veillard.com | Rpmfind RPM search engine http://rpmfind.net/ http://veillard.com/ | virtualization library http://libvirt.org/
participants (3)
-
Daniel Veillard -
Jaromír Červenka -
Richard W.M. Jones