libbiblio-rfid-perl 0.05-1 source package in Ubuntu

Changelog

libbiblio-rfid-perl (0.05-1) unstable; urgency=medium

  * Team upload.
  * Import upstream version 0.05.
  * Update debian/tests/pkg-perl/smoke-skip.
  * Drop spelling.patch, applied upstream.

 -- gregor herrmann <email address hidden>  Wed, 24 May 2023 20:56:45 +0200

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc
Mantic release universe misc

Builds

Mantic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libbiblio-rfid-perl_0.05-1.dsc 2.3 KiB 706a4996ccc43102fa94e5662a2aca1426057c288ca65f6882ed3f0d0dc063ee
libbiblio-rfid-perl_0.05.orig.tar.gz 281.8 KiB 6ce99fc9f2e3c3577f9b6c68e7f33ba8ea90129522e6b183c3bcd48d14680d73
libbiblio-rfid-perl_0.05-1.debian.tar.xz 2.5 KiB 7399fa1a5ec034b79f6b2dadb3e62301a5ad1eb65fec8a8f222317281971107b

No changes file available.

Binary packages built by this source

libbiblio-rfid-perl: 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.