File: control

package info (click to toggle)
libfizmo 0.7.15-2.1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid
  • size: 2,216 kB
  • sloc: ansic: 19,107; sh: 1,540; xml: 807; cpp: 261; makefile: 158
file content (35 lines) | stat: -rw-r--r-- 1,181 bytes parent folder | download | duplicates (2)
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
Source: libfizmo
Section: libdevel
Priority: optional
Maintainer: Christoph Ender <christoph.ender@spellbreaker.org>
Build-Depends: debhelper (>= 9.0.0),
 dh-autoreconf,
 automake,
 autoconf,
 pkg-config,
 libxml2-dev
Standards-Version: 4.1.0
Homepage: https://fizmo.spellbreaker.org/
Vcs-Browser: https://github.com/chrender/libfizmo
Vcs-Git: https://github.com/chrender/libfizmo

Package: libfizmo-common
Breaks: fizmo-common (<= 0.7.13)
Replaces: fizmo-common (<= 0.7.13)
Architecture: all
Depends: ${misc:Depends}
Description: Provides localization data for libfizmo
 This package is required by all packages which are using libfizmo. It contains
 the localization data and hyphenation patterns. Usually there's no need to
 install this package manually.

Package: libfizmo-dev
Architecture: any
Depends: libfizmo-common,
 libxml2-dev,
 ${misc:Depends}
Description: Z-Machine interpreter developer library
 Will handle the entire execution of Z-Machine programs and allows linked
 programs to capture and evaluate all output events. This package will allow
 you to execute Z-Machine code as specified in the Z-Machine specification
 at http://www.frobnitz.co.uk/zmachine/1.0/.