10 version = "unstable-2023-04-28";
12 src = fetchFromGitHub {
15 rev = "3577608cab0bc509f856ebf6e41b2f9d9f71acc4";
16 hash = "sha256-EIfSruaM2Z64XOYAeEaf/wFy6/7UO6Sth487R1Q0yhI=";
27 description = "Machine code generation for C++";
29 AsmJit is a lightweight library for machine code generation written in
30 C++ language. It can generate machine code for X86, X86_64, and AArch64
31 architectures and supports baseline instructions and all recent
34 homepage = "https://asmjit.com/";
35 license = licenses.zlib;
36 maintainers = with maintainers; [ nikstur ];