1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35
|
Source: alire
Section: devel
Priority: optional
Maintainer: Stephane Carrez <Stephane.Carrez@gmail.com>
Uploaders: Ludovic Brenta <lbrenta@debian.org>
Build-Depends:
debhelper-compat (= 13),
dh-ada-library,
gnat,
gprbuild (>= 2015-2),
libgnatcoll-dev,
libgnatprj-dev,
libxmlada-dom-dev,
libxmlada-input-dev,
libxmlada-sax-dev,
libxmlada-unicode-dev,
libxmlezout-dev,
python3,
Standards-Version: 4.6.2
Rules-Requires-Root: no
Homepage: https://github.com/alire-project
Vcs-Browser: https://salsa.debian.org/debian/alire
Vcs-Git: https://salsa.debian.org/debian/alire.git
Package: alire
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Suggests: gnat, gprbuild
Description: Ada package manager
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`.
.
This is a source package manager, in contrast to apt which is a binary
package manager.
|