package odoc-driver

  1. Overview
  2. Docs
type deps = {
  1. packages : string list;
  2. libraries : string list;
}
type t = {
  1. deps : deps;
}
val empty : t
val parse : string -> t
val load : Fpath.t -> t
OCaml

Innovation. Community. Security.