package opam-core

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Unix.BaseSource

of_string will translate filesystem dir sep to slashes '/'.

include OpamStd.ABSTRACT
Sourcetype t
Sourceval compare : t -> t -> int
Sourceval equal : t -> t -> bool
Sourceval of_string : string -> t
Sourceval to_string : t -> string
Sourcemodule Set : OpamStd.SET with type elt = t
Sourcemodule Map : OpamStd.MAP with type key = t
Sourceval of_base : Base.t -> t

Convert basename to a raw basename. Translates filesystem dir sep to slashes '/'.

Sourceval to_base : t -> Base.t