普通文本  |  8行  |  187 B

config.suffixes = ['.ml']

if not 'ocaml' in config.root.llvm_bindings:
    config.unsupported = True

if config.root.have_ocaml_ounit not in ('1', 'TRUE'):
    config.unsupported = True