objectbox / objectbox-c

C and C++ database for objects and structs
https://objectbox.io/
Apache License 2.0
194 stars 35 forks source link

Conan package manager support #24

Open paulocoutinhox opened 2 years ago

paulocoutinhox commented 2 years ago

Hi,

Please, add conan package manager support.

I open an issue/request there: https://github.com/conan-io/conan-center-index/issues/11235

It will open the doors to we use on our projects like a dependency.

Thanks.

greenrobot commented 2 years ago

We used Conan in the beginning but then they changed some license for binary libs (iirc), and we had to move on...

CMake should be decent enough, if that's an option for you.

Kreijstal commented 2 years ago

We used Conan in the beginning but then they changed some license for binary libs (iirc), and we had to move on...

CMake should be decent enough, if that's an option for you.

What kind of licence, was it a commercial licence?

paulocoutinhox commented 2 years ago

ObjectBox was added to conan.

I don't know about licenses for binaries. What you mean?