Describe more of the format and rool

This commit is contained in:
R. Tyler Croy 2017-01-24 20:35:53 -08:00
parent b31e9967a0
commit 057ea5697b
No known key found for this signature in database
GPG Key ID: 1426C7DC3F51E16F
2 changed files with 39 additions and 0 deletions

1
.gitignore vendored
View File

@ -1,3 +1,4 @@
*.sw*
build/
obj/
.ae/

View File

@ -2,3 +2,41 @@
The Analytical Engine (`ae`) is a Ada dependency management tool intended to
make working with Ada project dependencies easier.
== 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.