-
Dear LibAdaLang_Tools developers,
We have written a [library and tool to analyse and manipulate Ada code](https://alire.ada.dev/crates/rejuvenation).
After manipulation, we typically want to run g…
-
When using GNAT Studio 23.0w (20220512) to load the project file at the bottom. I get the following log output.
[GPS.KERNEL.TIMEOUT] Starting the program /home/kc/.config/alire/cache/dependencie…
-
During packaging of `rclada` it seems that
- `post-fetch` is not run for the root crate.
- `pre-build` is not run for dependencies.
If true (need to verify), this means that `post-fetch` only wor…
-
Sometimes a crate can provide some data files which are also part of the component and
must be accessible at some point by the final application. Such files are not used during the
Ada compilation p…
-
My orka_egl crate's alire.toml file contains:
```toml
[available.'case(os)']
linux = true
'...' = false
```
Yet, it happily runs `alr build` on windows-latest (with ce2021 compiler) during G…
-
Dear Alire developers,
I recently added the rejuvenation crate to the archive.
I can already find it on alire website: https://alire.ada.dev/crates/rejuvenation
However, I still get
```
+i g…
-
`alr show --external libwayland` shows:
```
Kind Description Details Available
System package 3 candidate system packages Debian: libwayland-dev True …
-
Hello.
I have been trying to get ASFML to work using GNAT 2021 X64 for a few weeks now. I use Alire to help in this. Long story short, I can successfully download ASFML with
alr get asfml
The…
-
I've tried to use Matreshka library with `alire` on `msys2` Windows shell. It seems it works fine, but compiled test executable is unable to file matreshka *.DLL's.
So, my question is: Should `matr…
-
The `alire-crates-ci` is currently disabled because it was timing out. It should be re-enabled to help with getting the big picture of what crates are failing in what platforms (specially when there a…