Class | Librarian::Resolution |
In: |
lib/librarian/resolution.rb
|
Parent: | Object |
Represents the output of the resolution process. Captures the declared dependencies plus the full set of resolved manifests. The sources are already known by the dependencies and by the resolved manifests, so they do not need to be captured explicitly.
This representation may be produced by the resolver, may be serialized into a lockfile, and may be deserialized from a lockfile. It is expected that the lockfile is a direct representation in text of this representation, so that the serialization-deserialization process is just the identity function.
dependencies | [RW] | |
manifests | [RW] | |
manifests_index | [RW] |