dali

Indie assembler/linker for Android's Dalvik VM .dex & .apk files

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

Summary

Latest Version Unknown
License AGPL-3.0
CI Status Failing
Downloads 0
Last Indexed 2026-07-22 05:28

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 - - - - - - -

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.