Provided by: opam-docs_1.2.2-4_all bug

NAME

       opam-admin-make - Initialize a repo for serving files.

SYNOPSIS

       opam-admin make [OPTION]... [PKG]...

ARGUMENTS

       PKG Names of the packages to include in the repo.

OPTIONS

       --compiler=VAL
           Specify the variable 'ocaml_version' to be used to filter packages when using
           '--resolve'.

       -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.

       --switch=VAL
           Specify the variable switch' to be used to filter packages when using '--resolve'.
           (Default: 'compiler_version')

       --version
           Show version information.