aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/kangaru/vcpkg.json
diff options
context:
space:
mode:
Diffstat (limited to 'vcpkg/ports/kangaru/vcpkg.json')
-rw-r--r--vcpkg/ports/kangaru/vcpkg.json22
1 files changed, 22 insertions, 0 deletions
diff --git a/vcpkg/ports/kangaru/vcpkg.json b/vcpkg/ports/kangaru/vcpkg.json
new file mode 100644
index 0000000..245f901
--- /dev/null
+++ b/vcpkg/ports/kangaru/vcpkg.json
@@ -0,0 +1,22 @@
+{
+ "name": "kangaru",
+ "version": "4.3.2",
+ "description": "A dependency injection container for C++11, C++14 and later",
+ "homepage": "https://github.com/gracicot/kangaru",
+ "license": "MIT",
+ "dependencies": [
+ {
+ "name": "vcpkg-cmake",
+ "host": true
+ },
+ {
+ "name": "vcpkg-cmake-config",
+ "host": true
+ }
+ ],
+ "features": {
+ "hashtypeid": {
+ "description": "Enable hash based type id"
+ }
+ }
+}