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
|
Source: oflib
Section: libs
Priority: optional
Maintainer: Debian Mactel <team+pkg-mactel-devel@tracker.debian.org>
Uploaders: Nobuhiro Iwamatsu <iwamatsu@debian.org>
Build-Depends: debhelper (>= 11)
Standards-Version: 4.1.4
Package: libofapi-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
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.
.
This package contains files that are needed to build applications.
Package: libofapi-example
Section: libdevel
Architecture: all
Depends: ${misc:Depends}
Recommends: libofapi-dev (= ${binary:Version})
Breaks: libofapi-dev (<= 0git20070620-6)
Description: OpenFirmware device-tree parsing library - example 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
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: OpenFirmware device-tree parsing library - runtime
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.
.
This package includes the shared library.
|