package dune-private-libs

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
val strings : string list -> t list
val compare_vals : dir:Stdune.Path.t -> t list -> t list -> Stdune.Ordering.t

compare_vals ~dir a b is a more efficient version of:

List.compare ~compare:String.compare (to_string ~dir a)
  (to_string ~dir b)
val paths : Stdune.Path.t list -> t list
val deps_only : t list -> Stdune.Path.t list
val dirs : Stdune.Path.t list -> t list
val concat : t list -> dir:Stdune.Path.t -> string
val to_strings : t list -> dir:Stdune.Path.t -> string list
OCaml

Innovation. Community. Security.