package rocq-runtime

  1. Overview
  2. Docs
The Rocq Prover -- Core Binaries and Tools

Install

dune-project
 Dependency

Authors

Maintainers

Sources

rocq-9.1.1.tar.gz
sha256=35cd03fc4193969b1cce01190340e5c129c1ba8f02242a9e6dff4b83be118759

doc/rocq-runtime.coqdeplib/Coqdeplib/Fl/index.html

Module Coqdeplib.FlSource

Sourceval findlib_deep_resolve : file:string -> package:string -> string list * string list

findlib_deep_resolve ~file ~package tries to locate a .cmxs for a given package. It also searches for its dependencies.

Dependencies of coq-core.toplevel (i.e. coqc) are ignored.

file is used for error messages.

If a META file for package is found, it will try to use it to resolve the path to the .cmxs, and return a relative path to both. If not, it errors.

Sourcemodule Internal : sig ... end