dali

Dalvik Assembler/Linker

Pure Nim score 15/100 · tests present · no docs generated

Summary

Latest Version 0.2.3
License AGPL-3.0
CI Status Failing
Downloads 0
Last Indexed 2026-08-26 06:47

Authors

  • Mateusz Czapliński

Installation

nimble install dali
choosenim install dali
git clone https://github.com/akavel/dali

OS Compatibility

Platform Linux macOS Windows FreeBSD OpenBSD NetBSD Android iOS WASM Embedded
dali - - - - - - -

Dependencies

Package Version Optional
nim >= 1.0.0 No
patty 0.3.3 No

Source

Repository https://github.com/akavel/dali
Homepage https://github.com/akavel/dali
Registry Source nimble_official

README

dali — an indie assembler/linker for Dalvik VM .dex & .apk files (Work In Progress)

This project has no proper usage guide yet. Please see hellomello for a sample project using it, with step-by-step build instructions. For hacking on the project, see: src/dali.nim, esp. the render function, and the test suite in: tests/tdex.nim.