spirv-tools 2023.3-1 source package in Ubuntu

Changelog

spirv-tools (2023.3-1) unstable; urgency=medium

  * New upstream release.
  * patches: Drop an upstreamed patch.
  * control: Bump build-dep on spirv-headers.

 -- Timo Aaltonen <email address hidden>  Mon, 12 Jun 2023 17:41:36 +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

Downloads

File Size SHA-256 Checksum
spirv-tools_2023.3-1.dsc 1.9 KiB f090c962681eefd9d82246f8c2ecaabd907c673652301012b2960cc751b0b1ee
spirv-tools_2023.3.orig.tar.gz 2.9 MiB aea58b91e2603981fb08d36949751cb1568c37e033331f58a0e3c81383f2cb79
spirv-tools_2023.3-1.debian.tar.xz 3.7 KiB 28f84afb3c6fe51ad5017dc87778d82c954a70679fb6413c6365dd29ffe74619

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