(* -*- tuareg -*- *) (* NOTE: prepend jbuild.common to this file! *) ;; Format.sprintf {| (library ((name InferStdlib) (flags (%s -open Core)) (ocamlopt_flags (%s)) (libraries (%s)) )) |} (String.concat " " common_cflags) (String.concat " " common_optflags) (String.concat " " common_libraries) |> Jbuild_plugin.V1.send