Source: google-fruit
Section: libs
Priority: optional
Maintainer: Ying-Chun Liu (PaulLiu) <paulliu@debian.org>
Rules-Requires-Root: no
Build-Depends: debhelper-compat (= 13), cmake, libboost-dev, python3-pytest
Standards-Version: 4.7.2
Homepage: https://github.com/google/fruit

Package: libgoogle-fruit-3.7.1-3
Architecture: any
Multi-Arch: same
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: C++ dependency injection framework (runtime library)
 Fruit is a dependency injection framework for C++, loosely inspired by the
 Guice framework for Java. It uses C++ metaprogramming together with some
 C++11 features to detect most injection problems at compile-time.
 .
 This package contains the shared runtime library.

Package: libgoogle-fruit-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: libboost-dev,
         libgoogle-fruit-3.7.1-3 (= ${binary:Version}),
         ${misc:Depends}
Description: C++ dependency injection framework (development files)
 Fruit is a dependency injection framework for C++, loosely inspired by the
 Guice framework for Java. It uses C++ metaprogramming together with some
 C++11 features to detect most injection problems at compile-time.
 .
 This package contains the header files and development libraries needed for
 building applications with Fruit.
