sqlite3 3.7.7-2ubuntu2 source package in Ubuntu Linaro Evaluation Build
Changelog
sqlite3 (3.7.7-2ubuntu2) oneiric; urgency=low * Make sure to build lemon when cross-compiling. -- Colin Watson <email address hidden> Tue, 27 Sep 2011 00:09:20 +0100
Upload details
- Uploaded by:
- Colin Watson
- Uploaded to:
- Oneiric
- Original maintainer:
- Ubuntu Developers
- Architectures:
- any
- Section:
- misc
- Urgency:
- Low Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Oneiric based series for Ubuntu LEB | release | universe | misc |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
sqlite3_3.7.7.orig-www.tar.gz | 2.3 MiB | 3e6a74d3ab5ca992001c33eded737c944270584fe10c0dc00c78c973ae87bce8 |
sqlite3_3.7.7.orig.tar.gz | 3.8 MiB | 1e1c6dcce6073caa7090dbd320c37c153d31c2ee403c7a8f0c99cb7325f3338a |
sqlite3_3.7.7-2ubuntu2.debian.tar.gz | 16.7 KiB | 3b2229587e36cb152740fe38fd562bb3ae79921fb87c6c237bcdb05dd4f77a73 |
sqlite3_3.7.7-2ubuntu2.dsc | 2.2 KiB | 583a75e95ed55e15745b71fe6606d7f6ffa391f29dc26834467c969f30fc1650 |
Available diffs
- diff from 3.7.7-2ubuntu1 to 3.7.7-2ubuntu2 (492 bytes)
Binary packages built by this source
- lemon: LALR(1) Parser Generator for C or C++
Lemon is an LALR(1) parser generator for C or C++. It does the same
job as bison and yacc. But lemon is not another bison or yacc
clone. It uses a different grammar syntax which is designed to reduce
the number of coding errors. Lemon also uses a more sophisticated
parsing engine that is faster than yacc and bison and which is both
reentrant and thread-safe. Furthermore, Lemon implements features
that can be used to eliminate resource leaks, making is suitable for
use in long-running programs such as graphical user interfaces or
embedded controllers.
- libsqlite3-0: SQLite 3 shared library
SQLite is a C library that implements an SQL database engine.
Programs that link with the SQLite library can have SQL database
access without running a separate RDBMS process.
- libsqlite3-0-dbg: SQLite 3 debugging symbols
SQLite is a C library that implements an SQL database engine.
Programs that link with the SQLite library can have SQL database
access without running a separate RDBMS process.
.
This package contains the debugging symbols for the libraries.
- libsqlite3-dev: SQLite 3 development files
SQLite is a C library that implements an SQL database engine.
Programs that link with the SQLite library can have SQL database
access without running a separate RDBMS process.
.
This package contains the development files (headers, static libraries)
- libsqlite3-tcl: SQLite 3 Tcl bindings
SQLite is a C library that implements an SQL database engine.
Programs that link with the SQLite library can have SQL database
access without running a separate RDBMS process.
.
This package contains the Tcl bindings.
- sqlite3: Command line interface for SQLite 3
SQLite is a C library that implements an SQL database engine.
Programs that link with the SQLite library can have SQL database
access without running a separate RDBMS process.