repology 1.3.0
CLI utility for Repology.org
To use this package, run the following command in your project's root directory:
Manual usage
Put the following dependency into your project's dependences section:
repology
repology
is a command line interface for Repology.org.
It is primarily designed for
OpenBSD,
FreeBSD,
and
NetBSD
developers, users, and port maintainers.
It is written in D.
Building
If you are using DMD:
$ make
$ sudo make install
If you are using LDC:
$ make DMD=ldmd2
$ sudo make install
If you are using GDC:
$ make DMD=gdc DFLAGS='-O2 -pipe -frelease -finline -o repology'
$ sudo make install
Usage examples
Get information on the Digital Mars D compiler from the default 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
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.
License
ISC License. See
LICENSE
for more information.
- Registered by Brian Callahan
- 1.3.0 released 4 months ago
- ibara/repology
- ISC
- Copyright © 2024, Brian Callahan
- Authors:
- Dependencies:
- none
- Versions:
-
1.3.0 2024-Jul-05 ~main 2024-Jul-05 - Download Stats:
-
-
0 downloads today
-
0 downloads this week
-
0 downloads this month
-
0 downloads total
-
- Score:
- 0.8
- Short URL:
- repology.dub.pm