Go to file
R. Tyler Croy 057ea5697b
Describe more of the format and rool
2017-01-24 20:35:53 -08:00
bin Add support for ae run, which executes something like gprbuild or gps with the right environment 2017-01-24 20:35:21 -08:00
example Add a very very simple prototype which reads the schematics.yaml installs stuff 2017-01-24 20:12:54 -08:00
.gitignore Describe more of the format and rool 2017-01-24 20:35:53 -08:00
LICENSE.txt initial commit 2017-01-24 18:29:08 -08:00
README.adoc Describe more of the format and rool 2017-01-24 20:35:53 -08:00

README.adoc

<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>