❌ About FreshRSS

Normal view

There are new articles available, click to refresh the page.
Before yesterdayNews from the Ada programming language world

Alire - inability to install some packages from the repository

I am currently learning to program in Ada and I use Alire to set up my projects. As part of my testing, I occasionally install a crate and investigate it, I found a bug with Honki_tonks_zivilisationen:

​

https://alire.ada.dev/crates/honki_tonks_zivilisationen.html

​

Create exists, if I try to find it using the web interface I am successful:

​

https://alire.ada.dev/search/?q=Honki_tonks_zivilisationen

​

or

​

https://alire.ada.dev/search/?q=stefan

​

​

However, I don't see the game in the Linux command line:

​

$ alr search --crates Honki_tonks_zivilisationen

No hits

​

$ alr search --crates Honki

No hits

​

$ alr search --crates honki

No hits

​

$ alr search --crates stefan

No hits

​

Another crate, e.g. Eagle lander, is OK:

​

$ alr search --crates eagle

eagle_lander Apollo 11 lunar lander simulator

​

Using the command to display all available Alire packages I also don't see it.

​

alr search --list --full

​

I am using Arch Linux with Alire 1.2.2 version.

​

Can I ask to check if I am making a mistake somewhere? Alire is a great tool like Cargo and I would like to use it in my teaching and in the future for all projects.

submitted by /u/Krouzici_orel
[link] [comments]
❌
❌