Skip to main content

Module c_meson_codegen

Module c_meson_codegen 

Source
Expand description

Meson build-system file generator for synta-generated C code.

Produces a meson.build file that:

  • Defines each ASN.1 module as a Meson library() target.
  • Declares a companion *_dep dependency object for each target.
  • Expresses inter-module dependencies via those dependency objects.
  • Locates the synta library and enforces the C99 standard.

Structs§

MesonConfig
Configuration for Meson file generation.

Functions§

generate_meson
Generate a meson.build for one or more ASN.1 modules.