File: control

package info (click to toggle)
ne10 1.2.1-3
  • links: PTS
  • area: main
  • in suites: stretch
  • size: 7,660 kB
  • ctags: 3,606
  • sloc: ansic: 26,841; asm: 8,546; cpp: 2,428; python: 342; sh: 135; objc: 105; xml: 63; java: 35; makefile: 12
file content (38 lines) | stat: -rw-r--r-- 1,509 bytes parent folder | download
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
31
32
33
34
35
36
37
38
Source: ne10
Priority: optional
Maintainer: Wookey <wookey@debian.org>
Build-Depends: debhelper (>= 10.2.1), cmake, doxygen, texlive-latex-base, texlive-binaries, ghostscript
Standards-Version: 3.9.8
Section: libs
Homepage: http://projectne10.github.io/Ne10/

Package: libne10-dev
Section: libdevel
Architecture: armhf arm64
Multi-Arch: same
Depends: libne10-10 (= ${binary:Version}), ${misc:Depends}
Description: ARM neon (SIMD) library - development files
 Ne10 is a library of the most commonly used functions that have been
 heavily optimized for ARM-based CPUs with NEON (ARM's SIMD
 instructions). These functions provide consistent, well tested
 behavior for use in applications without having to write assembly.
 Ne10 is usable as a shared or static library.
 .
 Both 32 and 64-bit variants are supported. (ARM v7, 32-bit, armhf, and
 ARM v8, 64-bit, aarch64/arm64)
 .
 This package contains the development files (headers, static library)

Package: libne10-10
Architecture: armhf arm64
Multi-Arch: same
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: ARM neon (SIMD) library
 Ne10 is a library of the most commonly used functions that have been
 heavily optimized for ARM-based CPUs with NEON (ARM's SIMD
 instructions). These functions provide consistent, well tested
 behavior for use in applications without having to write assembly.
 Ne10 is usable as a shared or static library.
 .
 Both 32 and 64-bit variants are supported. (ARM v7, 32-bit, armhf, and
 ARM v8, 64-bit, aarch64/arm64)