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 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82
|
Source: cattle-1.0
Section: libs
Priority: optional
Maintainer: Andrea Bolognani <eof@kiyuko.org>
Build-Depends: debhelper-compat (= 12),
gtk-doc-tools,
autoconf,
automake,
libtool,
pkg-config,
gobject-introspection,
libgirepository1.0-dev,
libglib2.0-dev,
gir1.2-glib-2.0
Build-Depends-Indep: libglib2.0-doc
Standards-Version: 4.5.0
Rules-Requires-Root: no
Homepage: https://kiyuko.org/software/cattle
Vcs-Git: https://salsa.debian.org/debian/cattle-1.0.git
Vcs-Browser: https://salsa.debian.org/debian/cattle-1.0
Package: libcattle-1.0-0
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: ${shlibs:Depends},
${misc:Depends}
Description: Brainfuck language toolkit
Cattle is a GObject-based library that allows one to inspect
Brainfuck programs in various ways, and to easily embed a
full-featured Brainfuck interpreter into any application.
.
This package contains the shared libraries needed to run
applications linked against Cattle.
Package: libcattle-1.0-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: libcattle-1.0-0 (= ${binary:Version}),
gir1.2-cattle-1.0 (= ${binary:Version}),
libglib2.0-dev,
${misc:Depends}
Recommends: pkg-config
Suggests: libcattle-1.0-doc (>= ${binary:Version}),
Description: Brainfuck language toolkit (development files)
Cattle is a GObject-based library that allows one to inspect
Brainfuck programs in various ways, and to easily embed a
full-featured Brainfuck interpreter into any application.
.
This package contains the development files needed to link
applications against Cattle.
Package: gir1.2-cattle-1.0
Section: introspection
Architecture: any
Multi-Arch: same
Depends: libcattle-1.0-0 (>= ${binary:Version}),
${gir:Depends},
${misc:Depends}
Description: Brainfuck language toolkit (introspection files)
Cattle is a GObject-based library that allows one to inspect
Brainfuck programs in various ways, and to easily embed a
full-featured Brainfuck interpreter into any application.
.
This package contains the introspection files needed to
provide dynamic bindings for Cattle.
Package: libcattle-1.0-doc
Section: doc
Architecture: all
Multi-Arch: foreign
Depends: libglib2.0-doc,
${misc:Depends}
Suggests: devhelp
Description: Brainfuck language toolkit (API reference)
Cattle is a GObject-based library that allows one to inspect
Brainfuck programs in various ways, and to easily embed a
full-featured Brainfuck interpreter into any application.
.
This package contains the API reference for Cattle, suitable
for offline viewing.
|