Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/Roqc/doc/sphinx/using/libraries/   (Beweissystem des Inria Version 9.1.0©)  Datei vom 15.8.2025 mit Größe 2 kB image not shown  

Quelle  index.rst   Sprache: unbekannt

 
.. _libraries:

=====================
Libraries and plugins
=====================

Libraries and plugins contain compiled Rocq scripts with useful definitions,
theorems, notations and settings that can be loaded at runtime.  In addition,
plugins can add new tactics and commands written in OCaml.

The Rocq Prover is distributed with a standard library and a set of internal
plugins (most of which provide tactics that have already been
presented in :ref:`writing-proofs`).  This chapter presents this
standard library and some of these internal plugins which provide
features that are not tactics.

In addition, Rocq has a rich ecosystem of external libraries and
plugins.  These libraries and plugins can be browsed online through
the `Rocq Package Index <https://rocq-prover.org/packages>`_ and
installed with the `opam package manager
<https://rocq-prover.org/docs/using-opam>`_.

:gdef:`Libraries <library>` contain only compiled Rocq scripts.
:gdef:`Plugins <plugin>` can also include compiled OCaml code that can change
the behavior of Rocq.  Both are :term:`packages <package>`.
While users configure and load them identically, there are a few differences
to consider:

- Nearly all plugins add functionality that could not be added otherwise
  and they likely add new top-level commands or tactics.
- Compared to libraries, plugins can change Rocq's behavior in many possibly
  unexpected ways. Therefore, using a plugin requires a higher degree of trust
  in its authors than is needed for libraries.  If desired, you can mitigate
  trust issues by running :ref:`rocqchk` on compiled files produced from Rocq
  scripts that load plugins.  (`rocqchk` doesn't load plugins, so they won't be
  part of trusted code base.)
- Plugins that aren't in Rocq's
  `CI (continuous integration) system <https://github.com/coq/coq/blob/master/dev/ci/README-users.md>`_
  are more likely
  to break across major versions due to source code changes to Rocq.  You may want to
  consider this before adopting a new plugin for your project.

.. toctree::
   :maxdepth: 1

   ../../language/coq-library
   ../../addendum/extraction
   ../../addendum/miscellaneous-extensions
   funind
   writing

[ Dauer der Verarbeitung: 0.17 Sekunden  (vorverarbeitet)  ]