package odig

  1. Overview
  2. Docs
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/Docdir/index.html

Module Odig_support.Docdir

Lookup package documentation directory.

Package documentation directory

type t

The type for documentation directory information.

val dir : t -> B0_std.Fpath.t option

dir is the path to the documentation directory (if any).

val changes_files : t -> B0_std.Fpath.t list

changes_files i are the package's change log files.

val license_files : t -> B0_std.Fpath.t list

license_files i are the package's licenses files.

val odoc_pages : t -> B0_std.Fpath.t list

odoc_pages i are the package's odoc pages

val odoc_assets_dir : t -> B0_std.Fpath.t option

odoc_assets i is the package's odoc assets directory (if any).

val odoc_assets : t -> B0_std.Fpath.t list

odoc_assets i is the package's odoc assets directory contents.

val readme_files : t -> B0_std.Fpath.t list

readme_files i are the package's readme files.

Queries

val of_pkg : docdir:B0_std.Fpath.t -> Pkg.t -> t

query ~docdir pkg queries the documentation directory docdir for documentation about pkg.

OCaml

Innovation. Community. Security.