Skip to content

libvirt/libvirt-ocaml

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
ci
 
 
 
 
 
 
m4
 
 
web
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
ocaml-libvirt
----------------------------------------------------------------------

Copyright (C) 2007-2022 Red Hat Inc. and various authors
https://ocaml.libvirt.org/
https://libvirt.org/

This is a complete set of OCaml bindings around libvirt, exposing all
known functionality to OCaml programs.

Building
----------------------------------------------------------------------

  autoreconf -i         # If you are building from git.
  ./configure           # Checks that you have all the required bits.
  make                  # Build bytecode and/or native code library.
  make install          # Install in OCaml directory.
  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 https://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.

About

Read-only mirror. Please submit merge requests / issues to https://gitlab.com/libvirt/libvirt-ocaml

Resources

License

GPL-2.0, Unknown licenses found

Licenses found

GPL-2.0
COPYING
Unknown
COPYING.LIB

Stars

Watchers

Forks

Packages

No packages published