/usr/share/doc/libvirt-ocaml/README is in libvirt-ocaml 0.6.1.2-1build2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 | ocaml-libvirt
----------------------------------------------------------------------
Copyright (C) 2007-2009 Richard W.M. Jones, Red Hat Inc.
http://libvirt.org/ocaml/
http://libvirt.org/
This is a complete set of OCaml bindings around libvirt, exposing all
known functionality to OCaml programs.
Building
----------------------------------------------------------------------
./configure # Checks that you have all the required bits.
make all # Builds the bytecode version of libs/programs.
make opt # Builds the native code version of libs/programs.
make install # Install in OCaml directory, and the binaries
# in $prefix/bin.
make doc # Build HTML documentation in html/ subdirectory.
Programming
----------------------------------------------------------------------
For documentation on these bindings, read libvirt.mli and/or 'make
doc' and browse the HTML documentation in the html/ subdirectory.
For documentation on libvirt itself, see http://libvirt.org/html/
License
----------------------------------------------------------------------
The library is distributed under the GNU LGPL, version 2 or above,
with the OCaml linking exception. Please see COPYING.LIB for details.
Examples are public domain.
Subdirectories
----------------------------------------------------------------------
libvirt/ The OCaml bindings.
examples/ Some example programs using the bindings.
|