ae/README.adoc

43 lines
710 B
Plaintext
Raw Normal View History

2017-01-25 02:29:08 +00:00
= Analytical Engine
The Analytical Engine (`ae`) is a Ada dependency management tool intended to
make working with Ada project dependencies easier.
2017-01-25 04:35:53 +00:00
== schematics.yaml
[source,yaml]
----
catalogs:
- builtin://berriedale
schematics:
- gtkada
----
== `ae` tool
=== Installing schematics
[source, bash]
----
% 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.
[source, bash]
----
% 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.