jnr-x86asm 1.0.2-6 source package in Ubuntu

Changelog

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

  * Team upload.
  * debhelper-compat (= 13)
  * Build-depending on the headless JDK only
  * Switch from cdbs to dh
  * Drop redundant d/README.Debian-source
  * Fix watch file
  * Standards-Version: 4.7.0 (routine-update)
  * Reorder sequence of d/control fields by cme (routine-update)
  * Secure URI in copyright format (routine-update)

 -- Andreas Tille <email address hidden>  Thu, 23 Jan 2025 10:28:46 +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
Questing release universe java
Plucky release universe java

Builds

Plucky: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
jnr-x86asm_1.0.2-6.dsc 2.1 KiB 44a7ed010f8706e293e7ca79e0134ce968169fe352388b66c49912acbfff014c
jnr-x86asm_1.0.2.orig.tar.gz 111.5 KiB c5f2b543695241c9549bf84151cb37b0c09335f442a36dbdae494e9a35a68f73
jnr-x86asm_1.0.2-6.debian.tar.xz 4.4 KiB ec1702c6c573a49997176a884ef7f2dc18fbaac377313fcad6f157ae9b5d4dc0

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