(jbuild_version 1)

(library
 ((name            mccs_hostglpk_static)
  (public_name     mccs.glpk.static)
  (modules         (ocaml_mccs_glpk))
  (c_library_flags (:standard (:include clibs.sexp)))
  (wrapped         false)))

(rule
 ((targets (clibs.sexp))
  (deps (context_flags.ml))
  (action (with-stdout-to ${@} (run ocaml ${^} clibs static)))))
