version = "1.6" requires = "camlp4" # This line counts when the compiler is invoked with # ocamlfind ocamlc -syntax -package xstrp4 archive(syntax,preprocessor) = "xstrp4.cma" # This line counts when a toploop is running and # someone types #require "xstrp4". archive(syntax,toploop) = "xstrp4.cma"