Source: inform6-library
Maintainer: Ben Finney <bignose@debian.org>
Section: devel
Priority: optional
Build-Depends:
    debhelper-compat (= 13)
Standards-Version: 4.7.2
Homepage: http://inform-fiction.org/
VCS-Git: https://salsa.debian.org/bignose/pkg-inform6-library.git
VCS-Browser: https://salsa.debian.org/bignose/pkg-inform6-library
Rules-Requires-Root: no

Package: inform6-library
Architecture: all
Depends:
    ${misc:Depends}
Recommends:
    inform6-compiler
Description: Inform 6 interactive fiction language — standard library
 Inform 6 is an object-oriented language for writing interactive
 fiction, also known as “text adventures” or “adventure games”.
 .
 As an interactive fiction developer, you create Inform 6 source code
 defining the story. Then compile from source code to a “story file”.
 The resulting story files are highly portable, with interpreters
 available for many different platforms.
 .
 This package installs:
  * The Inform 6 standard library.
