Source: sol2
Section: libs
Priority: optional
Maintainer: syzygial <syzygial.123@gmail.com>
Rules-Requires-Root: no
Build-Depends:
 debhelper-compat (= 13),
 cmake (>= 3.26.0),
 liblua5.4-dev <!nocheck> | liblua5.3-dev <!nocheck> | liblua5.2-dev <!nocheck> | liblua5.1-dev <!nocheck>,
 libcatch2-dev <!nocheck>,
 python3-sphinx <!nodoc>,
 python3-breathe <!nodoc>,
 doxygen <!nodoc>,
 texlive-font-utils <!nodoc>,
 ghostscript <!nodoc>
Standards-Version: 4.7.2
Homepage: https://github.com/ThePhD/sol2
Vcs-Browser: https://salsa.debian.org/syzygial/sol2
Vcs-Git: https://salsa.debian.org/syzygial/sol2.git

Package: sol2-dev
Section: libdevel
Architecture: all
Depends:
 ${misc:Depends},
 liblua5.4-dev | liblua5.3-dev | liblua5.2-dev | liblua5.1-dev
Suggests: sol2-doc
Description: Sol2 - C++ bindings to Lua
 Sol2 is a header-only C++ library which facilitates C++/Lua
 interoperability.
 .
 Features include support for user-defined data types, table
 iterators as well as table manipulation via the [] operator.

Package: sol2-doc
Build-Profiles: <!nodoc>
Section: doc
Architecture: all
Depends:
 ${misc:Depends}
Description: Sol2 Documentation
 Sol2 is a header-only C++ library which facilitates C++/Lua
 interoperability.
 .
 Contains Sphinx-generated HTML documentation as well as examples.
