conan-io / wishlist

This repo is to propose libraries, frameworks, and code in general that users would like to have in conan
MIT License
49 stars 5 forks source link

Cereal - C++11 Header-only serialization library #121

Closed solvingj closed 6 years ago

solvingj commented 6 years ago

No dependencies!

https://github.com/USCiLab/cereal

memsharded commented 6 years ago

Nice! Interestingly it has a CEREAL_THREAD_SAFE definition, which could be mapped as an option to conan (then use package_id() to only generate 1 package.

Testing depends on boost, which could be a nice exercise of a build_require.

I will suggest @pvicente to try to contribute it first to conan-community then to conan-center.

pvicente commented 6 years ago

See package in conan-community

Inclusion in conan-center has been requested.

CC: @solvingj @memsharded

memsharded commented 6 years ago

Published to conan-center