search for: osinfopath

Displaying 3 results from an estimated 3 matches for "osinfopath".

2017 Jan 03
0
[PATCH 4/5] mllib: add libosinfo DB reading helpers
...tion located in src folder to get the iso informations. Provide a similar but more generic function to be used in ocaml tools. --- mllib/Makefile.am | 12 ++++++++-- mllib/osinfo.ml | 64 +++++++++++++++++++++++++++++++++++++++++++++++++++++ mllib/osinfo.mli | 21 ++++++++++++++++++ mllib/osinfopath.ml | 1 + 4 files changed, 96 insertions(+), 2 deletions(-) create mode 100644 mllib/osinfo.ml create mode 100644 mllib/osinfo.mli create mode 100644 mllib/osinfopath.ml diff --git a/mllib/Makefile.am b/mllib/Makefile.am index 1a21f825f..eb9753e45 100644 --- a/mllib/Makefile.am +++ b/mllib/Mak...
2017 Jan 03
13
[PATCH 0/5] Introducing virt-builder-repository
...| 29 +++ docs/C_SOURCE_FILES | 2 +- mllib/Makefile.am | 19 +- mllib/checksums.ml | 20 +- mllib/checksums.mli | 3 + mllib/osinfo.ml | 64 +++++ mllib/osinfo.mli | 21 ++ mllib/osinfopath.ml | 1 + {v2v => mllib}/xml-c.c | 0 {v2v => mllib}/xml.ml | 0 {v2v => mllib}/xml.mli | 0 {v2v => mllib}/xpath_helpers.ml | 0 {v2v => mllib}/xpath_helpers.mli | 0 v2v/Makefile.am | 17...
2017 Jan 03
0
Re: [PATCH 0/5] Introducing virt-builder-repository
...FILES | 2 +- > mllib/Makefile.am | 19 +- > mllib/checksums.ml | 20 +- > mllib/checksums.mli | 3 + > mllib/osinfo.ml | 64 +++++ > mllib/osinfo.mli | 21 ++ > mllib/osinfopath.ml | 1 + > {v2v => mllib}/xml-c.c | 0 > {v2v => mllib}/xml.ml | 0 > {v2v => mllib}/xml.mli | 0 > {v2v => mllib}/xpath_helpers.ml | 0 > {v2v => mllib}/xpath_helpers.mli | 0 > v2v/Makefil...