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...") |
|||
(3 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
− | {{ | + | {{Infobox tool |
|purpose=BagIt API for Perl | |purpose=BagIt API for Perl | ||
− | |||
|homepage=https://metacpan.org/pod/Archive::BagIt | |homepage=https://metacpan.org/pod/Archive::BagIt | ||
|license=Perl5 Attribution License | |license=Perl5 Attribution License | ||
|platforms=UNIX, Windows, see http://matrix.cpantesters.org/?dist=Archive-BagIt+0.066 | |platforms=UNIX, Windows, see http://matrix.cpantesters.org/?dist=Archive-BagIt+0.066 | ||
+ | |function=Fixity, File Copy | ||
+ | }} | ||
+ | {{Infobox tool details | ||
+ | |releases_rss=https://metacpan.org/feed/distribution/Archive-BagIt | ||
+ | |issues_rss=https://rt.cpan.org/Public/Dist/Display.html?Name=Archive-BagIt | ||
}} | }} | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
= 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. | ||
Line 21: | Line 19: | ||
= Development Activity = | = Development Activity = | ||
− | |||
− | |||
− | |||
− |
Latest revision as of 19:43, 11 May 2021
Release Feed
Failed to load RSS feed from https://metacpan.org/feed/distribution/Archive-BagIt: Error parsing XML for RSS
Issues Feed
Failed to load RSS feed from https://rt.cpan.org/Public/Dist/Display.html?Name=Archive-BagIt: Error parsing XML for RSS
Description[edit]
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.