Source: golang-forgejo-xorm-xorm
Section: golang
Priority: optional
Maintainer: Daniel Baumann <daniel@debian.org>
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-golang,
 dpkg-build-api (= 1),
 golang-any,
 golang-github-go-sql-driver-mysql-dev,
 golang-github-jackc-pgx-v5-dev,
 golang-github-mattn-go-sqlite3-dev,
 golang-github-shopspring-decimal-dev,
 golang-github-stretchr-testify-dev,
 golang-github-syndtr-goleveldb-dev,
 golang-github-xorm-io-builder-dev,
 golang-pq-dev,
Standards-Version: 4.7.4
Vcs-Browser: https://forgejo.debian.net/golang/golang-forgejo-xorm-xorm
Vcs-Git: https://forgejo.debian.net/golang/golang-forgejo-xorm-xorm
Homepage: https://code.forgejo.org/xorm/xorm
Testsuite: autopkgtest-pkg-go
XS-Go-Import-Path: code.forgejo.org/xorm/xorm

Package: golang-forgejo-xorm-xorm-dev
Section: golang
Architecture: all
Multi-Arch: foreign
Depends:
 golang-github-go-sql-driver-mysql-dev,
 golang-github-jackc-pgx-v5-dev,
 golang-github-mattn-go-sqlite3-dev,
 golang-github-shopspring-decimal-dev,
 golang-github-stretchr-testify-dev,
 golang-github-syndtr-goleveldb-dev,
 golang-github-xorm-io-builder-dev,
 golang-pq-dev,
 ${misc:Depends},
Description: Simple and Powerful ORM for Go (library)
 XORM is a Object-Relational Mapper (ORM) library written in Go. It maps Go
 structs to database tables, allowing to interact with databases like MariaDB,
 PostgreSQL, and SQLite using Go code instead of writing raw SQL.
