Search Criteria
Package Details: alire 1.2.0-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/alire.git (read-only, click to copy) |
---|---|
Package Base: | alire |
Description: | A catalog of ready-to-use Ada libraries plus a command-line tool (alr) to obtain, build, and incorporate them into your own projects. It aims to fulfill a similar role to Rust's cargo or OCaml's opam. |
Upstream URL: | https://alire.ada.dev/ |
Licenses: | GPL3 |
Submitter: | tfl5034 |
Maintainer: | tfl5034 |
Last Packager: | tfl5034 |
Votes: | 1 |
Popularity: | 0.000140 |
First Submitted: | 2021-02-17 07:22 (UTC) |
Last Updated: | 2022-06-05 18:06 (UTC) |
Dependencies (4)
- gnatcoll-core (gnatcoll-core-git)
- unzip (unzip-natspec)
- git (git-git, git-vfs, git-run-command-patch-git) (make)
- gprbuild (gprbuild-git) (make)
Required by (1)
Sources (18)
- alire-1.2.0.tar.gz
- alire.patch
- git+https://github.com/alire-project/clic#commit=185519d65b089c3238e24cfe87f1d22db1f3e0d9
- git+https://github.com/alire-project/gnatcoll-core.git#commit=e250e4e42d9743b782788cf61b4ddc10a45e69e2
- git+https://github.com/alire-project/semantic_versioning.git#commit=fe4e72e40786589a66d53662639f894fcdb3419c
- git+https://github.com/alire-project/simple_logging.git#commit=02a7de7568af6af7cedd1048901fae8e9477b1d9
- git+https://github.com/alire-project/xmlezout.git#commit=1fcbd0b9303d044d8f09a8ef652afa8c0400ee8b
- git+https://github.com/Fabien-Chouteau/spdx_ada#commit=2df9b1182544359c751544e52e14c94830d99fa6
- git+https://github.com/HeisenbugLtd/si_units#commit=39de6478ba6d63c24dd34dd7205a6ce2cb971703
- git+https://github.com/mosteo/aaa.git#commit=22fcef5c465ece2f9cf5c57b36c340d4d4154811
- git+https://github.com/mosteo/ajunitgen.git#commit=e5d01db5e7834d15c4066f0a8e33d780deae3cc9
- git+https://github.com/mosteo/ansi-ada#commit=acf9afca3afe1f8b8843c061f3cef860d7567307
- git+https://github.com/mosteo/minirest#commit=4550aa356d55b9cd55f26acd34701f646021c5ff
- git+https://github.com/mosteo/optional#commit=0c7d20c0c8b48ccb6b25fb648d48382e598c25c3
- git+https://github.com/mosteo/stopwatch#commit=86e7302d29f360f98f568b6015755229949b2194
- git+https://github.com/mosteo/toml_slicer#commit=8b9dff0f450394b07ea71f0eb9b39d9c20e21f9c
- git+https://github.com/mosteo/uri-ada.git#commit=b61eba59099b3ab39e59e228fe4529927f9e849e
- git+https://github.com/pmderodat/ada-toml.git#commit=2a671ffb1039a036f2bb68bdc88afc8d3dc68c10
Latest Comments
tfl5034 commented on 2021-06-06 20:30 (UTC)
It looks like the 1.0 version is broken with the latest release of GCC. See here for more details: https://github.com/alire-project/alire/issues/729
I added the patch that fixes this. I also added the flag to disable compilation info/warnings from your PKGBUILD. Thanks!
charlie5 commented on 2021-06-06 14:41 (UTC)
Thanks for providing this package.
I was unable to build the 1.0.0 version.
I modified the PKGBUILD to use the latest master branch and managed to build it after suppressing warnings.
Here is the modified PKGBUILD, if you are interested ...
https://gist.github.com/charlie5/06868cd1be330860daa7617aa94d1b41
Regards.