tinteddependsyaml
Tinteddependsyaml is a declarative manifest format expressed in YAML that describes a software project’s dependencies and their configuration for build and deployment pipelines. The format is designed to be human-readable while remaining machine-parseable, enabling explicit specification of direct dependencies, version constraints, sources, optional features, and platform requirements. It is typically named tinteddepends.yaml and placed at the root of a project to guide dependency resolution.
The manifest centers on a list of dependencies, each described by a set of fields such as
An example tinteddepends.yaml might include:
repo: "https://example.org/bar.git"
A resolver or build tool processes tinteddepends.yaml to resolve and lock dependencies, considering transitive requirements, platform