Search Criteria
Package Details: libadalang-tools-git r561.e18d43fa-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/libadalang-tools-git.git (read-only, click to copy) |
---|---|
Package Base: | libadalang-tools-git |
Description: | Libadalang-based tools: gnatpp, gnatmetric and gnatstub |
Upstream URL: | https://github.com/AdaCore/libadalang-tools |
Licenses: | GPL |
Submitter: | pmderodat |
Maintainer: | pmderodat |
Last Packager: | pmderodat |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2018-03-18 17:10 (UTC) |
Last Updated: | 2021-01-24 15:44 (UTC) |
Dependencies (2)
- libadalangAUR (libadalang-gitAUR)
- git (git-gitAUR, git-glAUR) (make)
Latest Comments
tfl5034 commented on 2022-02-18 18:39 (UTC)
I saw in the history of this, that you switched between libadalang-git and libadalang as a dependency. I cannot build this against libadalang, so I think it's safest to use libadalang-git as the dependency because they're more likely to be in sync.
Earnest commented on 2019-07-18 08:58 (UTC)
depends
are implicitlymakedepends
, so there's no need to duplicate them.pmderodat commented on 2019-07-04 06:13 (UTC)
Oh, I did not realize that quex-for_libadalang was still there: I’ve just removed it from langkit-git’s dependencies.
I’m not sure why you suggest to add langkit-git as a build dependency to libadalang-tools-git. According to <https://wiki.archlinux.org/index.php/PKGBUILD#Dependencies>:
About
depends
: “Dependencies that are provided by other dependencies do not need to be listed.”, so since langkit-git is provided by libadalang-git, no need to add it to libadalang-tools-git, as it already depends on libadalang-git.About
makedepends
: “The packages in the depends array are implicitly required to build the package, they should not be duplicated here.” langkit-git is already included independs
, so no need to add it there, right?Besides, langkit-git is not only a build dependency, it’s also a runtime dependency for libadalang-tools-git.
tfl5034 commented on 2019-07-04 03:32 (UTC)
Also, I think quex-for_libadalang and langkit-git should be included as build dependencies. They're build dependencies for libadalang-git but are also needed to build this package as well.
pmderodat commented on 2019-06-29 08:49 (UTC)
You are right. I’ve updated libadalang-git and libadalang-tools-git to both depend on langkit-dev and libadalang-git. Thanks for reporting this.
tfl5034 commented on 2019-06-27 06:05 (UTC)
I noticed that this required libadalang-git to build. The libadalang package was not sufficient due to a referenced type which hasn't made it into the stable version of libadalang. Perhaps, if it's possible, you could make it a hard requirement to install libadalang-git.