aboutsummaryrefslogtreecommitdiff
path: root/METADATA
blob: 6ec085a8807b5325ed683346a82e45215a2c9d52 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# This project was upgraded with external_updater.
# Usage: tools/external_updater/updater.sh update external/google-fruit
# For more info, check https://cs.android.com/android/platform/superproject/+/main:tools/external_updater/README.md

name: "google-fruit"
description: "Fruit is a dependency injection framework for C++, loosely inspired by the Guice framework for Java. It uses C++ metaprogramming together with some new C++11 features to detect most injection problems at compile-time. It allows to split the implementation code in \"components\" (aka modules) that can be assembled to form other components. From a component with no requirements it\'s then possible to create an injector, that provides an instance of the interfaces exposed by the component."
third_party {
  license_type: NOTICE
  last_upgrade_date {
    year: 2024
    month: 5
    day: 22
  }
  homepage: "https://github.com/google/fruit"
  identifier {
    type: "Git"
    value: "https://github.com/google/fruit.git"
    version: "dab5bdfe01eb9f90a2b688c7f3be177a9bd8d5c6"
  }
}