• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# Description
2# Federated Computation Platform (FCP) is a computational framework,
3# which allows to orchestrate decentralized computations across
4# large set of dynamically available nodes (e.g. mobile devices).
5
6package(
7    default_visibility = [":internal"],
8)
9
10exports_files([
11    "LICENSE",
12])
13
14package_group(
15    name = "internal",
16    includes = [
17    ],
18    packages = [
19        "//fcp/...",
20    ],
21)
22