Source: lua-curses
Maintainer: Debian Lua Team <pkg-lua-devel@lists.alioth.debian.org>
Uploaders: Sophie Brun <sophie@freexian.com>
Section: interpreters
Priority: optional
Build-Depends: debhelper-compat (= 13),
               dh-lua,
               libncurses-dev,
               pkgconf
Standards-Version: 4.7.2
Vcs-Browser: https://salsa.debian.org/lua-team/lua-curses
Vcs-Git: https://salsa.debian.org/lua-team/lua-curses.git
Homepage: https://github.com/lcurses/lcurses

Package: lua-curses
Architecture: any
Multi-Arch: same
Depends: ${shlibs:Depends},
         ${misc:Depends}
Pre-Depends: ${misc:Pre-Depends}
Provides: ${lua:Provides}
Description: curses library bindings for the Lua language
 This package contains bindings for the ncurses library for the Lua language.
 It allows one to build simple interfaces on a text terminal.
 .
 This package used to be part of the lua-posix source package.
XB-Lua-Versions: ${lua:Versions}

Package: lua-curses-dev
Architecture: any
Multi-Arch: same
Section: libdevel
Depends: lua-curses (= ${binary:Version}),
         ${misc:Depends}
Pre-Depends: ${misc:Pre-Depends}
Provides: ${lua:Provides}
Description: Development files for the lua-curses library
 This package contains the development files of the lua-curses library,
 useful to create a statically linked binary (like a C application or a
 standalone Lua interpreter).
 .
 Documentation is also shipped within this package.
XB-Lua-Versions: ${lua:Versions}
