1
0

add more development packages

This commit is contained in:
2025-09-21 19:43:15 -07:00
parent 05d4fd7ed2
commit a33d121a6d

View File

@@ -10,6 +10,8 @@
# Code hosting and project management tools # Code hosting and project management tools
gh # GitHub CLI tool gh # GitHub CLI tool
git # Version control system
git-lfs # Git Large File Storage
# === DATA PROCESSING AND QUERY TOOLS === # === DATA PROCESSING AND QUERY TOOLS ===
# Tools for working with structured data # Tools for working with structured data
@@ -21,6 +23,7 @@
# Network debugging and analysis tools # Network debugging and analysis tools
jwhois # Internet whois client jwhois # Internet whois client
lftp # FTP/HTTP file transfer client
tcpdump # Network packet analyzer tcpdump # Network packet analyzer
# === DATABASE TOOLS === # === DATABASE TOOLS ===
@@ -35,6 +38,20 @@
hunspellDicts.de_DE # German dictionary hunspellDicts.de_DE # German dictionary
hunspellDicts.en_US-large # English US dictionary hunspellDicts.en_US-large # English US dictionary
# === PYTHON DEVELOPMENT ===
# Python ecosystem and tools
python3 # Python interpreter
python3Packages.pip # Python package installer
python3Packages.virtualenv # Virtual environment management
python3Packages.poetry # Modern Python dependency management
# === C/C++ DEVELOPMENT ===
# LLVM toolchain and language server support
llvmPackages_20.libclang # LLVM Clang library
llvmPackages_20.libclang.python # Python bindings for libclang
# === JAVA DEVELOPMENT === # === JAVA DEVELOPMENT ===
# Java ecosystem tools and frameworks # Java ecosystem tools and frameworks