diff options
Diffstat (limited to 'ocamlbuild/ocamlbuild_plugin.mli')
-rw-r--r-- | ocamlbuild/ocamlbuild_plugin.mli | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ocamlbuild/ocamlbuild_plugin.mli b/ocamlbuild/ocamlbuild_plugin.mli new file mode 100644 index 000000000..8e642f31a --- /dev/null +++ b/ocamlbuild/ocamlbuild_plugin.mli @@ -0,0 +1,5 @@ +include Ocamlbuild_pack.Signatures.PLUGIN + with module Pathname = Ocamlbuild_pack.Pathname + and module Outcome = Ocamlbuild_pack.My_std.Outcome + and module Tags = Ocamlbuild_pack.Tags + and module Command = Ocamlbuild_pack.Command |