nalgeon / sqlean

The ultimate set of SQLite extensions
MIT License
3.65k stars 115 forks source link

conda support #114

Closed axiomofjoy closed 4 months ago

axiomofjoy commented 4 months ago

We are interested in adding sqlean as a dependency to our open-source project, but we distribute our package via conda, which requires our dependencies to be on conda-forge. Does this package have a conda feedstock?

nalgeon commented 4 months ago

Unfortunately, it does not, and I have no idea what conda forge or conda feedstock is.

axiomofjoy commented 4 months ago

Thanks for the quick response. Conda forge is a distribution channel for conda, and the feedstock for a repo provides config, instructions for building the package, etc. These are what allow someone to install your package via conda install. For example, here's the feedstock for our project.

We need to do some more investigation on our end, but we might be interested in adding and maintaining a feedstock for sqlean so it can be installed via conda. Just wanted to get your initial thoughts here.

nalgeon commented 4 months ago

I see. Unfortunately, I'm not at all familiar with the Conda ecosystem, and I don't have the capacity to dive into it. Feel free to ask anything about sqlean, but I'm afraid I won't be able to help with the Conda thing in any way.

axiomofjoy commented 4 months ago

Definitely understand. Thanks for your response.