File: control

package info (click to toggle)
pgsql-http 1.7.0-2
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 276 kB
  • sloc: ansic: 1,211; sql: 483; makefile: 22; sh: 9
file content (30 lines) | stat: -rw-r--r-- 966 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
Source: pgsql-http
Section: database
Priority: optional
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Uploaders:
 Christoph Berg <myon@debian.org>,
Build-Depends:
 architecture-is-64-bit <!pkg.postgresql.32-bit>,
 debhelper-compat (= 13),
 libcurl4-openssl-dev,
 gunicorn <!nocheck>,
 postgresql-all <!nocheck>,
 postgresql-server-dev-all,
 python3-gevent <!nocheck>,
 python3-httpbin <!nocheck>,
Standards-Version: 4.7.0
Rules-Requires-Root: no
Homepage: https://github.com/pramsey/pgsql-http
Vcs-Browser: https://salsa.debian.org/postgresql/pgsql-http
Vcs-Git: https://salsa.debian.org/postgresql/pgsql-http.git

Package: postgresql-17-http
Architecture: any
Depends:
 ${misc:Depends},
 ${postgresql:Depends},
 ${shlibs:Depends},
Description: HTTP client for PostgreSQL, retrieve a web page from inside the database
 PostgreSQL extension to make HTTP requests from within the database, returning
 results for usage in SQL queries.