package dune-private-libs

  1. Overview
  2. Docs
Private libraries of Dune

Install

dune-project
 Dependency

Authors

Maintainers

Sources

dune-2.5.1.tbz
sha256=8f77d3a87f208e0d7cccaa1c48c4bb1bb87d62d07c3f25e9b8ba298e028ce52b
sha512=f209f12ced10c1abf8782bdb0143f4cec77795f7174d2cc75130afb1e01550b01f2f77b9e3ec4888efdad83d2f9878d179b39126f824f4e522f3ef4da34bf27e

doc/dune-private-libs.stdune/Stdune/Path/Local_gen/index.html

Module Path.Local_genSource

Relative path relative to the root tracked by the type system.

Represented as: either the root, or a '/' separated list of components other that ".", ".." and not containing a '/'.

Sourcetype 'w t
Sourceval hash : 'w t -> int
Sourceval to_string : 'w t -> string
Sourceval of_string : string -> 'w t
Sourceval parse_string_exn : loc:Stdune__.Loc0.t -> string -> 'w t
Sourceval compare : 'w t -> 'w t -> Ordering.t

a directory is smaller than its descendants

Sourceval to_dyn : 'w t -> Dyn.t
Sourceval extension : 'w t -> string
Sourceval set_extension : 'w t -> ext:string -> 'w t

set_extension path ~ext replaces extension of path by ext

Sourceval split_extension : 'w t -> 'w t * string
Sourceval basename : 'w t -> string
Sourceval extend_basename : 'w t -> suffix:string -> 'w t
Sourcemodule Fix_root (Root : sig ... end) : sig ... end
Sourceval relative : ?error_loc:Stdune__.Loc0.t -> 'w t -> string -> 'w t
Sourceval to_string_maybe_quoted : 'w t -> string
Sourceval is_descendant : 'w t -> of_:'w t -> bool
Sourceval is_root : 'w t -> bool
Sourceval parent_exn : 'w t -> 'w t
Sourceval parent : 'w t -> 'w t option
Sourceval explode : 'w t -> string list
Sourceval root : 'w t
Sourceval append : 'w t -> Stdune__.Path_intf.Unspecified.w t -> 'w t
Sourceval descendant : 'w t -> of_:'w t -> Stdune__.Path_intf.Unspecified.w t option
Sourceval reach : 'w t -> from:'w t -> string
Sourceval split_first_component : 'w t -> (string * Stdune__.Path_intf.Unspecified.w t) option
Sourcemodule L : sig ... end