logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

debcargo-build-order - Print the transitive dependencies of a package in topological order

Description

       Print the transitive dependencies of a package in topological order

Name

       debcargo-build-order - Print the transitive dependencies of a package in topological order

Options

--config-dir=CONFIG_DIR
              Directory for configs. The config subdirectory for a given crate is looked up by their crate  name
              and  version,  from  more  specific  to  less specific, e.g. <crate>-1.2.3, then <crate>-1.2, then
              <crate>-1 and finally <crate>. The config file is read from the  debian/debcargo.toml  subpath  of
              the looked-up subdirectory

       --resolve-type=RESOLVE_TYPE [default: SourceForDebianUnstable]
              Resolution type

              [possiblevalues: SourceForDebianUnstable, BinaryAllForDebianTesting]

       --emulate-collapse-features
              Emulate resolution as if every package were built with --collapse-features

       -h, --help
              Print help

       <CRATE_NAME>
              Name of the crate to package

       [VERSION]
              Version of the crate to package; may contain dependency operators

                                                  build-order                            debcargo-build-order(1)

Synopsis

debcargobuild-order   [--config-dir]   [--resolve-type]   [--emulate-collapse-features]   [-h|--help]
       <CRATE_NAME> [VERSION]

See Also