repology
is a command line interface for
Repology.org
written in
D.
repology
will attempt to autodetect your operating system for
selecting a repository when --repo
is not specified. This
autodetection works for the BSDs, macOS, and Windows.
Autodetection works partially for Linux-based operating systems. Currently, Alpine, Debian, Fedora, and Ubuntu are autodetected.
Autodetection works partially for Illumos-based operating systems. Currently, OpenIndiana is autodetected.
$ ./configure
$ make
$ sudo make install
Get information on the Digital Mars D compiler from your operating system's autodetected repository:
repology dmd
Get information on the Digital Mars D compiler from all repositories:
repology --all dmd
Get 200 items from pkgsrc:
repology --repo pkgsrc_current
Get information about both Chrome and Firefox from FreeBSD ports:
repology --repo freebsd chromium firefox
Get up to 200 packages maintained by [email protected], starting with coreutils:
repology --maintainer [email protected] --begin coreutils
See the manual page for more information.
ISC License. See
LICENSE
for more information.