Declare “Standards-Version: 3.9.7”.
[debian_inform6-library.git] / debian / control
blob5bccebf03860565b14d58431763f17eca1b0d89c
1 Source: inform6-library
2 Section: devel
3 Priority: optional
4 Homepage: http://inform-fiction.org/
5 Maintainer: Ben Finney <ben+debian@benfinney.id.au>
6 Standards-Version: 3.9.7
7 VCS-Git: https://notabug.org/bignose/debian_inform6-library.git
8 VCS-Browser: https://notabug.org/bignose/debian_inform6-library/
9 Build-Depends-Indep:
10     debhelper (>= 9)
12 Package: inform6-library
13 Architecture: all
14 Depends:
15     ${misc:Depends}
16 Recommends:
17     inform6-compiler
18 Description: Inform 6 interactive fiction language — standard library
19  Inform 6 is an object-oriented language for writing interactive
20  fiction, also known as “text adventures” or “adventure games”.
21  .
22  As an interactive fiction developer, you create Inform 6 source code
23  defining the story. Then compile from source code to “Z-code”, the
24  bytecode for a virtual machine (a “Z-machine”). The resulting story
25  files are highly portable, with Z-code interpreters available for
26  many different platforms.
27  .
28  This package installs:
29   * The Inform 6 standard library.