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 36 37 38 39 40 41 42
|
Source: pcscada
Section: libs
Priority: optional
Maintainer: Reto Buerki <reet@codelabs.ch>
Uploaders: Nicolas Boulenguez <nicolas@debian.org>
Build-Depends:
asciidoctor,
debhelper-compat (= 13),
dh-ada-library (>= 7),
dh-sequence-ada-library,
gnat, gnat-10,
# This line is parsed by debian/rules.
gprbuild,
libahven9-dev,
libpcsclite-dev,
ruby-pygments.rb,
Standards-Version: 4.5.1
Rules-Requires-Root: no
Homepage: https://www.codelabs.ch/pcscada/
Vcs-Browser: https://git.codelabs.ch/?p=pcscada.git
Vcs-Git: https://git.codelabs.ch/git/pcscada.git -b debian
Package: libpcscada8-dev
Section: libdevel
Architecture: any
Depends: ${misc:Depends}, ${ada:Depends}
Description: Ada bindings to PC/SC middleware (development)
PCSC/Ada provides thin- and thick-bindings to PC/SC-middleware for the Ada
programming language. The library allows applications written in Ada to
communicate with smart cards using the SCard API.
.
This package contains the development files.
Package: libpcscada0.7.6
# This line is parsed by debian/rules.
Architecture: any
Multi-Arch: same
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Ada bindings to PC/SC middleware
PCSC/Ada provides thin- and thick-bindings to PC/SC-middleware for the Ada
programming language. The library allows applications written in Ada to
communicate with smart cards using the SCard API.
|