Example recipes
Go packages
If you want to package a Go package to conda-forge, you can use this recipe template:
Rust packages
If you want to package a Rust package to conda-forge, you can use this recipe template:
pure-Python packages
This guide shows you how to create a conda-forge recipe for a pure-Python package (a package that contains only Python code and no compiled extensions).
Python abi3 packages
Packages built against Python's stable ABI (abi3) are compiled once and run on every supported Python version, so a single build covers them all.