Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/moritz/package-info

Example project to demonstrate Debian packaging and automating deployments
https://github.com/moritz/package-info

Last synced: 16 days ago
JSON representation

Example project to demonstrate Debian packaging and automating deployments

Awesome Lists containing this project

README

        

This is small web service that produces the output of `dpkg -l` (that is, a
list of known Debian package, whether they are installed, if yes, in
which version, and short description) via HTTP.

It is not meant for production usage, rather as an example for
[my book on automating
deployments](https://perlgeek.de/en/book/automating-deployments).

If this topic is of interest to you, please [follow the accompanying
blog](https://perlgeek.de/blog-en/automating-deployments/).