File: control

package info (click to toggle)
shoop 0.1
  • links: PTS
  • area: main
  • in suites: woody
  • size: 328 kB
  • ctags: 41
  • sloc: sh: 1,138; makefile: 209; perl: 44
file content (34 lines) | stat: -rw-r--r-- 1,246 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
33
34
Source: shoop
Section: devel
Priority: extra
Maintainer: Gergely Nagy <shoop-devel@lists.sourceforge.net>
Build-Depends: debhelper (>= 2.0.40), perl
Standards-Version: 3.5.0

Package: shoop
Architecture: all
Recommends: shoop-modules (>= ${Source-Version})
Description: The SHell Object Oriented Programming library
 Every language under the sun these days is Object Oriented.
 In an effort to make POSIX shell more buzzword compliant, and
 to show that it's really not a big deal for a language to lack
 built-in OO support, we have added object orientation to plain
 old shell script. Specifically, we have implemented classless
 OO with introspection, finalization, serialization, and multiple
 inheritance.

Package: shoop-modules
Architecture: all
Depends: shoop (>= ${Source-Version})
Description: A collection of shoop modules
 This package includes various modules for shoop, such as
 introspect, prettyprint, serialize, and some others.
 .
 It is a good idea to have these at hand!

Package: shoop-dev
Architecture: all
Depends: shoop (>= ${Source-Version})
Description: Development files and documention for shoop
 Herein lies example code, utility programs, and documentation
 for shoop, the SHell Object Oriented Programming library.