package rocq-runtime

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

Install

dune-project
 Dependency

Authors

Maintainers

Sources

rocq-9.1.0.tar.gz
sha256=b236dc44f92e1eeca6877c7ee188a90c2303497fe7beb99df711ed5a7ce0d824

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