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
|
Source: haskell-hsql
Section: devel
Priority: optional
Maintainer: Víctor Pérez Pereira <vperez@debianvenezuela.org>
Build-Depends: debhelper (>= 4.0.0), libpq-dev (>= 8.0), libmysqlclient15-dev, unixodbc-dev, libsqlite-dev, libsqlite3-dev, haskell-devscripts (>= 0.5.8), ghc6 (>= 6.4.2), cpphs, haddock
Standards-Version: 3.7.2
Package: libghc6-hsql-dev
Architecture: any
Suggests: libghc6-hsql-sqlite3-dev, libghc6-hsql-sqlite-dev, libghc6-hsql-odbc-dev, libghc6-hsql-mysql-dev, libghc6-hsql-postgresql-dev, haskell-hsql-doc
Depends: ${haskell:Depends}, ${shlibs:Depends}, ${misc:Depends}
Description: Multi-Database Interface System for Haskell
HSQL provides interfaces for Haskell programmers to the PostgreSQL,
MySQL, SQLite, and UnixODBC database systems. There is a generic
abstract interface so that code can be used interchangably with these
database systems. In this sense, it is similar to Java's JDBC,
Python's DB-API, or Perl's DBI.
Package: libghc6-hsql-sqlite3-dev
Section: libdevel
Architecture: any
Depends: ${haskell:Depends}, ${shlibs:Depends}, ${misc:Depends}, libsqlite3-dev, libghc6-hsql-dev (= ${Source-Version})
Description: Multi-Database Interface System for Haskell
HSQL provides interfaces for Haskell programmers to the PostgreSQL,
MySQL, SQLite, and UnixODBC database systems. There is a generic
abstract interface so that code can be used interchangably with these
database systems. In this sense, it is similar to Java's JDBC,
Python's DB-API, or Perl's DBI.
.
This package provides a HSQL driver for SQLite 3.
Package: libghc6-hsql-sqlite-dev
Section: libdevel
Architecture: any
Depends: ${haskell:Depends}, ${shlibs:Depends}, ${misc:Depends}, libsqlite-dev, libghc6-hsql-dev (= ${Source-Version})
Description: Multi-Database Interface System for Haskell
HSQL provides interfaces for Haskell programmers to the PostgreSQL,
MySQL, SQLite, and UnixODBC database systems. There is a generic
abstract interface so that code can be used interchangably with these
database systems. In this sense, it is similar to Java's JDBC,
Python's DB-API, or Perl's DBI.
.
This package provides a HSQL driver for SQLite 2.
Package: libghc6-hsql-odbc-dev
Section: libdevel
Architecture: any
Depends: ${haskell:Depends}, ${shlibs:Depends}, ${misc:Depends}, unixodbc-dev, libghc6-hsql-dev (= ${Source-Version})
Description: Multi-Database Interface System for Haskell
HSQL provides interfaces for Haskell programmers to the PostgreSQL,
MySQL, SQLite, and UnixODBC database systems. There is a generic
abstract interface so that code can be used interchangably with these
database systems. In this sense, it is similar to Java's JDBC,
Python's DB-API, or Perl's DBI.
.
This package provides a HSQL driver for ODBC.
Package: libghc6-hsql-mysql-dev
Section: libdevel
Architecture: any
Depends: ${haskell:Depends}, ${shlibs:Depends}, ${misc:Depends}, libmysqlclient15-dev, libghc6-hsql-dev (= ${Source-Version})
Description: Multi-Database Interface System for Haskell
HSQL provides interfaces for Haskell programmers to the PostgreSQL,
MySQL, SQLite, and UnixODBC database systems. There is a generic
abstract interface so that code can be used interchangably with these
database systems. In this sense, it is similar to Java's JDBC,
Python's DB-API, or Perl's DBI.
.
This package provides a HSQL driver for MySQL.
Package: libghc6-hsql-postgresql-dev
Section: libdevel
Architecture: any
Depends: ${haskell:Depends}, ${shlibs:Depends}, ${misc:Depends}, libpq-dev (>= 8.0), libghc6-hsql-dev (= ${Source-Version})
Description: Multi-Database Interface System for Haskell
HSQL provides interfaces for Haskell programmers to the PostgreSQL,
MySQL, SQLite, and UnixODBC database systems. There is a generic
abstract interface so that code can be used interchangably with these
database systems. In this sense, it is similar to Java's JDBC,
Python's DB-API, or Perl's DBI.
.
This package provides a HSQL driver for PostgreSQL.
Package: haskell-hsql-doc
Section: doc
Architecture: all
Suggests: libghc6-hsql-dev
Description: Multi-Database Interface System for Haskell
HSQL provides interfaces for Haskell programmers to the PostgreSQL,
MySQL, SQLite, and UnixODBC database systems. There is a generic
abstract interface so that code can be used interchangably with these
database systems. In this sense, it is similar to Java's JDBC,
Python's DB-API, or Perl's DBI.
.
This package provides documentation for HSQL.
|