Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 721 Bytes

lockfiles.rst

File metadata and controls

26 lines (18 loc) · 721 Bytes

Lockfiles

Warning

This is an experimental feature subject to breaking changes in future releases.

Lockfiles are files that store the information of a dependency graph, including the exact versions, revisions, options, and configuration of that dependency graph. These files allow for later achieving reproducible results, and installing or using the exact same dependencies even when the requirements are not fully reproducible, for example when using version ranges or using package revisions.

.. toctree::
   :maxdepth: 2

   lockfiles/introduction
   lockfiles/configurations
   lockfiles/evolving
   lockfiles/build_order
   lockfiles/bundle
   lockfiles/ci