Codebase list ijs / debian/0.35-4 debian / control
debian/0.35-4

Tree @debian/0.35-4 (Download .tar.gz)

control @debian/0.35-4raw · history · blame

Source: ijs
Section: text
Priority: optional
Maintainer: Bradley Smith <brad@brad-smith.co.uk>
Build-Depends: debhelper (>= 5), gs-common, docbook, docbook-utils
Standards-Version: 3.8.0

Package: libijs-dev
Section: libdevel
Architecture: any
Depends: libc6-dev, libijs-0.35
Description: IJS raster image transport protocol: development files
 IJS (InkJet Server) is, first and foremost, a protocol for
 transmission of raster page images.  This snapshot provides a
 reference implementation of the protocol, the design of which is
 still in flux. When the protocol specification is published, it will
 be authoritative.  Applications should feel free to link against the
 library provided in this package, adapt that code for their own
 needs, or roll a completely new implementation.
 .
 IJS is a client-server protocol, used to write ghostscript drivers.
 The drivers are separate programs.  The client and server communicate
 via pipes, though shared memory may be used additionally in the
 future.  Currently IJS is used by the hpijs and ijsgimpprint drivers.
 .
 Code for both the client- and server-side is included in the library.
 This package provides a static library, development headers and
 documentation.

Package: libijs-0.35
Section: libs
Architecture: any
Depends: ${shlibs:Depends}
Description: IJS raster image transport protocol: shared library
 IJS is, first and foremost, a protocol for transmission of raster
 page images.  This snapshot provides a reference implementation of
 the protocol, the design of which is still in flux. When the protocol
 specification is published, it will be authoritative.  Applications
 should feel free to link against the library provided in this
 package, adapt that code for their own needs, or roll a completely
 new implementation.
 .
 IJS is a client-server protocol, used to write ghostscript drivers.
 The drivers are separate programs.  The client and server communicate
 via pipes, though shared memory may be used additionally in the
 future.  Currently IJS is used by the hpijs and ijsgimpprint drivers.
 .
 Code for both the client- and server-side is included in the library.
 This package provides the shared library.