File: control

package info (click to toggle)
libgit-objectstore-perl 0.007-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster, sid, trixie
  • size: 132 kB
  • sloc: perl: 463; makefile: 2
file content (23 lines) | stat: -rw-r--r-- 1,073 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
Source: libgit-objectstore-perl
Section: perl
Priority: optional
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Marc Haber <mh+debian-packages@zugschlus.de>
Build-Depends: debhelper (>= 10)
Build-Depends-Indep: libgit-raw-perl, perl
Standards-Version: 4.1.4
Testsuite: autopkgtest-pkg-perl
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libgit-objectstore-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libgit-objectstore-perl.git
Homepage: https://github.com/ssinyagin/p5-Git-ObjectStore

Package: libgit-objectstore-perl
Architecture: all
Depends: ${misc:Depends}, ${perl:Depends},
 libgit-raw-perl (>= 0.71)
Description: abstraction layer for Git::Raw and libgit2
 Git::ObjectStore provides an abstraction layer on top of Git::Raw, a Perl
 wrapper for libgit2, in order to use a bare Git repository as an object
 store. The objects are written into a mempack, and then flushed to disk, so
 thousands of objects can be created without polluting your filesystem and
 exhausting its inode pool.