Skip to content

Commit

Permalink
chore: comments in the .mli
Browse files Browse the repository at this point in the history
Signed-off-by: Antonio Nuno Monteiro <[email protected]>
  • Loading branch information
anmonteiro committed Mar 29, 2023
1 parent 888b162 commit 37cabf4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/dune_rules/findlib/findlib.mli
Original file line number Diff line number Diff line change
Expand Up @@ -51,16 +51,21 @@ module Config : sig

val to_dyn : t -> Dyn.t

(** Finds the library search paths for this configuration, prepending
[OCAMLPATH] if set *)
val path : t -> Path.t list

(** Finds program [prog] for this configuration, if it exists *)
val tool : t -> prog:string -> Path.t option Memo.t

val ocamlpath_sep : char

(** Read and parse the [OCAMLPATH] environment variable *)
val ocamlpath : Env.t -> Path.t list

val extra_env : t -> Env.t

(** Load the findlib configuration for this [findlib_toolchain], if any. *)
val discover_from_env :
env:Env.t
-> which:(string -> Path.t option Memo.t)
Expand Down

0 comments on commit 37cabf4

Please sign in to comment.