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
|
# ChangeLog for dev-lisp/bigloo-lib
# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL
# $Header: /var/cvsroot/gentoo-x86/dev-lisp/bigloo-lib/ChangeLog,v 1.4 2002/12/09 04:21:04 manson Exp $
\* Autoupdate keywords (12-6-02)
06 Dec 2002; Rodney Rees <manson@gentoo.org> changed sparc ~sparc keywords
*bigloo-lib-0.17 (13 Apr 2002)
02 Nov 2002; Karl Trygve Kalleberg <karltk@gentoo.org> bigloo-lib-0.17.ebuild :
Fixed USE flags, unmasked and marked for testing.
01 Aug 2002; Karl Trygve Kalleberg <karltk@gentoo.org> bigloo-lib-0.17.ebuild :
Added LICENSE, SLOT and KEYWORDS (apparently Seemant had a finger in this).
13 Apr 2002; Karl Trygve Kalleberg <karltk@gentoo.org> bigloo-lib-0.17.ebuild files/digest-bigloo-lib-0.17 :
Bigloo-lib is a set of libraries for Bigloo, the Scheme programming language
compiler (http://kaolin.unice.fr/bigloo/). Most of the libraries are
ready-to-use interfaces for various C-based packages, such as C runtime
library, Gtk++, LDAP client API or XML parser API. Other are done entirely
in `pure Scheme', such as HTTP library and NODE library.
Besides, the bigloo-lib provides a comfortable framework to configure,
compile, install and deploy Bigloo (in particular, system-dependent)
libraries, so it is quite a good place to put code created by other Bigloo
developers.
|