File: control

package info (click to toggle)
golang-github-mattn-go-sqlite3 1.1.0~dfsg1-3~bpo8%2B1
  • links: PTS, VCS
  • area: main
  • in suites: jessie-backports
  • size: 292 kB
  • sloc: cpp: 1,132; makefile: 40; ansic: 30
file content (27 lines) | stat: -rw-r--r-- 1,118 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
Source: golang-github-mattn-go-sqlite3
Section: devel
Priority: extra
Maintainer: pkg-go <pkg-go-maintainers@lists.alioth.debian.org>
Uploaders: Alexandre Viau <alexandre@alexandreviau.net>,
           Martín Ferrari <tincho@debian.org>,
           Tim Potter <tpot@hpe.com>,
Build-Depends: debhelper (>= 9),
               dh-golang (>= 1.17~),
               golang-any,
               libsqlite3-dev,
               tzdata,
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-go/packages/golang-github-mattn-go-sqlite3.git
Vcs-Git: https://anonscm.debian.org/git/pkg-go/packages/golang-github-mattn-go-sqlite3.git
Homepage: https://github.com/mattn/go-sqlite3
XS-Go-Import-Path: github.com/mattn/go-sqlite3

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