File: control

package info (click to toggle)
alire 1.2.1-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 13,200 kB
  • sloc: ada: 77,497; python: 6,617; sh: 477; ansic: 347; makefile: 265; javascript: 87; xml: 40
file content (27 lines) | stat: -rw-r--r-- 990 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
Source: alire
Section: devel
Priority: optional
Maintainer: Stephane Carrez <Stephane.Carrez@gmail.com>
Uploaders: Ludovic Brenta <lbrenta@debian.org>
Build-Depends: debhelper (>= 11), gnat,
 gprbuild (>= 2015-2), python3,
 libgnatcoll21-dev, libxmlezout10-dev,
 libxmlada-dom12-dev, libxmlada-sax12-dev,
 libxmlada-input12-dev, libxmlada-unicode12-dev,
 libgnatprj10-dev
Standards-Version: 4.1.4
Homepage: https://github.com/alire-project
Vcs-Git: https://github.com/alire-project/alire.git
Vcs-Browser: https://github.com/alire-project/tree/master

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.