# libosinfo **Repository Path**: cetccloud/libosinfo ## Basic Information - **Project Name**: libosinfo - **Description**: No description available - **Primary Language**: Unknown - **License**: GPL-2.0 - **Default Branch**: debian/experimental - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-02-14 - **Last Updated**: 2024-06-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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: - gobject-2.0 - gio-2.0 - libxml-2.0 - libxslt-1.0 - Optional: - gobject-introspection - libcurl (for tests only) - Vala (build-time only) Patch submissions ================= Patch submissions are welcomed from any interested contributor. Please use the libosinfo list as the preferred way for patch submissions, or discussions about the code: https://www.redhat.com/mailman/listinfo/libosinfo For further information about libosinfo please consult the project homepage https://libosinfo.org/ --End