summaryrefslogtreecommitdiff
blob: 59b51d57e0408f14f95787854c50d9bd0d23b3c3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# 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.2 2002/08/08 23:03:01 karltk Exp $

*bigloo-lib-0.17 (13 Apr 2002)

  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.