Conan package
agauniyal opened this issue ยท 6 comments
I was going to use this library in next version of https://github.com/agauniyal/rang for which I was going to use conan.io for package management. Thought instead of bundling or using git submodule, why not publish optional-lite on conan as well - https://bintray.com/agauniyal/rang/optional-lite%3Arang
Since its a header only library its not much of maintenance task so I'll be happy to maintain this. You can mention in readme if you want or if you have any objection to this upload please leave a comment :) The repo for conan recipie is - https://github.com/agauniyal/conan-optional-lite
How to use
- Add nonstd-lite to conan remotes -
conan remote add nonstd-lite https://api.bintray.com/conan/agauniyal/nonstd-lite
- Add
optional-lite/2.2.0@nonstd-lite/stable
to[requires]
section inconanfile.txt
- Run
conan install
command
I'll be willing to upload your other libraries too (variant-lite, optional-lite/bare, any...) and maybe move them to another conan repo (instead of rang) if you want so ๐
Yes please, go ahead.
Not sure what you mean by
You can mention in readme if you want or if you have any objection to...
I f something should be added to the Readmes, can you provide PRs?
Thanks for your support.
Perhaps it's indeed a good idea to separate xxx-lite
conan packages from rang
.
I'll make the packages first and then send PRs to respective readme files. Can you suggest a name for such namespace under which I'll submit these packages(instead of current rang
)? Something like lite
or nonstd
itself because its definitely unique ๐
Both ? nonstd-lite
:)