-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathPACKAGES-USED
57 lines (44 loc) · 1.92 KB
/
PACKAGES-USED
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
STklos uses some libraries developped by other people.
These libraries are:
GMP: The Gnu MP library
=======================
If you have a version of GMP installed, it will be used. Otherwise,
STklos uses a stripped down version of GMP (called mini-gmp) which is
included in the main GMP distribution. Only the source of the mini-gmp
directory is provided here, to avoid the copy of full GMP (which is
quite large). Note however that mini-gmp is far less efficient than
the full version counterpart.
- Version: 6.3.0 (the mini-gmp included in it)
- License: LGPL
- Home Page: https://gmplib.org/
GC: The Boehm's conservative garbage collector for C and C++
============================================================
- Version: 8.2.8
- License: Free (BSD-like)
- Home Page: https://www.hboehm.info/gc/
PCRE2: Perl-Compatible Regular Expression library
================================================
- Version: 10.44
- License: BSD
- Home: http://www.pcre.org/
libffi - a portable foreign function interface library
======================================================
- Version 3.4.6
- License: Free (BSD like)
- Home Page: https://sourceware.org/libffi/
SILex: The Dany Dubé Scheme Implementation of Lex
=================================================
- Version 1.0
- Licence: GPL
- Home Page: <no more available>.
Last copy can be found on Internet Archive at
https://web.archive.org/web/20130225211040/http://www.iro.umontreal.ca/~dube/
LALR: The Dominique Boucher LALR Package
========================================
- Version 2.1.4
- Licence: GPL2
- Home Page: https://github.com/schemeway/lalr-scm
+++++++++++++++++++++++++++++++++++
The GC, PCRE2, LIBFFI and GMP libraries provided with STklos are only
used if there are no identical (or higher) versions of these libraries
already installed on the system at configuration time.