File: control

package info (click to toggle)
libbiblio-rfid-perl 0.05-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 600 kB
  • sloc: perl: 3,833; makefile: 576; javascript: 309; ansic: 31; sh: 3
file content (54 lines) | stat: -rw-r--r-- 2,212 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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
Source: libbiblio-rfid-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Mason James <mtj@kohaaloha.com>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 13),
               libmodule-install-perl
Build-Depends-Indep: libdata-dump-perl <!nocheck>,
                     libdevice-serialport-perl <!nocheck>,
                     libdigest-crc-perl <!nocheck>,
                     libtest-simple-perl <!nocheck>,
                     perl
Standards-Version: 4.6.2
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libbiblio-rfid-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libbiblio-rfid-perl.git
Homepage: https://metacpan.org/release/Biblio-RFID
Rules-Requires-Root: no

Package: libbiblio-rfid-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libdata-dump-perl,
         libdevice-serialport-perl,
         libdigest-crc-perl
Description: perl tools to use different RFID readers for library use
 Biblio::RFID aims to provide a simple API to a RFID device, and then provide
 useful abstractions to write applications to respond on tags which come
 in range of RFID reader using Biblio::RFID::Reader.
 .
 Writing support for new RFID readers should be easy. Biblio::RFID::Reader::API
 provides documentation on writing support for different readers.
 .
 Currently, two serial RFID readers based on Biblio::RFID::Reader::Serial
 are implemented:
 .
   Biblio::RFID::Reader::3M810
   Biblio::RFID::Reader::CPRM02
 .
 There is also simple read-only reader using shell commands in
 Biblio::RFID::Reader::librfid.
 .
 For implementing application take a look at Biblio::RFID::Reader
 .
  scripts/RFID-JSONP-server.pl is an example of a simple application. It's
  provides an interface to a local RFID reader and a JSONP REST server.
 .
  examples/koha-rfid.js is jQuery based JavaScript code which can be inserted
  in a Koha library system to provide an overlay with tags in range and
  check-in/check-out form-fill functionality.
 .
 Applications can use Biblio::RFID::RFID501 which is some kind of
 semi-standard 3M layout or blocks on RFID tags.