File: control

package info (click to toggle)
edflib 1.11-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 276 kB
  • ctags: 239
  • sloc: ansic: 6,401; makefile: 14; sh: 4
file content (36 lines) | stat: -rw-r--r-- 1,337 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
Source: edflib
Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.org>
Uploaders: Mathieu Malaterre <malat@debian.org>,
           Andreas Tille <tille@debian.org>
Section: libs
Priority: optional
Build-Depends: debhelper (>= 9),
               cmake
Standards-Version: 3.9.6
Vcs-Browser: http://anonscm.debian.org/viewvc/debian-med/trunk/packages/edflib/trunk/
Vcs-Svn: svn://anonscm.debian.org/debian-med/trunk/packages/edflib/trunk/
Homepage: http://www.teuniz.net/edflib/

Package: libedf1
Architecture: any
Depends: ${misc:Depends},
         ${shlibs:Depends}
Pre-Depends: ${misc:Pre-Depends}
Description: European Data Format library - libs
 EDFlib is a programming library for C/C++ to read/write EDF+/BDF+
 files. (It also reads old-type EDF/BDF files.)
 EDF means European Data Format. BDF is the 24-bits version of EDF.
 .
 This package contains the libraries needed to run EDF+/BDF+ applications.

Package: libedf-dev
Architecture: any
Section: libdevel
Depends: ${misc:Depends},
         libedf1 (= ${binary:Version})
Description: European Data Format library - devel
 EDFlib is a programming library for C/C++ to read/write EDF+/BDF+
 files. (It also reads old-type EDF/BDF files.)
 EDF means European Data Format. BDF is the 24-bits version of EDF.
 .
 Headers and shared libraries for edflib.