File: control

package info (click to toggle)
textql 2.0.3-5
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 1,256 kB
  • sloc: yacc: 962; makefile: 45
file content (26 lines) | stat: -rw-r--r-- 907 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
Source: textql
Section: devel
Priority: optional
Maintainer: Debian Go Packaging Team <pkg-go-maintainers@lists.alioth.debian.org>
Uploaders: ChangZhuo Chen (陳昌倬) <czchen@debian.org>
Build-Depends: debhelper-compat (= 13),
               dh-golang,
               golang-github-mattn-go-sqlite3-dev,
               golang-go,
               sqlite3,
Standards-Version: 4.6.1
Rules-Requires-Root: no
Homepage: https://github.com/dinedal/textql/
Vcs-Git: https://salsa.debian.org/go-team/packages/textql.git
Vcs-Browser: https://salsa.debian.org/go-team/packages/textql
XS-Go-Import-Path: github.com/dinedal/textql

Package: textql
Architecture: any
Depends: ${misc:Depends},
         ${shlibs:Depends},
         sqlite3,
Built-Using: ${misc:Built-Using}
Description: execute SQL against structured text like CSV or TSV
 TextQL allows you to easily execute SQL against structured text like
 CSV or TSV.