package odig
Lookup documentation of installed OCaml packages
Install
Dune Dependency
Authors
Maintainers
Sources
odig-0.0.6.tbz
sha512=b0150e45e0522ba1eb661414cd9640e96f25648cc2636b6faa994a1af91562e39b5959dfd5ddf24ec36abbe7190e5af3b83aa9299507bc4ebb55f5c7f17abba0
doc/odig.support/Odig_support/Pkg/index.html
Module Odig_support.Pkg
Packages
Packages
val path : t -> B00_std.Fpath.t
path
is the path to the compilation objects of the package.
compare_by_caseless_name p0 p1
compares p0
and p1
by name in a caseless manner.
val pp : t B00_std.Fmt.t
pp
formats packages.
val pp_name : t B00_std.Fmt.t
pp_name
formats package names.
Queries
val of_dir : B00_std.Fpath.t -> t list
of_dir lib_dir
are the packages found in lib_dir
. This is simply all the directory names inside lib_dir
and an ocaml
package which points to ocamlc -where
.