The Djazair Package Manager installs native extensions, resolves dependencies, and compiles C/C++ bindings — all from a single tool bundled with the language.
DPM fetches packages from the official extensions repository or any public GitHub repository and installs them globally into your Djazair libraries directory.
DPM is written entirely in Djazair and ships with the standard distribution. Once a package is installed, it is available system-wide — no local project folders required.
dpm.json scaffold for your package.All packages are fetched live from the djazair-extensions repository. Click any package to view its source code.
Built something useful? Submit it to the official repository and share it with the entire Djazair community.
dpm init to generate a dpm.json with name, version, and description fields.djazair-extensions on GitHub and add your package as a new subdirectory.dpm install.