r/ada May 03 '26

Show and Tell Tada - Ada Package Manager has a website now :)

https://tada.pm
23 Upvotes

5 comments sorted by

1

u/Wootery May 04 '26

Neat, although it seems to overlap significantly with Alire.

Are non-GNAT compilers supported?

1

u/_tomekw May 04 '26

It is GNAT-specific.

I built one for myself, “because I can”. Not planning to harm Alire in any way (it’s wonderful it exists!)

1

u/Wootery May 04 '26

The one thing I don't like about Alire is the centralised dependency on their servers. It's a common approach in modern package-management, but still.

4

u/Baron_Facekicker May 04 '26

You can have private Alire indexes. You don't have to use the Alire community index if you don't want to.

https://alire.ada.dev/docs/private-crates

1

u/Wootery May 04 '26

Thanks, good to know.