Rand Stats

Pakku::RecMan

github:hythm7

NAME

Pakku::RecMan - Recommendation Manager for Pakku

SYNOPSIS

Parse all distributions archives in store directory and add them to database

recman.raku --database=recman.sqlite --store=/path/to/distributions/archives update

serve the disributions's meta and archives, ( also can cooperate with other Pakku::RecMans )

PAKKU_RECMAN_HOST=localhost PAKKU_RECMAN_PORT=4242 recman.raku --database=recman.sqlite --store=/store --cooperate=recman.cpan.org --cooperate=recman.pakku.org serve;

INSTALLATION

pakku add Pakku::RecMan

# or 

zef install Pakku::RecMan

DESCRIPTION

Pakku::RecMan is a Recommendation Manager for Pakku

USE CASE

Having MyModule1 and MyModule2 served by local RecMan running in cooperative mode with other RecMans. Requesting MyModule1's meta will provide MyModule1 from the local RecMan and dependencies from the cooperative RecMans

CREDITS

AUTHOR

Haytham Elganiny elganiny.haytham@gmail.com

COPYRIGHT AND LICENSE

Copyright 2020 Haytham Elganiny

This library is free software; you can redistribute it and/or modify it under the Artistic License 2.0.