SYNOPSIS
opam-admin make [OPTION]... [PKG]...
ARGUMENTS
- PKG
- Names of the packages to include in the repo.
OPTIONS
- -d, --dryrun
- Simply display the possible actions instead of executing them.
- --debug
- Display debug messages.
- -g, --generate-checksums
- Automatically correct the wrong archive checksums.
- --help[=FMT] (default=pager)
- Show this help in format FMT (pager, plain or groff).
- -i, --index
- Only build indexes, not package archives.
- -r, --recursive
- Recurse among the transitive dependencies of the packages and download all available versions of the dependencies.
- --resolve
- A more advanced version of `--recursive' that calculates a single usable snapshot of the package universe, resulting in a single version of each package. If you need more flexibility among package versions, you should continue to use `--recursive' to download all the archives.
- --version
- Show version information.