asmjit 0.0~git20231115.1da9e4d-1 source package in Ubuntu

Changelog

asmjit (0.0~git20231115.1da9e4d-1) unstable; urgency=medium

  * New upstream version 0.0~git20231115.1da9e4d

 -- Andrius Merkys <email address hidden>  Mon, 27 Nov 2023 10:25:17 -0500

Upload details

Uploaded by:
Debian Science Team
Uploaded to:
Sid
Original maintainer:
Debian Science Team
Architectures:
amd64 arm64 i386 mips64el ppc64el riscv64 s390x alpha arc hppa hurd-i386 ia64 loong64 m68k powerpc ppc64 sh4 sparc64 x32
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc

Downloads

File Size SHA-256 Checksum
asmjit_0.0~git20231115.1da9e4d-1.dsc 2.4 KiB 74a2da6890bf32659f3f364eea19a2bffe9a4c51bfcd3f8943a17dafb65d3371
asmjit_0.0~git20231115.1da9e4d.orig.tar.xz 750.9 KiB 361308fc510137aa87d4dd6587ec84949b01ad654b77feea8ef145046587d493
asmjit_0.0~git20231115.1da9e4d-1.debian.tar.xz 3.2 KiB 949f03bc9273a2be1216078de3d1dfc29ee2c27bf0b645ffb22ee5475ab87342

No changes file available.

Binary packages built by this source

libasmjit-dev: Complete x86/x64 JIT and AOT Assembler for C++ (development files)

 AsmJit is a complete JIT and AOT assembler for C++ language. It can generate
 native code for x86 and x64 architectures and supports the whole x86/x64
 instruction set - from legacy MMX to the newest AVX512. It has a type-safe API
 that allows C++ compiler to do semantic checks at compile-time even before the
 assembled code is generated and/or executed.