File: control

package info (click to toggle)
golang-github-fogleman-gg 1.3.0-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, sid, trixie
  • size: 956 kB
  • sloc: makefile: 3
file content (27 lines) | stat: -rw-r--r-- 1,149 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
27
Source: golang-github-fogleman-gg
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Andreas Tille <tille@debian.org>, Nilesh Patra <npatra974@gmail.com>
Section: devel
Testsuite: autopkgtest-pkg-go
Priority: optional
Build-Depends: debhelper-compat (= 13),
               dh-golang,
               golang-any,
               golang-golang-x-image-dev,
               golang-github-golang-freetype-dev
Standards-Version: 4.5.0
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-fogleman-gg
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-fogleman-gg.git
Homepage: https://github.com/fogleman/gg
Rules-Requires-Root: no
XS-Go-Import-Path: github.com/fogleman/gg

Package: golang-github-fogleman-gg-dev
Architecture: all
Depends: ${misc:Depends},
         ${shlibs:Depends},
         golang-github-golang-freetype-dev
Description: Go Graphics - 2D rendering in Go with a simple API
 Go Graphics gg is a library for rendering 2D graphics in pure Go.
 It is featuring a rich set of drawing, text, color, stroke & fill,
 gradients & patterns, transformation, stack and clipping functions.