pakket
pakket copied to clipboard
An Unopinionated Meta-Packaging System
I would like to collect the goals of the documentation here. - [ ] All classes - [ ] Introduction - [ ] Tutorial Anything else?
Currently there is no way for users to edit specs except direct editing of spec repo. We need something user-friendly. Some copypaste from the channel: Dmitry which command should we...
Group packages should allow grouping multiple packages into a single package. This is similar to the CPAN `Task::` packages, except they actually bundle all the files together. "Bundle" might be...
Add symlink for Pakket to run it from command line without knowledge of full path.
Use yum-similar commands in Pakket to make sysadmin's live easy. yum list/install/remove
In installer, user has to specify exact version of package which he wants to install: `$ pakket install perl/AnyEvent=7.13:1` This is not convenient. User have to know that last version...
In case if user didn't specify exact number of version in installer `$ pakket install perl/AnyEvent` update current installation if parcel repo has new version.
Installer creates new installation directory for each new installation. At the end installer remove old directories. But if there were errors, for example package doesn't exist, installer doesn't remove new...
[Log::Any](https://metacpan.org/pod/Log::Any) finally [added](http://blogs.perl.org/users/preaction/2017/08/logany---now-with-structured-logging.html) structured logging. I wanted this to be available to send to the logger more information. Specifically. I wanted to know whether the logger should die (which we...