Conda-build refers to the toolset used for creating Conda package builds. Questions should relate to package build creation, management, and testing. Questions about using Conda or Conda packages should use the [conda] tag. Questions about installation behavior could overlap.
Conda-build is a toolset for generating package builds for Conda, a multi-language, multi-platform package and virtual environment management system. Like much of the Conda infrastructure, it is distributed as a Python package with entry points that define a CLI for common operations.
In addition to supporting de novo package development, it also provides a set of quick-start tools, such as conda-build skeleton
, that allow users to easily generate a Conda package from existing packages in language-specific repositories, such as PyPI or CRAN.