File: control

package info (click to toggle)
biococoa 2.2.2-5
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 2,184 kB
  • sloc: objc: 21,348; makefile: 17; ansic: 4
file content (56 lines) | stat: -rw-r--r-- 2,673 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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
Source: biococoa
Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.org>
Uploaders: Scott Christley <schristley@mac.com>,
           Andreas Tille <tille@debian.org>,
           Charles Plessy <plessy@debian.org>
Section: science
Priority: optional
Build-Depends: cdbs,
               gnustep-make,
               debhelper (>= 11~),
               libgnustep-base-dev
Standards-Version: 4.5.1
Vcs-Browser: https://salsa.debian.org/med-team/biococoa
Vcs-Git: https://salsa.debian.org/med-team/biococoa.git
Homepage: http://bioinformatics.org/biococoa/
Rules-Requires-Root: no

Package: libbiococoa-dev
Architecture: any
Section: libdevel
Depends: libbiococoa2 (= ${binary:Version}),
         libgnustep-base-dev,
         ${gnustep:Depends}
Description: Bioinformatics framework for GNUstep and Cocoa (development files)
 BioCocoa is an open source Cocoa framework for bioinformatics. It intends to
 provide Cocoa programmers with a full suite of tools for handling and
 manipulating biological sequences. Cocoa is a great framework for rapid
 application development and it is therefore often used to create innovative
 bioscientific apps. To speed up development even more, BioCocoa wants to
 offer reusable Cocoa classes that are specific for molecular biology and
 biofinformatics. At this time, BioCocoa offers model classes for biological
 sequences, controller classes for alignment, sequence manipulation and I/O,
 interfacing with ENTREZ and view classes that let you easily display and work
 with sequences in your own applications.
 .
 This package contains the development files, documentation and
 examples for developing GNUstep applications using the BioCocoa framework.

Package: libbiococoa2
Architecture: any
Section: libs
Depends: ${shlibs:Depends},
         ${gnustep:Depends}
Description: Bioinformatics framework for GNUstep and Cocoa (library files)
 BioCocoa is an open source Cocoa framework for bioinformatics. It intends to
 provide Cocoa programmers with a full suite of tools for handling and
 manipulating biological sequences. Cocoa is a great framework for rapid
 application development and it is therefore often used to create innovative
 bioscientific apps. To speed up development even more, BioCocoa wants to
 offer reusable Cocoa classes that are specific for molecular biology and
 biofinformatics. At this time, BioCocoa offers model classes for biological
 sequences, controller classes for alignment, sequence manipulation and I/O,
 interfacing with ENTREZ and view classes that let you easily display and work
 with sequences in your own applications.
 .
 This package contains the runtime libraries.