File: control

package info (click to toggle)
pcsc-tools 1.5.7-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 1,664 kB
  • sloc: sh: 4,145; perl: 2,890; ansic: 664; makefile: 20
file content (28 lines) | stat: -rw-r--r-- 1,007 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
Source: pcsc-tools
Section: utils
Priority: optional
Maintainer: Ludovic Rousseau <rousseau@debian.org>
Build-Depends: debhelper-compat (= 13), libpcsclite-dev, pkg-config
Standards-Version: 4.5.0
Rules-Requires-Root: no
Vcs-Git: https://salsa.debian.org/debian/pcsc-tools.git
Vcs-Browser: https://salsa.debian.org/debian/pcsc-tools
Homepage: http://ludovic.rousseau.free.fr/softwares/pcsc-tools/

Package: pcsc-tools
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, libpcsc-perl
Recommends: libgtk3-perl
Description: Some tools to use with smart cards and PC/SC
 This archive contains some tools useful for a PC/SC user. The tools
 provided are:
 .
 pcsc_scan(1) scans available smart card readers and print detected
 events: card insertion with ATR, card removal;
 .
 ATR_analysis(1) analyses a smart card ATR (Answer To Reset)
 .
 scriptor(1) Perl script to send commands to a smart card using a
 batch file or stdin;
 .
 gscriptor(1) the same idea as scriptor.pl(1) but with Perl-Gtk GUI.