Difference between revisions of "Archive::BagIt"
Jump to navigation
Jump to search
(Created page with "{{Infobox_tool |purpose=BagIt API for Perl |image= |homepage=https://metacpan.org/pod/Archive::BagIt |license=Perl5 Attribution License |platforms=UNIX, Windows, see http://ma...") |
|||
Line 13: | Line 13: | ||
= Description = | = Description = | ||
− | Archive::BagIt is a Perl5 API to create, manipulate and verify BagIt containers. It supports RFC8493 (https://datatracker.ietf.org/doc/rfc8493/?include_text=1) and therefore Bags of version 1.0. It also allows to read and convert v0.97 based Bags. | + | Archive::BagIt is a Perl5 API to create, manipulate and verify [[BagIt]] containers. It supports [[RFC8493]] (https://datatracker.ietf.org/doc/rfc8493/?include_text=1) and therefore Bags of version 1.0. It also allows to read and convert v0.97 based Bags. |
There also command line utilities to create or verify Bags. See POD-documentation of Archive::BagIt::Base for details. | There also command line utilities to create or verify Bags. See POD-documentation of Archive::BagIt::Base for details. |
Revision as of 07:56, 17 August 2020
Description
Archive::BagIt is a Perl5 API to create, manipulate and verify BagIt containers. It supports RFC8493 (https://datatracker.ietf.org/doc/rfc8493/?include_text=1) and therefore Bags of version 1.0. It also allows to read and convert v0.97 based Bags.
There also command line utilities to create or verify Bags. See POD-documentation of Archive::BagIt::Base for details.