module BaseCompat:sig
..end
The module opened by default will depend on the version of the _oasis. E.g.
if we have "OASISFormat: 0.3", the module Compat_0_3 will be opened and
the function Compat_0_3 will be called. If setup.ml is generated with the
-nocompat, no module will be opened.
Author(s): Sylvain Le Gall
module Compat_0_4:sig
..end
module Compat_0_3:sig
..end
val setup_ml_text : OASISTypes.package -> string list