File: control

package info (click to toggle)
goo 0.155%2Bds-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, sid, trixie
  • size: 13,576 kB
  • sloc: ansic: 253,540; lisp: 2,454; makefile: 272; sh: 178
file content (51 lines) | stat: -rw-r--r-- 1,782 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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
Source: goo
Maintainer: Aaron M. Ucko <ucko@debian.org>
Section: lisp
Priority: optional
Build-Depends: debhelper-compat (= 13),
Build-Depends-Arch: libgc-dev,
                    libgmp10-dev | libgmp-dev
Build-Depends-Indep: dh-elpa
Standards-Version: 4.5.1
Vcs-Browser: https://salsa.debian.org/ucko/goo
Vcs-Git: https://salsa.debian.org/ucko/goo.git
Homepage: https://people.csail.mit.edu/jrb/goo/
Rules-Requires-Root: no

Package: goo
Architecture: any
Depends: ${misc:Depends},
         ${shlibs:Depends}
Suggests: elpa-goo,
          gcc,
          libgc-dev
Description: generic object-orientator (programming language)
 GOO is a dynamic, type-based, object-oriented language in the same family
 as Dylan and Scheme.  It is designed to be simple, productive, powerful,
 extensible, dynamic, efficient, and real-time.
 .
 Its main goal is to offer the best of both scripting and delivery
 languages, while at the same time incorporating an extreme back-to-basics
 philosophy.
 .
 This package contains the GOO interpreter and compiler, and
 documentation for the language and these programs.

Package: elpa-goo
Architecture: all
Depends: ${elpa:Depends},
         ${misc:Depends}
Recommends: emacs,
            goo
Enhances: emacs
Description: generic object-orientator (Emacs support)
 GOO is a dynamic, type-based, object-oriented language in the same family
 as Dylan and Scheme.  It is designed to be simple, productive, powerful,
 extensible, dynamic, efficient, and real-time.
 .
 Its main goal is to offer the best of both scripting and delivery
 languages, while at the same time incorporating an extreme back-to-basics
 philosophy.
 .
 This package contains an Emacs mode for editing GOO source and an
 interface for running the GOO interpreter directly from Emacs.