LoopPerfect / buckaroo

The decentralized package manager for C++ and friends 🏝️
https://buckaroo.pm
MIT License
935 stars 33 forks source link

Add/Fix support for gitlab subprojects #322

Closed nikhedonia closed 5 years ago

nikhedonia commented 5 years ago

The parser currently does not support subprojects as it expects exactly two /. gitlab.com/just-a-framework/libraries/std-port@branch=master

njlr commented 5 years ago

GitLab can nest projects in subfolders to an arbitrary depth. We need to expand the data-structure and parser to support this.

Regular old org/project style URLs continue to work.

njlr commented 5 years ago

WIP https://github.com/LoopPerfect/buckaroo/tree/bugfix/322

njlr commented 5 years ago

https://github.com/LoopPerfect/buckaroo/pull/324