After discussion in the meeting, we decided to use the all branch to store all packages from Conan.
Directory structure:
/llpkg
├── namespace
│ ├── 7zip
│ │ ├── 23.01
│ │ └── 22.01
├── namespace
│ ├── cs_libguarded
│ │ ├── 1.4.1
│ │ └── 1.4.0
Tags in the all branch will follow the format below. The trailing v0.1.0 is unrelated to the original version:
namespace/cjson/3.4.5/v0.1.0
namespace/cjson/3.4.4/v0.1.0
After discussion in the meeting, we decided to use the all branch to store all packages from Conan.
Directory structure:
Tags in the all branch will follow the format below. The trailing v0.1.0 is unrelated to the original version:
lib#57