package rocq-runtime

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

Install

dune-project
 Dependency

Authors

Maintainers

Sources

rocq-9.2.0.tar.gz
sha256=a45280ab4fbaac7540b136a6b073b4a6db15739ec1e149bded43fa6f4fc25f20

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