File: control

package info (click to toggle)
oflib 0git20070620-6
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 144 kB
  • sloc: ansic: 751; makefile: 85
file content (32 lines) | stat: -rw-r--r-- 1,075 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
Source: oflib
Section: libs
Priority: extra
Maintainer: Julien BLACHE <jblache@debian.org>
Build-Depends: debhelper (>= 8.1.3)
Standards-Version: 3.9.2

Package: libofapi-dev
Section: libdevel
Architecture: any
Depends: libofapi0 (= ${binary:Version}), ${misc:Depends}
Description: OpenFirmware device-tree parsing library [development files]
 oflib is a library designed to make the parsing of POWER and SPARC
 device-tree's (OpenFirmware) simple and fast.
 .
 It is useful for querying the hardware of the current system in applications
 for Apple, IBM and SUN machines.
 .
 Example applications are included to show some of its capabilities.

Package: libofapi0
Section: libs
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: OpenFirmware device-tree parsing library
 oflib is a library designed to make the parsing of POWER and SPARC
 device-tree's (OpenFirmware) simple and fast.
 .
 It is useful for querying the hardware of the current system in applications
 for Apple, IBM and SUN machines.