File: README.Debian

package info (click to toggle)
gauche-gtk 0.6%2Bgit20160927-3
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 1,452 kB
  • sloc: ansic: 7,097; lisp: 5,659; sh: 2,829; makefile: 338
file content (23 lines) | stat: -rw-r--r-- 860 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
gauche-gtk for Debian
---------------------

0.4.1:
In Gauche 0.8, SONAME is defeined in libgauche (as libgauche.so.0).
However, Gauche still does not have well-defined modular design for
extension modules (such like Perl/Python/Rupy).

When newer gauche will be packaged for Debian, we will reexamine the
Depends: field of control file.

History:
0.3.2-1 to 0.3.2-5:
This package was compiled with gauche 0.7.4.2, and it had the
dependency to a specific version, 0.7.4.2 (although the condition is
weaker, in fact).

As of 0.7.4.2, module ABI against libgauche was not well defined, we
could not specify the version of gauche depended.  In the upstream of
0.8, it has been improved.  SONAME of libgauche (0.8) includes
interface number, so that module can specify the version of libgauche.

 -- NIIBE Yutaka <gniibe@fsij.org>, , 23  5 2006 01:42:57 +0900