1 Source: libfruit 2 Section: devel 3 Priority: optional 4 Maintainer: Marco Poletti <poletti.marco (a] gmail.com> 5 Build-Depends: debhelper (>= 4.1.16), cmake, libboost-dev, gcc (>= 4:5.0.0) 6 7 Package: libfruit 8 Architecture: any 9 Depends: ${shlibs:Depends} 10 Recommends: fruit-dev 11 Description: Dependency Injection Framework For C++ 12 Fruit is a dependency injection framework for C++, loosely inspired by the 13 Guice framework for Java. 14 It uses C++ metaprogramming together with some new C++11 features to detect 15 most injection problems at compile-time. 16 17 Package: fruit-dev 18 Architecture: any 19 Depends: ${shlibs:Depends}, libfruit 20 Description: Dependency Injection Framework For C++ - Development files 21 Fruit is a dependency injection framework for C++, loosely inspired by the 22 Guice framework for Java. 23 It uses C++ metaprogramming together with some new C++11 features to detect 24 most injection problems at compile-time. 25