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
|
Source: treil
Section: utils
Priority: extra
Maintainer: NIIBE Yutaka <gniibe@fsij.org>
Build-Depends: debhelper (>= 5), ruby, ruby1.8, ruby1.8-dev, libcairo-ruby1.8
Standards-Version: 3.7.3
Package: treil
Architecture: any
Depends: ruby1.8, libcairo-ruby1.8, ${shlibs:Depends}
Description: tree structure into tiles
Treil is a utility which produces an image of tiles from tree structure.
For example, Linux directory tree can be shown as an image of tiles,
by:
$ treil -o linux.png /usr/src/linux
Package: libtreil0
Section: libs
Architecture: any
Depends: ${shlibs:Depends}
Description: A shared library for treil (tree structure into tiles)
Treil is a utility which produces an image of tiles from tree structure.
This is a runtime shared library for treil.
Package: libtreil-dev
Section: libdevel
Architecture: any
Depends: libtreil0
Description: Development library for treil (tree structure into tiles)
Treil is a utility which produces an image of tiles from tree structure.
This is a development library and a header file for treil.
|