You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Would be nice to have versions printed along with package names, in the same way findlib does it:
Available packages:
lwt (version: 2.3.1)
bitstring (version: 0.7)
What do you think?
The upside of this is that for a smallish number of packages, there's
more useful information provided. If oasis-db grows to the size of
cpan, I don't imagine this will be so useful, as the density of the list
will go down significantly, making it scroll by quickly.
Overall, I like it, but maybe we should put it as a "-q" option, which
takes a pattern as argument and only prints packages matching that
pattern (possibly plus dependencies?)
Would be nice to have versions printed along with package names, in the same way
findlib
does it:What do you think?
The text was updated successfully, but these errors were encountered: