Server IP : 192.168.23.10  /  Your IP : 18.223.172.243
Web Server : Apache
System : Linux echo.premieradvertising.com 5.14.0-362.8.1.el9_3.x86_64 #1 SMP PREEMPT_DYNAMIC Tue Nov 7 14:54:22 EST 2023 x86_64
User : rrrallyteam ( 1049)
PHP Version : 8.1.31
Disable Function : exec,passthru,shell_exec,system
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : OFF
Directory (0755) :  /sbin/../share/et/../groff/../fish/../doc/libosinfo/

[  Home  ][  C0mmand  ][  Upload File  ]

Current File : //sbin/../share/et/../groff/../fish/../doc/libosinfo/README
libosinfo
=========

libosinfo is a GObject based library API for managing information about
operating systems, hypervisors and the (virtual) hardware devices they can
support. It includes a database containing device metadata and provides APIs
to match/identify optimal devices for deploying an operating system on a
hypervisor. Via the magic of GObject Introspection, the API is available in all
common programming languages with demos for javascript (GJS/Seed) and python
(PyGObject). Vala bindings are also provided.

libosinfo is Free Software and licenced under LGPLv2+.

Information about the latest official releases can be found at:

    https://libosinfo.org/download/

Dependencies
============

- Required:
  - meson >= 0.49.0
  - gobject-2.0
  - gio-2.0
  - libxml-2.0
  - libxslt-1.0

- Optional:
  - gobject-introspection
  - Vala (build-time only)

Patch submissions
=================

Patch submissions are welcomed from any interested contributor.

The preferred way to submit patches for libosinfo is opening a
Merge Request against:

    https://gitlab.com/libosinfo/libosinfo

General discussions can also happen at the mailing list:

    https://www.redhat.com/mailman/listinfo/libosinfo

For further information about libosinfo please consult the project
homepage

   https://libosinfo.org/

Testing
=======

In order to test libosinfo, you should run:

    $ meson build
    $ ninja -C build check

--End