1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
|
Source: libvecpf
Section: libs
Maintainer: Frédéric Bonnard <frediz@debian.org>
Priority: optional
Build-Depends: debhelper-compat (= 13)
Standards-Version: 4.5.0
Rules-Requires-Root: no
Homepage: https://github.com/libvecpf/libvecpf
Vcs-Git: https://salsa.debian.org/debian/libvecpf.git
Vcs-Browser: https://salsa.debian.org/debian/libvecpf
Package: libvecpf1
Architecture: powerpc ppc64 ppc64el
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: Vector Printf Library
This library extends ISO C printf so that it may print out vector data types.
The description of the extensions are in the AltiVec Technology Programming
Interface Manual.
.
Package: libvecpf-dev
Architecture: powerpc ppc64 ppc64el
Section: libdevel
Depends: libvecpf1 (= ${binary:Version}), ${misc:Depends}
Description: Vector Printf Library development files
This library extends ISO C printf so that it may print out vector data types.
The description of the extensions are in the AltiVec Technology Programming
Interface Manual.
.
This package contains the static library and header files used in development.
|