Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/annexi-strayline/ASAP

The ANNEXI-STRAYLINE AURA Public Repository
https://github.com/annexi-strayline/ASAP

Last synced: 2 months ago
JSON representation

The ANNEXI-STRAYLINE AURA Public Repository

Lists

README

        

# ASAP
The ANNEXI-STRAYLINE AURA Public Repository

## AURA Configuration for using this repository

Replace _X with the appropriate number for your project.

```ada
package AURA.Respository_X with Pure is
Format : constant Repository_Format := git;
Location : constant String := "https://github.com/annexi-strayline/ASAP.git";
Tracking_Branch: constant String := "stable-1.0.x.y";
end AURA.Repository_X;
```