Skip to content

A mirror of Ada Reference Manual sources

License

Notifications You must be signed in to change notification settings

ada-lang-io/ada-auth

 
 

Repository files navigation

ada-auth ARM

This is a Git mirror of Ada Conformity Assessment Authority CVS repository. It contains

  • Ada Reference Manual
  • ACATS User Guide
  • Source code of Ada formatting tool

See details about Ada formatting tool in command.txt

Purpose

This fork adds two additional formatters to the original project:

  1. Tracer - For understanding what is being emitted by the formatter program.
  2. Ada_Lang_IO - For emitting the .md(x) files needed to put the ARM on https://ada-lang.io/

Building

This is an Alire crate that you can build with:

alr build

When updating the source docs

If you use case sensitive filesystem you need edit master file converting file names to lowercase:

cd source
sed -i -e '/@Source/s/<[^>]*>/\L\0/' aa-aarm.msm
mkdir output
../.obj/ada_form aa-aarm.msm

Releases

No releases published

Packages

No packages published

Languages

  • CartoCSS 82.8%
  • Ada 17.2%