ae/README.adoc

710 B

<html lang="en"> <head> </head>

Analytical Engine

The Analytical Engine (ae) is a Ada dependency management tool intended to make working with Ada project dependencies easier.

schematics.yaml

catalogs:
  - builtin://berriedale
schematics:
  - gtkada

ae tool

Installing schematics

% ae install

Using dependencies

The subcommand run can be used to provide the appropriate environment variables for executing a program such that it can access installed schematics.

% ae run gprbuild

.aerc

The .aerc should be added to specific projects to override user-specific settings. Generally speaking these files should never be checked in.

</html>