package odoc-driver

  1. Overview
  2. Docs

Module Odoc_driver_lib.OcamlfindSource

Sourceval get_dir : string -> (Fpath.t, [> `Msg of string ]) result

get_dir libname returns the path where libname is installed

Sourceval all : unit -> string list

all () returns a list of all packages

Sourceval archives : string -> string list

Returns the list of archive file names of a given library

Sourceval sub_libraries : string -> Util.StringSet.t

Returns the list of sublibraries of a given library

Sourceval deps : string list -> (Util.StringSet.t, [> `Msg of string ]) result

Returns the list of transitive package dependencies of given libraries

Sourcemodule Db : sig ... end
OCaml

Innovation. Community. Security.