Re: [Libguestfs] [PATCH 4/5] mllib: add libosinfo DB reading helpers

2017-01-04 Thread Pino Toscano
On Tuesday, 3 January 2017 11:18:55 CET Cédric Bosdonnat wrote: > There is already a libosinfo reading function located in src folder to > get the iso informations. Provide a similar but more generic function > to be used in ocaml tools. > --- I'd rather avoid duplicating the logic used for

[Libguestfs] [PATCH 4/5] mllib: add libosinfo DB reading helpers

2017-01-03 Thread Cédric Bosdonnat
There is already a libosinfo reading function 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 +