Conan.io builder for abseil project.
The packages generated with this conanfile.py can be found in Bintray.
Abseil has Conan supported, however its CI infrastructure is in [review] (abseil/abseil-cpp#197). Meanwhile, Conan Community will provide a minimal infrastructure only to build Conan packages. This project shall be DEPRECATED in the future, when Abseil will provide its own official package.
Since Abseil prefer to adopt "bleeding-edge" flavor, our releases will be created by date (YYYYMMDD). The commit id does not help when you want to sort in a package search.
$ conan install abseil/20190122@conan/stable
If you handle multiple dependencies in your project is better to add a conanfile.txt:
[requires]
abseil/20190122@conan/stable
[generators]
txt
cmake