A command-line utility to download and install packages from APT repositories.
  • C 86%
  • Java 8.5%
  • CMake 4.4%
  • Python 0.8%
  • Shell 0.3%
Find a file
root 416c05ad25 Integrate Java CLI with JNI wrappers
Add Java bindings and CLI for the native library:
- nz-jni / repository-jni shared libraries (JNI wrappers for libquery,
  repository, package, options, nproc, osdetect)
- Java Gradle project under src/java (cli + library packages, tests)
- CMake nz-jni target linked to libnz, with NOUZEN_ASAN option
- repo_get_uri declaration in repository.h
- Gradle wrapper
2026-07-21 10:58:35 +00:00
.github/workflows Add -fipa-pta to release flags 2026-06-20 15:25:12 -03:00
src Integrate Java CLI with JNI wrappers 2026-07-21 10:58:35 +00:00
submodules Update submodules 2026-07-08 02:51:08 -03:00
tools Regenerate program_help.h 2026-07-09 18:11:19 -03:00
.editorconfig Initial commit 2025-05-02 07:41:41 -03:00
.gitattributes Initial commit 2025-05-02 07:41:41 -03:00
.gitignore Integrate Java CLI with JNI wrappers 2026-07-21 10:58:35 +00:00
.gitmodules Update submodules 2026-03-07 23:49:59 +01:00
CMakeLists.txt Integrate Java CLI with JNI wrappers 2026-07-21 10:58:35 +00:00
LICENSE Initial commit 2025-05-02 07:41:41 -03:00
options.conf Bundle the options.conf file with the package 2025-07-08 01:01:14 -03:00
README.md Initial commit 2025-05-02 07:41:41 -03:00

Nouzen

A command-line utility to download and install packages from APT repositories.