File: control

package info (click to toggle)
golang-github-phpdave11-gofpdi 1.0.13-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 152 kB
  • sloc: makefile: 2
file content (27 lines) | stat: -rw-r--r-- 1,086 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-phpdave11-gofpdi
Section: devel
Priority: optional
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Thorsten Alteholz <debian@alteholz.de>
Build-Depends: debhelper-compat (= 13),
               dh-golang,
               golang-any,
               golang-github-pkg-errors-dev
Standards-Version: 4.5.1
Homepage: https://github.com/phpdave11/gofpdi
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-phpdave11-gofpdi
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-phpdave11-gofpdi.git
XS-Go-Import-Path: github.com/phpdave11/gofpdi
Testsuite: autopkgtest-pkg-go

Package: golang-github-phpdave11-gofpdi-dev
Architecture: all
Depends: ${misc:Depends},
         golang-github-pkg-errors-dev
Multi-Arch: foreign
Description: Go Free PDF Document Importer
 gofpdi (Go Free PDF Document Importer) allows you to import an
 existing PDF into a new PDF. The following PDF generation libraries
 are supported:
  - gopdf (https://github.com/signintech/gopdf)
  - gofpdf (https://github.com/jung-kurt/gofpdf)