injeqt 1.1.0-1.1build4 source package in Ubuntu

Changelog

injeqt (1.1.0-1.1build4) noble; urgency=medium

  * No-change rebuild against libqt5core5t64

 -- Steve Langasek <email address hidden>  Fri, 12 Apr 2024 05:22:57 +0000

Upload details

Uploaded by:
Steve Langasek
Uploaded to:
Noble
Original maintainer:
Ubuntu Developers
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc

Downloads

File Size SHA-256 Checksum
injeqt_1.1.0.orig.tar.gz 71.3 KiB 3405c83c50de9696ee278df61c92900865d6e2a6e5dbe234dfd4ae1dce644b7c
injeqt_1.1.0-1.1build4.debian.tar.xz 3.3 KiB cdd3496bf16d9895c6da40538c8f69a5d34085a5d1eba302b78e8644edea0c63
injeqt_1.1.0-1.1build4.dsc 1.9 KiB 67901bb1a1e35de2d6071ebdd7e2920634b9c7bba04bb7b5e851e459b6673293

Available diffs

View changes file

Binary packages built by this source

libinjeqt-dev: 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.

libinjeqt1: 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.

libinjeqt1-dbgsym: debug symbols for libinjeqt1