Go to file
R. Tyler Croy 1f1a24066c
Update the ae catalog support to properly consider <publisher>/<name>
2017-01-24 23:22:21 -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 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>