package dune-private-libs

  1. Overview
  2. Docs
type t = {
  1. prog : string;
  2. args : string list;
}