package opam-format

  1. Overview
  2. Docs

Module OpamFile.WrappersSource

Command wrappers for package scripts

Sourcetype t = {
  1. pre_build : OpamTypes.command list;
  2. wrap_build : OpamTypes.command list;
  3. post_build : OpamTypes.command list;
  4. pre_install : OpamTypes.command list;
  5. wrap_install : OpamTypes.command list;
  6. post_install : OpamTypes.command list;
  7. pre_remove : OpamTypes.command list;
  8. wrap_remove : OpamTypes.command list;
  9. post_remove : OpamTypes.command list;
  10. pre_session : OpamTypes.command list;
  11. post_session : OpamTypes.command list;
}
Sourceval pre_build : t -> OpamTypes.command list
Sourceval wrap_build : t -> OpamTypes.command list
Sourceval post_build : t -> OpamTypes.command list
Sourceval pre_install : t -> OpamTypes.command list
Sourceval wrap_install : t -> OpamTypes.command list
Sourceval post_install : t -> OpamTypes.command list
Sourceval pre_remove : t -> OpamTypes.command list
Sourceval wrap_remove : t -> OpamTypes.command list
Sourceval post_remove : t -> OpamTypes.command list
Sourceval pre_session : t -> OpamTypes.command list
Sourceval post_session : t -> OpamTypes.command list
Sourceval with_pre_build : OpamTypes.command list -> t -> t
Sourceval with_wrap_build : OpamTypes.command list -> t -> t
Sourceval with_post_build : OpamTypes.command list -> t -> t
Sourceval with_pre_install : OpamTypes.command list -> t -> t
Sourceval with_wrap_install : OpamTypes.command list -> t -> t
Sourceval with_post_install : OpamTypes.command list -> t -> t
Sourceval with_pre_remove : OpamTypes.command list -> t -> t
Sourceval with_wrap_remove : OpamTypes.command list -> t -> t
Sourceval with_post_remove : OpamTypes.command list -> t -> t
Sourceval with_pre_session : OpamTypes.command list -> t -> t
Sourceval with_post_session : OpamTypes.command list -> t -> t
Sourceval empty : t
Sourceval add : outer:t -> inner:t -> t
OCaml

Innovation. Community. Security.