fcml 1.2.0-1 source package in Ubuntu

Changelog

fcml (1.2.0-1) unstable; urgency=medium

  [ Ondřej Nový ]
  * d/watch: Use https protocol

  [ Stephen Kitt ]
  * New upstream release.
  * Fix the homepage URI. Closes: #930583.
  * Instead of hard-coding installation symlinks, install the hsdis
    library for any installed JVM, and use triggers to add and remove
    support for newly-installed or removed JVMs.
  * Add Build-Depends-Package entry in libfcml0.symbols.
  * Post-process generated documentation with dh_doxygen.
  * Switch to debhelper compatibility level 12.
  * Set “Rules-Requires-Root: no”.
  * Standards-Version 4.4.1, no further change required.

 -- Stephen Kitt <email address hidden>  Tue, 19 Nov 2019 17:59:01 +0100

Upload details

Uploaded by:
Stephen Kitt
Uploaded to:
Sid
Original maintainer:
Stephen Kitt
Architectures:
any all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
fcml_1.2.0-1.dsc 2.0 KiB bd50f5a789bfd49bc2f9b49ff3e2e47e8b3847577889661536fb8f6db434556e
fcml_1.2.0.orig.tar.xz 651.4 KiB ae5e5459a35e92a7b8133ba8ae88acaa981456b1ea30b8482f9dac04cac70026
fcml_1.2.0-1.debian.tar.xz 15.3 KiB 3570bbe11c028a8baf18c6bab59f728861d2a6e36ccbb0c74f1af8fcb0ab1139

Available diffs

No changes file available.

Binary packages built by this source

fcml: single-line assembler and disassembler

 FCML, the Free Code Manipulation Library, is a general-purpose
 machine code manipulation library for i386 and amd64 architectures.
 It includes an assembler and disassembler, instruction renderers and
 parsers, and supports Intel and AT&T (gas) syntax.
 .
 It supports most recent instruction set extensions, including MMX,
 3D-Now!, SSE including 4.2 and 4A, AVX and AVX2, AES-NI, TBM, BMI1
 and BMI2, HLE, ADX, CLMUL, RDRAND, RDSEED, FMA, FMA4, LWP, SVM, XOP,
 VMX and SMX.
 .
 This package contains a simple but useful single-line assembler and
 disassembler.

fcml-dbgsym: debug symbols for fcml
libfcml-dev: machine code manipulation library - development files

 FCML, the Free Code Manipulation Library, is a general-purpose
 machine code manipulation library for i386 and amd64 architectures.
 It includes an assembler and disassembler, instruction renderers and
 parsers, and supports Intel and AT&T (gas) syntax.
 .
 It supports most recent instruction set extensions, including MMX,
 3D-Now!, SSE including 4.2 and 4A, AVX and AVX2, AES-NI, TBM, BMI1
 and BMI2, HLE, ADX, CLMUL, RDRAND, RDSEED, FMA, FMA4, LWP, SVM, XOP,
 VMX and SMX.
 .
 This package contains the header files and library stubs required to
 develop with FCML.

libfcml-doc: machine code manipulation library - documentation

 FCML, the Free Code Manipulation Library, is a general-purpose
 machine code manipulation library for i386 and amd64 architectures.
 It includes an assembler and disassembler, instruction renderers and
 parsers, and supports Intel and AT&T (gas) syntax.
 .
 It supports most recent instruction set extensions, including MMX,
 3D-Now!, SSE including 4.2 and 4A, AVX and AVX2, AES-NI, TBM, BMI1
 and BMI2, HLE, ADX, CLMUL, RDRAND, RDSEED, FMA, FMA4, LWP, SVM, XOP,
 VMX and SMX.
 .
 This package contains the documentation.

libfcml0: machine code manipulation library

 FCML, the Free Code Manipulation Library, is a general-purpose
 machine code manipulation library for i386 and amd64 architectures.
 It includes an assembler and disassembler, instruction renderers and
 parsers, and supports Intel and AT&T (gas) syntax.
 .
 It supports most recent instruction set extensions, including MMX,
 3D-Now!, SSE including 4.2 and 4A, AVX and AVX2, AES-NI, TBM, BMI1
 and BMI2, HLE, ADX, CLMUL, RDRAND, RDSEED, FMA, FMA4, LWP, SVM, XOP,
 VMX and SMX.
 .
 This package contains the runtime library.

libfcml0-dbgsym: debug symbols for libfcml0
libhsdis0-fcml: HotSpot disassembler plugin using FCML

 This HotSpot plugin enables the PrintAssembly series of options in
 the JRE's HotSpot VM. It allows the binary code generated by the JIT
 compiler to be disassembled and logged.
 .
 This plugin is based on the FCML library, not on binutils (unlike the
 OpenJDK hsdis plugin).

libhsdis0-fcml-dbgsym: debug symbols for libhsdis0-fcml