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 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83
|
Source: gauche
Section: lisp
Priority: optional
Maintainer: NIIBE Yutaka <gniibe@fsij.org>
Uploaders: YAEGASHI Takeshi <yaegashi@debian.org>, Jens Thiele <karme@karme.de>
Build-Depends: debhelper (>= 13~), libgdbm-dev (>= 1.18), libtool, pkg-config, slib (>> 3a5), zlib1g-dev, netbase, texinfo, openssl, libmbedtls-dev
Standards-Version: 4.5.1
Homepage: http://practical-scheme.net/gauche/
Vcs-Git: https://salsa.debian.org/debian/gauche.git
Vcs-Browser: https://salsa.debian.org/debian/gauche
Rules-Requires-Root: binary-targets
Package: gauche
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Recommends: slib
Suggests: r5rs-doc, gauche-doc, gauche-zlib, gauche-gdbm
Description: Scheme script engine
Gauche is a Scheme implementation developed to be a handy script
interpreter, which allows programmers and system administrators to
write small to large scripts for their daily chores. Quick startup,
built-in system interface, native multilingual support are some of
the author's goals.
Package: libgauche-0.97-0
Section: libs
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Gauche runtime shared library
Gauche is a Scheme implementation developed to be a handy script
interpreter.
.
This package contains Gauche runtime shared library.
Package: gauche-gdbm
Architecture: any
Depends: gauche (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
Description: gdbm binding for Gauche
Gauche is a Scheme implementation developed to be a handy script
interpreter, which allows programmers and system administrators to
write small to large scripts for their daily chores. Quick startup,
built-in system interface, native multilingual support are some of
the author's goals.
.
This package contains GDBM binding modules for Gauche.
Package: gauche-zlib
Architecture: any
Depends: gauche (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
Description: zlib binding for Gauche
Gauche is a Scheme implementation developed to be a handy script
interpreter, which allows programmers and system administrators to
write small to large scripts for their daily chores. Quick startup,
built-in system interface, native multilingual support are some of
the author's goals.
.
This package contains zlib binding modules for Gauche.
Package: gauche-dev
Architecture: any
Depends: gauche (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
Description: Development files for Gauche
Gauche is a Scheme implementation developed to be a handy script
interpreter, which allows programmers and system administrators to
write small to large scripts for their daily chores. Quick startup,
built-in system interface, native multilingual support are some of
the author's goals.
.
This package contains development files of Gauche.
Package: gauche-doc
Section: doc
Architecture: all
Depends: ${misc:Depends}
Description: Reference manual of Gauche
Gauche is a Scheme implementation developed to be a handy script
interpreter, which allows programmers and system administrators to
write small to large scripts for their daily chores. Quick startup,
built-in system interface, native multilingual support are some of
the author's goals.
.
This package contains info documents of the reference manual of Gauche
(English, Japanese).
|