File: libgoops5-dev.README.Debian

package info (click to toggle)
guile-oops 1.0.2-2.2
  • links: PTS
  • area: main
  • in suites: woody
  • size: 1,736 kB
  • ctags: 585
  • sloc: sh: 7,745; ansic: 2,590; lisp: 2,329; makefile: 112
file content (23 lines) | stat: -rw-r--r-- 899 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
This is the Debian GNU/Linux prepackaged version of GOOPS,
the Guile Object Oriented Programming System.

GOOPS comes in four binary packages

  libgoops5     - This is everything an application needs to run GOOPS.
                  It basically consists of a shared library which can be
	          dynamically linked into Guile, and a set of Scheme
		  code libraries.

  libgoops5-dev - Use this if you want to compile code relying on
		  GOOPS C level interface.  Contains static library
		  + headers.

  goops		- Guile interpreter (guile-oops) linked with GOOPS.
		  GOOPS can be dynamically loaded into any Guile
		  interpreter.  However, this package is useful if
		  dynamic loading doesn't work on your system.

  goops-doc	- GOOPS documentation in texi, info and ps formats.

The current maintainer of this package for the Debian distribution is
Mikael Djurfeldt <djurfeldt@nada.kth.se>.