itchyny / gojq

Pure Go implementation of jq
MIT License
3.26k stars 118 forks source link

Make available via conda-forge #261

Closed corneliusroemer closed 2 weeks ago

corneliusroemer commented 1 month ago

Would be great to have gojq installable via conda-forge.

There's a third-party build available already (except for linux-aarch64) from @danielnachun: https://anaconda.org/dnachun/gojq

Reason for using gojq over jq in my case would be that jq has a limited depth limit (see https://stackoverflow.com/questions/75524357/how-to-increase-depth-limit-of-jq)

itchyny commented 1 month ago

If there is already a package which is up to date, that's enough, isn't it?

danielnachun commented 1 month ago

Just clarify this, the reason I will submit it to conda-forge is because there is better build infrastructure on their CI system than I have on the one I set up - i.e. support for Windows and Linux architectures not supported by GitHub Actions, as well as automatic updates and more. I'm already planning to submit the package to conda-forge so this should hopefully be resolved in the next few days.

corneliusroemer commented 1 month ago

Thanks a lot @danielnachun!

If there is already a package which is up to date, that's enough, isn't it?

Few reasons why it's best to have it in conda-forge rather than some third-party channel: