You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
908 B
25 lines
908 B
Source: libfruit
|
|
Section: devel
|
|
Priority: optional
|
|
Maintainer: Marco Poletti <poletti.marco@gmail.com>
|
|
Build-Depends: debhelper (>= 4.1.16), cmake, libboost-dev, gcc (>= 4:5.0.0)
|
|
|
|
Package: libfruit
|
|
Architecture: any
|
|
Depends: ${shlibs:Depends}
|
|
Recommends: fruit-dev
|
|
Description: Dependency Injection Framework For C++
|
|
Fruit is a dependency injection framework for C++, loosely inspired by the
|
|
Guice framework for Java.
|
|
It uses C++ metaprogramming together with some new C++11 features to detect
|
|
most injection problems at compile-time.
|
|
|
|
Package: fruit-dev
|
|
Architecture: any
|
|
Depends: ${shlibs:Depends}, libfruit
|
|
Description: Dependency Injection Framework For C++ - 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 new C++11 features to detect
|
|
most injection problems at compile-time.
|