1 Repo
Tools for converting CPAN modules into native system packages.
Distinct from Source-Level Module Packaging: None of the candidates cover the conversion of language-specific modules to system packages; others focus on assets or general structuring.
Explore 1 awesome GitHub repository matching devops & infrastructure · Perl Module Packaging. Refine with filters or upvote what's useful.
fpm is a multiplatform package builder and converter used to create software packages for various Linux distribution formats from a single unified source. It functions as a Linux distribution packager and a cross-format converter, transforming local directories, existing packages, or language-specific modules into platform-native formats such as DEB and RPM. The tool acts as a language-specific package wrapper, bundling modules from Node.js, Python, Ruby, and Perl into system packages. It can also generate packages that automatically configure system services for targets like systemd. The pr
Provides capabilities to bundle CPAN modules into native system packages by querying metadata and handling build structures.