getml / reflect-cpp

A C++20 library for fast serialization, deserialization and validation using reflection. Supports JSON, BSON, CBOR, flexbuffers, msgpack, TOML, XML, YAML / msgpack.org[C++20]
https://getml.github.io/reflect-cpp/
MIT License
901 stars 76 forks source link

conda-forge package #148

Open domcir opened 1 month ago

domcir commented 1 month ago

Is it possible to publish any new release package to conda-forge and conan?

liuzicheng1987 commented 1 month ago

Hi @domcir, so far the releases to Conan have always been done my someone in the community. We've never done this ourselves.

If you want to do it, feel free to do so. Otherwise, I could do it as well.

liuzicheng1987 commented 1 month ago

As far as conda-forge is concerned, isn't that a Python package manager?