Languages: English | Русский | Қазақша
Package management library for NurOS.
| Dependency | Description |
|---|---|
| Meson | Build system |
| Ninja | Build tool |
| pkg-config | Helper tool for compiling |
| libarchive | Archive and compression library |
| libiron | Logging library |
nix buildsudo pacman -S meson ninja pkgconf libarchivesudo apt install meson ninja-build pkg-config libarchive-devsudo dnf install meson ninja-build pkgconf libarchive-develsudo zypper install meson ninja pkgconf libarchive-develsudo apk add meson ninja pkgconf libarchive-devsudo emerge dev-build/meson dev-build/ninja dev-util/pkgconf app-arch/libarchivesudo xbps-install meson ninja pkgconf libarchive-develNote: You also need to build and install libiron manually.
meson setup build --buildtype=release
meson compile -C buildsudo meson install -C buildThis project is licensed under the GNU General Public License v3.0 (GPL-3.0).
See the LICENSE file for details.
Copyright (C) 2025 NurOS