summaryrefslogtreecommitdiffstats
path: root/development/boost-di/slack-desc
diff options
context:
space:
mode:
author Andre Barboza2017-02-03 13:58:44 +0100
committer Willy Sudiarto Raharjo2017-02-04 00:59:39 +0100
commit0294ee68a7eaee751067f0fe94d97575b28a2132 (patch)
tree857524e0e9c2543604f252971527e390e8fe8788 /development/boost-di/slack-desc
parent8bc78d960382b87ccca29d9b2dd6d769c7d6ac9d (diff)
downloadslackbuilds-0294ee68a7eaee751067f0fe94d97575b28a2132.tar.gz
development/boost-di: Added (C++14 Dependency Injection Library).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'development/boost-di/slack-desc')
-rw-r--r--development/boost-di/slack-desc19
1 files changed, 19 insertions, 0 deletions
diff --git a/development/boost-di/slack-desc b/development/boost-di/slack-desc
new file mode 100644
index 0000000000..00b7b393e4
--- /dev/null
+++ b/development/boost-di/slack-desc
@@ -0,0 +1,19 @@
+# HOW TO EDIT THIS FILE:
+# The "handy ruler" below makes it easier to edit a package description.
+# Line up the first '|' above the ':' following the base package name, and
+# the '|' on the right side marks the last column you can put a character in.
+# You must make exactly 11 lines for the formatting to be correct. It's also
+# customary to leave one space after the ':' except on otherwise blank lines.
+
+ |-----handy-ruler------------------------------------------------------|
+boost-di: boost-di (C++14 Dependency Injection Library)
+boost-di:
+boost-di: Dependency Injection (DI) involves passing (injecting) one or more
+boost-di: dependencies (or services) to a dependent object (or client) which
+boost-di: become part of the client's state. It is like the Strategy Pattern,
+boost-di: except the strategy is set once, at construction. DI enables loosely
+boost-di: coupled designs, which are easier to maintain and test.
+boost-di:
+boost-di:
+boost-di: https://github.com/boost-experimental/di
+boost-di: