File: control

package info (click to toggle)
golang-github-mattn-go-sqlite3 1.6.0~ds1-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, buster-backports, experimental
  • size: 448 kB
  • sloc: cpp: 1,132; ansic: 537; makefile: 41
file content (30 lines) | stat: -rw-r--r-- 1,218 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: golang-github-mattn-go-sqlite3
Section: devel
Priority: optional
Maintainer: Debian Go Packaging Team <pkg-go-maintainers@lists.alioth.debian.org>
Uploaders: Alexandre Viau <aviau@debian.org>,
           Martín Ferrari <tincho@debian.org>,
           Tim Potter <tpot@hpe.com>,
Build-Depends: debhelper (>= 10),
               dh-golang (>= 1.17~),
               golang-any,
               golang-golang-x-net-dev,
               libsqlite3-dev,
               tzdata,
Standards-Version: 4.1.0
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
XS-Go-Import-Path: github.com/mattn/go-sqlite3
Testsuite: autopkgtest-pkg-go

Package: golang-github-mattn-go-sqlite3-dev
Architecture: all
Depends: golang-golang-x-net-dev,
         libsqlite3-dev,
         ${misc:Depends},
Built-Using: ${misc:Built-Using},
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.