package bap-frames

  1. Overview
  2. Docs
type t = {
  1. mutable path : string;
  2. mutable args : string list;
  3. mutable envp : string list;
  4. mutable md5sum : Frame_piqi.binary;
}