spirv-tools 2024.2~rc1-1 source package in Ubuntu

Changelog

spirv-tools (2024.2~rc1-1) unstable; urgency=medium

  * New upstream release.
  * patches: Refreshed.
  * control: Bump build-dep on spirv-headers.

 -- Timo Aaltonen <email address hidden>  Thu, 30 May 2024 11:01:53 +0300

Upload details

Uploaded by:
Debian X Strike Force
Uploaded to:
Sid
Original maintainer:
Debian X Strike Force
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular proposed universe libdevel

Downloads

File Size SHA-256 Checksum
spirv-tools_2024.2~rc1-1.dsc 2.0 KiB 3713d2bf033e0362320e61a0462847d648213728df8b2ecc93c1a08b3ab43fff
spirv-tools_2024.2~rc1.orig.tar.gz 3.0 MiB 028ed411ccc09b259f9dbdb730476be503d1923c6a9ce62e3f1de94efa8d1edb
spirv-tools_2024.2~rc1-1.debian.tar.xz 3.9 KiB 4737b69f9fd9af9b9bd3d549e7de2cceac39d16ec576134860eefcd2cb327942

Available diffs

No changes file available.

Binary packages built by this source

spirv-tools: API and commands for processing SPIR-V modules

 The project includes an assembler, binary module parser, disassembler,
 validator, and optimizer for SPIR-V. Except for the optimizer, all are
 based on a common static library. The library contains all of the
 implementation details, and is used in the standalone tools whilst
 also enabling integration into other code bases directly. The
 optimizer implementation resides in its own library, which depends on
 the core library.

spirv-tools-dbgsym: debug symbols for spirv-tools