Source: spirv-tools Section: libdevel Priority: optional Maintainer: Debian X Strike Force Build-Depends: debhelper (>=10), cmake, python3-dev, spirv-headers (>= 1.3+git20190113-1~), Standards-Version: 4.1.3 Homepage: https://github.com/KhronosGroup/SPIRV-Tools Vcs-Git: https://salsa.debian.org/git/xorg-team/vulkan/spirv-tools.git Vcs-Browser: https://salsa.debian.org/git/xorg-team/vulkan/spirv-tools.git Package: spirv-tools Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} Description: 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.