Dash:
[t2.git] / package / lua / lua-sqlite3 / lua-sqlite3.desc
blob9e22ffd921cf1097d0869d2ac270ccd2f08da0bf
1 [COPY] --- T2-COPYRIGHT-NOTE-BEGIN ---
2 [COPY] T2 SDE: package/*/lua-sqlite3/lua-sqlite3.desc
3 [COPY] Copyright (C) 2008 - 2021 The T2 SDE Project
4 [COPY] 
5 [COPY] This Copyright note is generated by scripts/Create-CopyPatch,
6 [COPY] more information can be found in the files COPYING and README.
7 [COPY] 
8 [COPY] This program is free software; you can redistribute it and/or modify
9 [COPY] it under the terms of the GNU General Public License version 2.
10 [COPY] --- T2-COPYRIGHT-NOTE-END ---
12 [I] An SQLite 3 binding for Lua
14 [T] Lua-Sqlite3 is a binding of SQLite 3 for Lua. It is unique in contrast
15 [T] to other database bindings that it consists of two layers. The first
16 [T] layer translates the SQLite 3 implementation's C API to Lua. The second
17 [T] layers are interface layers, written in Lua. These layers provide a nice
18 [T] and smart view of the database.
20 [U] http://www.mroth.net/lua-sqlite3/
22 [A] Michael Roth <mroth@nessie.de>
23 [M] Rene Rebe <rene@t2-project.org>
25 [C] extra/database
26 [F] FPIC-QUIRK CROSS
28 [L] MIT
29 [S] Alpha
30 [V] 0.4.1
31 [P] X -----5---9 800.000
33 # inherit some stuff like myCFLAGS, myLIBS
34 [O] . $base/package/*/*/lua-conf.in
35 [O] var_append extraconfopt ' ' "--libdir=/$pkglibdir"
36 [D] a80e2d7bd1c14b5bea83454bdf65271a40d3adc235c2db9cecbcf0bd lua-sqlite3-0.4.1.tar.bz2 http://www.mroth.net/lua-sqlite3/