asmjit 0.0~git20230818.1591915-1 source package in Ubuntu

Changelog

asmjit (0.0~git20230818.1591915-1) unstable; urgency=medium

  * New upstream version 0.0~git20230818.1591915

 -- Andrius Merkys <email address hidden>  Mon, 04 Sep 2023 04:06:08 -0400

Upload details

Uploaded by:
Debian Science Team
Uploaded to:
Sid
Original maintainer:
Debian Science Team
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Mantic release universe misc

Downloads

File Size SHA-256 Checksum
asmjit_0.0~git20230818.1591915-1.dsc 2.1 KiB 95a39697ad5864b1e197b0de51513b9b10901dfd27b971ab45d0dd260767e236
asmjit_0.0~git20230818.1591915.orig.tar.xz 644.0 KiB fe2f183bfa17e7bbdd01bb3fe268406415e8d5b247ce4658d4a2a2b74100d13e
asmjit_0.0~git20230818.1591915-1.debian.tar.xz 3.1 KiB 5e3d5ea9134cc8664a007d6c38472788d2c3efbbfe4005a02491dee2b2fb4495

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.