package dune-site

  1. Overview
  2. Docs
val path_sep : char
val dune_dir_locations_env_var : string
type entry = {
  1. package : string;
  2. section : Dune_section.t;
  3. dir : string;
}
val decode_dune_dir_locations : string -> entry list option
val encode_dune_dir_locations : entry list -> string