Source: golang-crawshaw-sqlite
Section: devel
Priority: optional
Maintainer: jordi fita mas <jordi@tandem.blog>
Build-Depends: debhelper (>= 10),
               dh-golang (>= 1.17~),
               golang-any,
               golang-crawshaw-iox-dev,
               libsqlite3-dev,
               tzdata,
Standards-Version: 4.1.0
Homepage: https://github.com/crawshaw/sqlite
XS-Go-Import-Path: crawshaw.io/sqlite
Testsuite: autopkgtest-pkg-go

Package: golang-crawshaw-sqlite-dev
Architecture: all
Depends: golang-crawshaw-iox-dev,
         libsqlite3-dev,
         ${misc:Depends},
Built-Using: ${misc:Built-Using},
Description: low-level Go interface to SQLite3
 This is not a database/sql driver. It has interfaces for some of SQLite's more
 interesting extensions, such as incremental BLOB I/O and the session extension.
