NAME

InterPlanetary::CAR::v1 - CAR v1 archive format implementation

SYNOPSIS

use InterPlanetary::CAR::v1;

my $v1 = InterPlanetary::CAR::v1->new();
$v1->read("archive.car");

DESCRIPTION

InterPlanetary::CAR::v1 implements the reading and writing of Content Addressable Archive (CAR) version 1 files. It handles the concatenation of CID-prefixed data blocks.

METHODS

read($path) / write($path)

Low-level I/O methods for CAR v1 files.

SEE ALSO

https://ipld.io/specs/transport/car/carv1/, InterPlanetary::CAR, InterPlanetary::CAR::v2

AUTHOR

Sanko Robinson <sanko@cpan.org>

COPYRIGHT

Copyright (C) 2026 by Sanko Robinson.

This library is free software; you can redistribute it and/or modify it under the terms of the Artistic License 2.0.