version: Added "dependency versions" line.

This commit was sponsored by Anthony DeRobertis on Patreon.
This commit is contained in:
Joey Hess 2017-04-07 18:03:09 -04:00
parent 2ad7a3e1ff
commit e3184e54c9
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38
7 changed files with 47 additions and 6 deletions

View file

@ -15,3 +15,9 @@ It would show:
build flags: ...etc... TorrentParser-1.2.1 Feeds-2.3.1 Quvi-1.0.0
key/value backends: SHA256E SHA256 SHA512E SHA512 SHA224E SHA224 SHA384E SHA384 SHA3_256E SHA3_256 SHA3_512E SHA3_512 SHA3_224E SHA3_224 SHA3_384E SHA3_384 SKEIN256E SKEIN256 SKEIN512E SKEIN512 SHA1E SHA1 MD5E MD5 WORM URL
remote types: git gcrypt p2p S3 bup directory rsync web bittorrent webdav tahoe glacier ddar hook external
> Well, I think better not to complicate the build flags list, which the
> user may want to refer to, with this. Also, there should be a way to
> indicate versions for libraries that don't have a build flag, when the
> version is a common question. So, let's add it as a separate line of
> data. [[done]] --[[Joey]]