Go to file
R. Tyler Croy e89e595cd9
Update the README to have the correct schematic references
2017-01-28 23:31:41 -08:00
bin Update the ae catalog support to properly consider <publisher>/<name> 2017-01-24 23:22:21 -08:00
example Update the ae catalog support to properly consider <publisher>/<name> 2017-01-24 23:22:21 -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 Update the README to have the correct schematic references 2017-01-28 23:31:41 -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
  - file:///tmp/ae-catalog
schematics:
  - adacore/gtkada

The schematics key is of vital importance as that declares the dependencies for this project. The format is publisher/name and will map to a directory structure in the catalog wherever it may be found.

ae tool

Installing schematics

% ae install

The subcommand install will populate $PWD/.ae with the schematics defined in the $PWD/schematics.yaml file.

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>