This repository was archived by the owner on Jan 9, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathANNOUNCE
More file actions
100 lines (58 loc) · 2.32 KB
/
ANNOUNCE
File metadata and controls
100 lines (58 loc) · 2.32 KB
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
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
Subject: [announce] Vicare/SQLite revision 0.4d1
Vicare/SQLite
=============
This package is a distribution of C and Scheme libraries for Vicare
Scheme, an R6RS compliant Scheme implementation in the form of a native
compiler for x86 architectures, officially supporting GNU+Linux systems;
it provides bindings for the SQLite SQL database engine.
This package makes use of the GNU Autotools.
The latest version of this package can be downloaded from Github:
<https://bitbucket.org/marcomaggi/vicare-sqlite/downloads>
the home page of the Vicare project is at:
<http://marcomaggi.github.io/vicare.html>
development takes place at:
<http://github.com/marcomaggi/vicare-sqlite/>
and as backup at:
<https://bitbucket.org/marcomaggi/vicare-sqlite/>
The last time the author bothered to update this paragraph, he had
tested SQLite Autoconf version 3.13.0. The SQLite home page is at:
<http://www.sqlite.org/>
Notes for revision 0.4d1
------------------------
* Updated to support Vicare Scheme 0.4d1.
Notes for revision 0.4d0
------------------------
* It needs a release of Vicare Scheme in the 0.4 series.
Notes for revision 0.2d1
------------------------
* Updated to and dependent on Vicare Scheme 0.3d1.
Notes for revision 0.2d0
------------------------
* Updated to and dependent on Vicare Scheme 0.3.
Notes for revision 0.1d2
------------------------
* No new code.
* The GNU Autotools infrastructure has been revised to use Automake's
parallel test harness and adjust the installation path of Scheme
libraries to:
$(libdir)/vicare-scheme
Notes for revision 0.1d1
------------------------
* Requires Vicare Scheme version 0.2d17.
* More functions have been interfaced.
* The data structures SQLITE3, SQLITE3-STMT and SQLITE3-BLOB now hold a
reference to an application-supplied destructor function; such
functions can be used to associate any Scheme value to the data
structures.
Notes for revision 0.1d0
------------------------
* Requires Vicare Scheme version 0.2d15.
* Not all the functions are interfaced, but there should be enough of
them to play with something. Not all the functions have been
throughly tested.
### end of file
# Local Variables:
# mode: text
# fill-column: 72
# paragraph-start: "*"
# End: