File: control

package info (click to toggle)
golang-github-go-xorm-builder 0.3.3-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 288 kB
  • sloc: sql: 422; makefile: 3
file content (22 lines) | stat: -rw-r--r-- 879 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
Source: golang-github-go-xorm-builder
Section: devel
Priority: optional
Maintainer: Debian QA Group <packages@qa.debian.org>
Build-Depends: debhelper (>= 10),
               dh-golang,
               golang-any
Standards-Version: 4.1.0
Homepage: https://github.com/go-xorm/builder
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-go-xorm-builder
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-go-xorm-builder.git
Testsuite: autopkgtest-pkg-go
XS-Go-Import-Path: github.com/go-xorm/builder

Package: golang-github-go-xorm-builder-dev
Architecture: all
Depends: ${shlibs:Depends},
         ${misc:Depends}
Description: SQL builder for XORM written in Go
 SQL Builder is Go library for XORM that can be used to generate SQL
 queries for different database services. These DB services include
 MySQL, postgres, tidb, sqlite3, mssql, and oracle.