X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=virt-p2v.ml0;fp=virt-p2v.ml0;h=0d5fb1041243b328467e6991494fbd68b0955008;hb=d2056df9b67dc906882e69f34faac7bc7120f386;hp=0000000000000000000000000000000000000000;hpb=8ef8cbe2176a8b2c686027a729bc3f8eb100f265;p=virt-p2v.git diff --git a/virt-p2v.ml0 b/virt-p2v.ml0 new file mode 100644 index 0000000..0d5fb10 --- /dev/null +++ b/virt-p2v.ml0 @@ -0,0 +1,17 @@ +#!/usr/bin/ocamlrun /usr/bin/ocaml +(* Load external libraries. *) +#use "topfind";; +#require "extlib";; +#require "pcre";; +#require "newt";; +#require "xml-light";; +#require "gettext-stub";; +#require "libvirt";; + +(* WARNING !!! WARNING !!! WARNING !!! + * + * Do not edit 'virt-p2v' directly. It is autogenerated from the + * files 'virt-p2v.ml0' and 'virt-p2v.ml' by the Makefile. + *) + +(* virt-p2v.ml is concatenated here to form the full script virt-p2v *)