File: control

package info (click to toggle)
golang-github-mattn-go-sqlite3 1.14.18~ds1-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 780 kB
  • sloc: cpp: 1,132; ansic: 722; makefile: 60
file content (30 lines) | stat: -rw-r--r-- 1,191 bytes parent folder | download | duplicates (2)
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: golang-github-mattn-go-sqlite3
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Martín Ferrari <tincho@debian.org>,
           Tim Potter <tpot@hpe.com>,
           Mathias Gibbens <gibmat@debian.org>
Section: golang
Testsuite: autopkgtest-pkg-go
Priority: optional
Build-Depends: debhelper-compat (= 13),
               dh-golang,
               golang-any,
               libsqlite3-dev,
               tzdata-legacy | tzdata (<= 2023c-5),
Standards-Version: 4.6.2
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-mattn-go-sqlite3
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-mattn-go-sqlite3.git
Homepage: https://github.com/mattn/go-sqlite3
Rules-Requires-Root: no
XS-Go-Import-Path: github.com/mattn/go-sqlite3

Package: golang-github-mattn-go-sqlite3-dev
Breaks: textql (<<2.0.3-5)
Architecture: any
Multi-Arch: same
Depends: libsqlite3-dev,
         ${misc:Depends}
Description: sqlite3 driver for go that using database/sql
 SQLite3 driver conforming to the built-in database/sql interface.
 Currently, go-sqlite3 support following data types: null, integer,
 float, blob, text and timestamp/datetime.