package odig
Lookup documentation of installed OCaml packages
Install
Dune Dependency
erratique.ch
Readme
Changelog
ISC; LicenseRef-ParaType-Free-Font-License; LicenseRef-DejaVu-fonts License
Edit opam file
Versions (7)
Authors
Maintainers
Sources
odig-0.0.7.tbz
sha512=1398656a8719a37db3f47083a08ab7124ec51bd1df5fe0e4b65410088267f21eccb096ea7494237c411a68e17c44c27d3789f1c8835dcb533c921391425f4def
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
.