Skip to content

Commit

Permalink
Expose OpamSystem.apply_cygpath
Browse files Browse the repository at this point in the history
  • Loading branch information
dra27 committed Nov 8, 2023
1 parent 5c7d0b1 commit 1437d22
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/core/opamSystem.mli
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,9 @@ val get_cygpath_function: command:string -> (string -> string) lazy_t
otherwise. *)
val get_cygpath_path_transform: (pathlist:bool -> string -> string) lazy_t

(** Applies the cygpath command to the argument. Requires cygpath to be resolved. *)
val apply_cygpath: string -> string

(** [command cmd] executes the command [cmd] in the correct OPAM
environment. *)
val command: ?verbose:bool -> ?env:string array -> ?name:string ->
Expand Down

0 comments on commit 1437d22

Please sign in to comment.