Source: gambc
Section: devel
Priority: optional
Maintainer: Abdelhakim Qbaich <abdelhakim@qbaich.com>
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-debputy,
 libssl-dev,
 pkgconf,
Build-Depends-Indep:
 ghostscript,
 texinfo,
 texlive-fonts-recommended,
 texlive-latex-base,
Standards-Version: 4.7.2
Homepage: https://gambitscheme.org
Vcs-Git: https://salsa.debian.org/abdelq/gambc.git
Vcs-Browser: https://salsa.debian.org/abdelq/gambc

Package: gambc
Architecture: any
Multi-Arch: foreign
Depends:
 libgambit4 (= ${binary:Version}),
 libgambit4-dev (= ${binary:Version}),
 ${shlibs:Depends},
 ${misc:Depends},
Recommends:
 gambc-doc,
Description: Gambit Scheme interpreter and compiler
 The package includes a Scheme interpreter and a Scheme compiler which
 can be used to build standalone executables. The thread system is very
 efficient and can support millions of concurrent processes.
 .
 The Gambit system conforms to the R4RS, R5RS and IEEE Scheme standards. The
 full numeric tower is implemented, including: infinite precision integers
 (bignums), rationals, inexact reals (floating point numbers), and complex
 numbers.  Gambit supports a number of extensions to the standards.

Package: libgambit4
Section: libs
Architecture: any
Multi-Arch: same
Pre-Depends:
 ${misc:Pre-Depends},
Depends:
 ${shlibs:Depends},
 ${misc:Depends},
Breaks:
 libgambc4,
 libgambit4t64,
Replaces:
 libgambc4,
 libgambit4t64,
Description: Shared libraries for the Gambit interpreter and compiler
 The package includes .so, .c and .scm files, which are necessary to
 run the Gambit interpreter and the Gambit compiler.

Package: libgambit4-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends:
 libgambit4 (= ${binary:Version}),
 ${misc:Depends},
Breaks:
 libgambc4-dev,
Replaces:
 libgambc4-dev,
Description: Header file and link for the Gambit shared library
 The package includes gambit.h and the libgambit.so, libgambitgsi.so
 and libgambitgsc.so links.

Package: gambc-doc
Section: doc
Architecture: all
Multi-Arch: foreign
Depends:
 ${misc:Depends},
Description: Documentation for the Gambit interpreter and compiler
 The package includes info, html, pdf, and text versions of the Gambit manual,
 a 200+ page document containing a complete description of the interpreter
 and compiler suite.  Also included are numerous examples from the repository.
