File: control

package info (click to toggle)
injeqt 1.1.0-1
  • links: PTS
  • area: main
  • in suites: stretch
  • size: 964 kB
  • ctags: 1,577
  • sloc: cpp: 8,121; ansic: 19; sh: 15; makefile: 4
file content (49 lines) | stat: -rw-r--r-- 1,923 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
Source: injeqt
Priority: optional
Maintainer: Patryk Cisek <patryk@debian.org>
Build-Depends: debhelper (>= 9),
               cmake,
               qtbase5-dev
Standards-Version: 3.9.8
Section: libs
Homepage: https://github.com/vogel/injeqt

Package: libinjeqt-dev
Section: libdevel
Architecture: any
Depends: libinjeqt1 (= ${binary:Version}), ${misc:Depends}
Description: Dependency injection framework for Qt
 Dependency injection is an implementation of inverse of control and can be
 used to increase program modularity and extendability. In general it also
 results in more testable source code.
 .
 There is a lot of dependency injection frameworks for bytecode based
 languages like Java and C#, for instance Guice and Spring. C++ lacks
 reflection facilities that make dependency injection so powerful in these
 languages.
 .
 Injeqt is an attempt to build a powerful and reliable dependency injection
 framework on Qt's reflection based on MOC (meta-object compiler). For
 version 0.1 some basic features were implemented.
 .
 This package contains development files needed to compile software, that
 uses the library.

Package: libinjeqt1
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Dependency injection framework for Qt
 Dependency injection is an implementation of inverse of control and can be
 used to increase program modularity and extendability. In general it also
 results in more testable source code.
 .
 There is a lot of dependency injection frameworks for bytecode based
 languages like Java and C#, for instance Guice and Spring. C++ lacks
 reflection facilities that make dependency injection so powerful in these
 languages.
 .
 Injeqt is an attempt to build a powerful and reliable dependency injection
 framework on Qt's reflection based on MOC (meta-object compiler). For
 version 0.1 some basic features were implemented.
 .
 This package contains the library.