File: control

package info (click to toggle)
emacs-pg-el 0.13%2Bgit.20130731.456516ec-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 168 kB
  • sloc: lisp: 1,172; makefile: 2
file content (35 lines) | stat: -rw-r--r-- 1,008 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
Source: emacs-pg-el
Section: lisp
Priority: optional
Maintainer: Debian Emacsen team <debian-emacsen@lists.debian.org>
Uploaders:
 Matteo F. Vescovi <mfv@debian.org>,
 Sean Whitton <spwhitton@spwhitton.name>,
Build-Depends:
 debhelper-compat (= 12),
 dh-elpa,
Rules-Requires-Root: no
Standards-Version: 4.5.0
Homepage: https://github.com/cbbrowne/pg.el
Vcs-Browser: https://salsa.debian.org/emacsen-team/emacs-pg-el
Vcs-Git: https://salsa.debian.org/emacsen-team/emacs-pg-el.git

Package: elpa-pg
Architecture: all
Depends:
 ${elpa:Depends},
 ${misc:Depends},
Recommends:
 emacs (>= 47.0),
Enhances:
 emacs,
 emacs25,
Built-Using:
 ${misc:Built-Using},
Description: Emacs Lisp interface for PostgreSQL
 This module lets you access the PostgreSQL object-relational DBMS from Emacs,
 using its socket-level frontend/backend protocol. The module is capable of
 automatic type coercions from a range of SQL types to the equivalent Emacs
 Lisp type.
 .
 This is a low level API, and won't be useful to end users.