File: control

package info (click to toggle)
guile-cairo 1.10.0-5
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 2,980 kB
  • sloc: sh: 4,167; ansic: 4,040; makefile: 138; lisp: 76
file content (30 lines) | stat: -rw-r--r-- 1,309 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
28
29
30
Source: guile-cairo
Section: lisp
Priority: optional
Maintainer: Tommi Höynälänmaa <tommi.hoynalanmaa@iki.fi>
Homepage: https://www.nongnu.org/guile-cairo/
Vcs-Git: https://salsa.debian.org/tohoyn-guest/guile-cairo.git
Vcs-Browser: https://salsa.debian.org/tohoyn-guest/guile-cairo
Standards-Version: 4.2.1
Build-Depends: cdbs (>= 0.4.49), debhelper (>= 10),
               patchutils (>= 0.2.25), guile-2.2-dev, libcairo2-dev (>= 1.4.10),
               guile-library (>= 0.2.6.1)

Package: guile-cairo
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Guile bindings for Cairo
 This package contains Guile modules that provide access to the Cairo
 library. Cairo is a multi-platform library providing anti-aliased
 vector-based rendering for multiple target backends.

Package: guile-cairo-dev
Section: libdevel
Architecture: any
Depends: guile-cairo (= ${binary:Version}), guile-2.2-dev, libcairo2-dev (>= 1.4.10),
         dpkg (>= 1.15.4) | install-info, ${misc:Depends}
Description: Guile bindings for Cairo, development files
 This package contains the info manual for guile-cairo and the header
 files to allow compilation of wrappers depending on guile-cairo.
 Cairo is a multi-platform library providing anti-aliased
 vector-based rendering for multiple target backends.