File: control

package info (click to toggle)
roy 1.0.2-1
  • links: PTS
  • area: main
  • in suites: woody
  • size: 2,072 kB
  • ctags: 776
  • sloc: sh: 7,068; ansic: 6,292; makefile: 248
file content (27 lines) | stat: -rw-r--r-- 778 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
Source: roy
Section: devel
Priority: optional
Maintainer: Brian Bassett <brianb@debian.org>
Standards-Version: 3.5.6
Build-Depends: debhelper

Package: libroy-dev
Architecture: any
Depends: libroy0 (= ${Source-Version})
Description: Utility and data structure library (development files)
 Roy is a library of utility routines and data structures.
 .
 This package contains the files needed for developing programs
 using the Roy library.  It also contains the documentation for the
 Roy API.

Package: libroy0
Section: libs
Architecture: any
Depends: ${shlibs:Depends}
Description: Utility and data structure library (runtime files)
 Roy is a library of utility routines and data structures.
 .
 This package contains the files needed for programs linked against
 Roy to run.