package dune-rpc

  1. Overview
  2. Docs
type t =
  1. | Path of string
  2. | Alias of string
  3. | Library of string
  4. | Executables of string list
  5. | Preprocess of string list
  6. | Loc of Loc.t
val sexp : (t, Conv.values) Conv.t