package dune-action-plugin

  1. Overview
  2. Docs

Module V1.PathSource

Representation of paths for "dune_action_plugin" library.

We shouldn't use absolute paths when communicating with Dune, so this module allows user to represent only relative paths.

Sourcetype t
Sourcemodule O : sig ... end
Sourceval concat : t -> t -> t

Concatenate two paths.

Sourceval to_string : t -> string
Sourceval of_string : string -> t

Convert path to string. Throws an Invalid_argument exception if passed string is not a relative path.

OCaml

Innovation. Community. Security.