Skip to content

ibara/repology

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 about the Digital Mars D compiler:

  • repology 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 ports@openbsd.org, starting with coreutils:

  • repology --maintainer ports@openbsd.org --begin coreutils

See the manual page for more information.

License

ISC License. See LICENSE for more information.