summaryrefslogtreecommitdiffstats
path: root/libvirt/libvirt_version.mli
blob: 847089a9e440a774b0852e2539ef36caa326603f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
(** OCaml bindings for libvirt.
    (C) Copyright 2007 Richard W.M. Jones, Red Hat Inc.
    http://libvirt.org/
    $Id: libvirt_version.mli,v 1.2 2007/08/21 14:36:15 rjones Exp $
*)

val package : string
val version : string
(** The name and version of the OCaml libvirt bindings.

    (To get the version of libvirt C library itself
     use {!Libvirt.get_version}). *)