Closed axiomofjoy closed 7 months ago
Unfortunately, it does not, and I have no idea what conda forge or conda feedstock is.
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.
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.
Definitely understand. Thanks for your response.
We are interested in adding
sqlean
as a dependency to our open-source project, but we distribute our package viaconda
, which requires our dependencies to be on conda-forge. Does this package have a conda feedstock?