File: control

package info (click to toggle)
libyada 1.0.2-2
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 3,692 kB
  • ctags: 1,463
  • sloc: sh: 11,256; ansic: 8,100; makefile: 551; yacc: 315
file content (78 lines) | stat: -rw-r--r-- 3,498 bytes parent folder | download
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
Source: libyada
Section: devel
Priority: extra
Maintainer: Christoph Berg <myon@debian.org>
Build-Depends: debhelper (>> 4.0.0), quilt (>= 0.40-1), libltdl3-dev, libpq-dev, libmysqlclient15-dev | libmysqlclient-dev, libsqlite3-dev, chrpath
Standards-Version: 3.7.2

Package: libyada4
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Recommends: libyada-pgsql4 | libyada-mysql4 | libyada-sqlite3-4
Description: yet another database abstraction layer
 Yada is a C library that abstracts SQL databases aiming at allowing
 transparent use of multiple databases. The goal in mind is to make a common
 interface to multiple databases, thus stopping the need for application
 developers to write different modules for each SQL backend they want to
 support. It's also useful for caching data in different database types.
 .
 http://oss.devit.com/yada/
 .
 Note: This package ships the OFTC branch of yada.
 (http://www.oftc.net/releases/)

Package: libyada-pgsql4
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, libyada4 (= ${binary:Version})
Description: yet another database abstraction layer - postgresql backend
 Yada is a C library that abstracts SQL databases aiming at allowing
 transparent use of multiple databases. The goal in mind is to make a common
 interface to multiple databases, thus stopping the need for application
 developers to write different modules for each SQL backend they want to
 support. It's also useful for caching data in different database types.
 .
 This package contains the postgresql backend module.
 .
 http://oss.devit.com/yada/

Package: libyada-mysql4
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, libyada4 (= ${binary:Version})
Description: yet another database abstraction layer - mysql backend
 Yada is a C library that abstracts SQL databases aiming at allowing
 transparent use of multiple databases. The goal in mind is to make a common
 interface to multiple databases, thus stopping the need for application
 developers to write different modules for each SQL backend they want to
 support. It's also useful for caching data in different database types.
 .
 This package contains the mysql backend module.
 .
 http://oss.devit.com/yada/

Package: libyada-sqlite3-4
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, libyada4 (= ${binary:Version})
Description: yet another database abstraction layer - sqlite backend
 Yada is a C library that abstracts SQL databases aiming at allowing
 transparent use of multiple databases. The goal in mind is to make a common
 interface to multiple databases, thus stopping the need for application
 developers to write different modules for each SQL backend they want to
 support. It's also useful for caching data in different database types.
 .
 This package contains the sqlite backend module.
 .
 http://oss.devit.com/yada/

Package: libyada-dev
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, libyada4 (= ${binary:Version})
Description: yet another database abstraction layer - development files
 Yada is a C library that abstracts SQL databases aiming at allowing
 transparent use of multiple databases. The goal in mind is to make a common
 interface to multiple databases, thus stopping the need for application
 developers to write different modules for each SQL backend they want to
 support. It's also useful for caching data in different database types.
 .
 This package contains the development files.
 .
 http://oss.devit.com/yada/