package odig
Lookup documentation of installed OCaml packages
Install
Dune Dependency
Authors
Maintainers
Sources
odig-0.0.4.tbz
sha256=317bff8108f310ba14b435162f27921fb21f4f8a522121b1388b26b1515c496d
md5=cea6608b4d0a62df5c358d771fd1a148
doc/odig_support/Odig_support/Pkg/index.html
Module Odig_support.Pkg
Packages
Packages
val path : t -> B0_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 B0_std.Fmt.t
pp
formats packages.
val pp_name : t B0_std.Fmt.t
pp_name
formats package names.
Queries
val of_dir : B0_std.Fpath.t -> t list
of_dir libdir
are the packages found in libdir
. This is simply all the directory names inside libdir
and an ocaml
package which points to ocamlc -where
.