File: control

package info (click to toggle)
golang-github-go-xorm-core 0.5.3-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 204 kB
  • ctags: 368
  • sloc: makefile: 4; sh: 1
file content (26 lines) | stat: -rw-r--r-- 1,061 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
Source: golang-github-go-xorm-core
Section: devel
Priority: extra
Maintainer: pkg-go <pkg-go-maintainers@lists.alioth.debian.org>
Uploaders: Alexandre Viau <aviau@debian.org>
Build-Depends: debhelper (>= 9),
               dh-golang,
               golang-go,
               golang-github-go-sql-driver-mysql-dev,
               golang-github-mattn-go-sqlite3-dev
Standards-Version: 3.9.8
Homepage: https://github.com/go-xorm/core
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-go/packages/golang-github-go-xorm-core.git
Vcs-Git: https://anonscm.debian.org/git/pkg-go/packages/golang-github-go-xorm-core.git

Package: golang-github-go-xorm-core-dev
Architecture: all
Depends: ${misc:Depends},
         golang-go,
         golang-github-go-sql-driver-mysql-dev,
         golang-github-mattn-go-sqlite3-dev
Built-Using: ${misc:Built-Using}
Description: lightweight & compatible wrapper of database/sql
 Core is a lightweight wrapper of sql.DB. It was originally
 part of xorm, a simple and powerful ORM for Go with support
 mysql/sqlite3/postgres/mssql/oracle.