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.
|