control 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. Source: inform6-compiler
  2. Section: devel
  3. Priority: optional
  4. Homepage: http://inform-fiction.org/
  5. Maintainer: Ben Finney <bignose@debian.org>
  6. Standards-Version: 3.9.8
  7. VCS-Git: https://notabug.org/bignose/debian_inform6-compiler.git
  8. VCS-Browser: https://notabug.org/bignose/debian_inform6-compiler/
  9. Build-Depends:
  10. debhelper (>= 9)
  11. Package: inform6-compiler
  12. Architecture: any
  13. Depends:
  14. ${shlibs:Depends},
  15. ${misc:Depends}
  16. Recommends:
  17. inform6-library,
  18. zcode-interpreter
  19. Suggests:
  20. inform6-doc,
  21. inform-mode
  22. Replaces: inform (<< 6.33.1~b3+dfsg.1-1~)
  23. Breaks: inform (<< 6.33.1~b3+dfsg.1-1~)
  24. Description: Inform 6 interactive fiction language — compiler
  25. Inform 6 is an object-oriented language for writing interactive
  26. fiction, also known as “text adventures” or “adventure games”.
  27. .
  28. As an interactive fiction developer, you create Inform 6 source code
  29. defining the story. Then compile from source code to a “story file”.
  30. The resulting story files are highly portable, with interpreters
  31. available for many different platforms.
  32. .
  33. The Inform 6 compiler can produce a story file in these formats:
  34. * Z-code, executed by implementations of the Infocom Z-machine.
  35. * Glulx, a modern platform for interactive fiction.
  36. .
  37. This package installs:
  38. * The Inform 6 compiler program, ‘inform6’.