dprogm / rules_franca

Bazel build rules for Franca IDL

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CI

Rules Franca

Provides bazel rules that enable an easy workflow for tasks related to Franca IDL.

  • Group related *.fidl files into a franca_library target
  • Use the rule franca_transform for performing a code transformation. That is either generating code for some target programming language or performing an IDL to IDL mapping. Sources for this rule are franca_library targets.
  • Provides convenient rules for generating CommonAPI code. They rely on rules_capicxx.

About

Bazel build rules for Franca IDL

License:MIT License


Languages

Language:Starlark 82.4%Language:C++ 12.7%Language:Shell 4.9%