CPM.Manage
This package contains tools to manage the central repository of the Curry Package Manager CPM. For instance, it provides support to test all packages of the central repository or to generate web pages for all packages.
After checking out the tool by the command
> cypm checkout cpm-manage
go into the root directory of the package and run
> cypm install
Alternatively, one can install the latest version directly by
> cypm install cpm-manage
This installs the executable cpm-manage
in the bin directory of CPM.
This tool provides various commands. For instance,
> cpm-manage testall
tests all packages of the central repository by installing each package and testing it with cypm test
.
The command
> cpm-manage genhtml
generates HTML pages for all packages of the central repository.