Up

Module Camlp4

Signature

type t = {
camlp4o_opt
: string ;
pa_files
: string list ;
}

pa_files is a list of syntax extension files, typically cmxs files that are required to compile the plugins. They should have been built consistently with camlp4o_opt which will attempty to dynlink them.