Remove dependency on xml-light, replace with libxml2
[virt-top.git] / src / README
index 1fd4be3..e49fd48 100644 (file)
@@ -41,23 +41,10 @@ The code is structured into these files:
     to deal with keypresses, help screens and so on.
 
   opt_gettext.ml
+
     A generated file which adds gettext support if ocaml-gettext
     was found at configure time, or else stubs it out.
 
-  opt_xml.ml
-
-    Any code which needs the optional xml-light library goes
-    in here.  Mainly for parsing domain XML descriptions to get
-    the list of block devices and network interfaces.
-
-    The reason for having it in a separate file is so that we
-    don't depend on xml-light.
-
-  opt_csv.ml
-
-    Any code which needs the optional ocaml-csv library goes
-    in here.
-
   opt_calendar.ml
 
     Any code which needs the optional ocaml-calendar library
@@ -67,7 +54,7 @@ The code is structured into these files:
   main.ml
 
     This is just a small bit of code to glue the modules together
-    Top + Opt_xml? + Opt_csv? + Opt_calendar?
+    Top + Opt_calendar?
 
 The man-page is generated from the single file: