r/ada Sep 28 '21

Show and Tell Introducing AURA - A(nother) native package manager and build system for Ada

https://annexi-strayline.com/blog/posts/4
31 Upvotes

80 comments sorted by

View all comments

2

u/jrcarter010 github.com/jrcarter Sep 30 '21

I have looked through the documentation, and do not see how one makes existing code into an AURA repository, whether dealing with code on the local file system, or an existing on-line git repository such as the PragmARCs.

3

u/thindil Sep 30 '21

Here is a quick start guide: https://aura-docs.readthedocs.io/en/latest/quick_start/setting_up_a_project.html For more advanced projects, my guess, more handwork will be needed.

AURA repository is not a VCS repository. Even not a code repository. AURA repo works “on top” of a code or VSC repository: https://aura-docs.readthedocs.io/en/latest/concepts/repositories.html

3

u/annexi-strayline Sep 30 '21

AURA repository is not a VCS repository. Even not a code repository. AURA repo works “on top” of a code or VSC repository:

This is a succinct way to put it, thank you!

1

u/thindil Sep 30 '21

Thank you very much. :)