Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/giuseppe/libosinfo
libosinfo
https://github.com/giuseppe/libosinfo
Last synced: 25 days ago
JSON representation
libosinfo
- Host: GitHub
- URL: https://github.com/giuseppe/libosinfo
- Owner: giuseppe
- License: gpl-2.0
- Created: 2013-11-18T09:32:20.000Z (almost 11 years ago)
- Default Branch: giuseppe/virt-manager-os-data
- Last Pushed: 2017-11-12T16:24:33.000Z (almost 7 years ago)
- Last Synced: 2023-03-31T04:04:08.573Z (over 1 year ago)
- Language: C
- Size: 1.58 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README
- License: COPYING
Awesome Lists containing this project
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). Also provided are Vala bindings.libosinfo is Free Software and licenced under LGPLv2+.
The latest official releases can be found at:
https://fedorahosted.org/releases/l/i/libosinfo/
Dependencies
============- Required:
- gobject-2.0
- gio-2.0
- libsoup-2.4
- libxml-2.0
- libxslt-1.0- Optional:
- gobject-introspection
- Vala (build-time only)Patches sumissions
==================Patch submissions are welcomed from any interested contributor. Please
use the virt-tools-list for any patch submissions, or discussions
about the code:https://www.redhat.com/mailman/listinfo/virt-tools-list
For further information about libosinfo please consult the project
homepagehttps://fedorahosted.org/libosinfo/
--End