File: control

package info (click to toggle)
libkiokux-model-perl 0.02-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 80 kB
  • sloc: perl: 89; makefile: 2
file content (31 lines) | stat: -rw-r--r-- 1,188 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
24
25
26
27
28
29
30
31
Source: libkiokux-model-perl
Section: perl
Priority: optional
Build-Depends:
 debhelper-compat (= 13),
 libkiokudb-perl,
 libmoosex-strictconstructor-perl,
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Jonas Smedegaard <dr@jones.dk>
Standards-Version: 4.7.2
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libkiokux-model-perl.git
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libkiokux-model-perl
Homepage: https://kiokudb.github.io/
Testsuite: autopkgtest-pkg-perl

Package: libkiokux-model-perl
Architecture: all
Depends:
 libkiokudb-perl,
 libmoosex-strictconstructor-perl,
 ${misc:Depends},
 ${perl:Depends}
Description: simple application specific wrapper for KiokuDB
 KiokuX::Model is a base class making it easy to create KiokuDB database
 instances in your application. It provides a standard way to
 instantiate and use a KiokuDB object in your apps.
 .
 As your app grows you can subclass it and provide additional
 convenience methods, without changing the structure of the code, but
 simply swapping your subclass for KiokuX::Model in e.g.
 Catalyst::Model::KiokuDB or whatever you use to glue it in.