mamba/dev/environment-dev-extra.yml

28 lines
450 B
YAML

channels:
- conda-forge
dependencies:
# Compiler cache
- ccache
# C++ LSP tools and related packages
- clang-tools
- clang
- clangxx
- lld
- cmake-format
# C++ Debugging
- gdb
- valgrind
# Python LSP support
- python-lsp-server-base
- python-lsp-black
- black
# Interactive Python tools
- jupyterlab
- ipython
# Python Debugging
- ipdb
# Github CLI tool
- gh
# Taskfile for running scripts
- go-task