File: control

package info (click to toggle)
alire 1.2.1-2.1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 13,124 kB
  • sloc: ada: 77,497; python: 6,605; sh: 477; ansic: 347; makefile: 258; javascript: 87; xml: 40
file content (35 lines) | stat: -rw-r--r-- 1,021 bytes parent folder | download
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.