jnr-x86asm 1.0.2-5.1 source package in Ubuntu

Changelog

jnr-x86asm (1.0.2-5.1) unstable; urgency=medium

  * Non maintainer upload by the Reproducible Builds team.
  * No source change upload to rebuild on buildd with .buildinfo files.

 -- Holger Levsen <email address hidden>  Mon, 28 Dec 2020 13:54:11 +0100

Upload details

Uploaded by:
Debian Java Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Java Maintainers
Architectures:
all
Section:
java
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe java
Noble release universe java
Mantic release universe java
Lunar release universe java
Jammy release universe java

Builds

Hirsute: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
jnr-x86asm_1.0.2-5.1.dsc 2.1 KiB c2c1b52d797abda5bf3aaf07542944234d45884373eccfb3c7de2b47c136f325
jnr-x86asm_1.0.2.orig.tar.gz 111.5 KiB c5f2b543695241c9549bf84151cb37b0c09335f442a36dbdae494e9a35a68f73
jnr-x86asm_1.0.2-5.1.debian.tar.xz 4.4 KiB 918dfcc24450b82ebd1203c3196d869b46aa7c6a0e43fdc27ba1aa8bc61eb262

Available diffs

No changes file available.

Binary packages built by this source

libjnr-x86asm-java: Pure java x86 and x86_64 assembler

 This is a pure-java port of asmjit.
 .
 AsmJit is complete x86/x64 JIT-Assembler for C++ language. It supports
 32/64-bit x86 processors including all usable extensions (FPU, MMX, 3dNow, SSE,
 SSE2, SSE3 and SSE4) through type-safe API that mimics Intel assembler syntax
 and eliminates nearly all common mistakes that can be done by developers.
 .
 AsmJit contains also high-level code generation classes that can be used as a
 portable way to create JIT code that should run on all supported architectures.
 High-level classes can handle various function calling-conventions, register
 allocation and 32/64-bit mode differences.
 .
 AsmJit has been successfully tested by various C++ compilers (including MSVC,
 GCC and BorlandC++) under all major operating systems (including Windows, Linux
 and MacOS). AsmJit has been also ported to other programming languages
 including Java, Delphi and Smalltalk (although these ports are not official
 part of AsmJit and was developed outside).