summaryrefslogtreecommitdiffstats
path: root/libraries/Hypodermic/README
diff options
context:
space:
mode:
author Andre Barboza <bmg.andre@gmail.com>2017-02-09 08:50:07 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2017-02-10 07:16:32 +0700
commit0b55a809ea7059759727c2a0527a8126ca2dd4b6 (patch)
treeade2e1bc140d353834e6a9d7118be5594a386b94 /libraries/Hypodermic/README
parent6e2a853b06680db52a993e14a0260fbdb09a8413 (diff)
downloadslackbuilds-0b55a809ea7059759727c2a0527a8126ca2dd4b6.tar.gz
slackbuilds-0b55a809ea7059759727c2a0527a8126ca2dd4b6.tar.xz
libraries/Hypodermic: Added (IoC container for C++).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/Hypodermic/README')
-rw-r--r--libraries/Hypodermic/README16
1 files changed, 16 insertions, 0 deletions
diff --git a/libraries/Hypodermic/README b/libraries/Hypodermic/README
new file mode 100644
index 0000000000..bbd1d29a27
--- /dev/null
+++ b/libraries/Hypodermic/README
@@ -0,0 +1,16 @@
+Hypodermic was started with the will to mimic the famous .NET Autofac.
+Although its design evolved, both its behavior and its expressiveness
+tend to remain the same.
+
+Features:
+- Header only
+- Developer friendly compilation errors
+- Easy to use out of the box
+- Configurable instance lifetime
+- On the fly registrations
+- Constructor discovery
+- Merge-able registrations
+- Dependencies can be particular for a specific type
+- Injectable vector of types
+- Injectable factories of types
+- Injectable container