Convert .cvsignore files to .cvsignore files, and remove some generated files.
[virt-top.git] / libvirt / libvirt_version.mli
1 (** OCaml bindings for libvirt.
2     (C) Copyright 2007 Richard W.M. Jones, Red Hat Inc.
3     http://libvirt.org/
4     $Id: libvirt_version.mli,v 1.2 2007/08/21 14:36:15 rjones Exp $
5 *)
6
7 val package : string
8 val version : string
9 (** The name and version of the OCaml libvirt bindings.
10
11     (To get the version of libvirt C library itself
12      use {!Libvirt.get_version}). *)