Naios / continuable

C++14 asynchronous allocation aware futures (supporting then, exception handling, coroutines and connections)
https://naios.github.io/continuable/
MIT License
815 stars 44 forks source link

Conan not found in remote-center #29

Open p4654545 opened 4 years ago

p4654545 commented 4 years ago

@Naios

Conan fails to find the continuable package in conan-center.


Commit Hash

Don't understand what to write here...

Expected Behavior

The following command should find continuable in the central repository:

conan search continuable --remote=conan-center

Actual Behavior

Steps to Reproduce

Make sure Conan is installed, then run:

conan search continuable --remote=conan-center
There are no packages matching the 'continuable' pattern

Your Environment

Naios commented 4 years ago

There should be a package currently available in conan: https://bintray.com/naios/continuable/continuable%3Anaios (not the latest revision though)

Probably I'm going to disontinue support on conan since it consumes too much time to curate the library on any external package manager. The library is header only and without any build dependency, it can easily be included as git submodule or copied into your own source tree.

IceflowRE commented 3 years ago

https://github.com/conan-io/conan-center-index/pull/2076