njlr
njlr
This should be supported via an alias system (https://github.com/LoopPerfect/buckaroo/issues/166)
Should note that Buckaroo Redux will support Git dependencies that are not hosted on The Big Three. These are internally referred to as "AdHoc" dependencies.
(Same for HTTP)
I think this was implemented? @nikhedonia
For example: ``` $ buckaroo version 0.1.0 ccfe143ec63fafe1474148b159cb6df7eb03fd77 (dirty) ```
This will be very helpful when helping diagnose issues.
This would make `pkg-config-*` packages more ergonomic.
It looks like the `mongo-cxx-driver` package was not exporting any targets, so the link had to be done manually. I have updated the package to with the exports now, so...
https://github.com/LoopPerfect/buckaroo/pull/355 Usage will be: ``` buckaroo explain github.com/some/package ```
Needs release and docs