# infra **Repository Path**: lai_guoliang/infra ## Basic Information - **Project Name**: infra - **Description**: No description available - **Primary Language**: Unknown - **License**: EPL-1.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-08-06 - **Last Updated**: 2024-06-26 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README Common Infrastructure Repository ================================ This repository contains the common development, build system, and runtime components used by other Floodlight projects. The Builder ----------- The build system can be found in builder/unix. The Source Generator -------------------- A custom C source code generator is available in the sourcegen directory. The sourcegen module is used by all C module libraries to produce and manage common data infrastructures for enumerations, configuration definitions, xmacros, and other constructs. The AIM Module -------------- The AIM module provides a common runtime environment for all code modules and systems built from them. It includes a variety of system features for virtualizing IO, custom datatypes, and common primitives.