File: control

package info (click to toggle)
libmojo-sqlite-perl 3.009-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 324 kB
  • sloc: perl: 610; sql: 11; makefile: 6
file content (36 lines) | stat: -rw-r--r-- 1,566 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
32
33
34
35
36
Source: libmojo-sqlite-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Axel Beckert <abe@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 13),
               libmodule-build-tiny-perl,
               perl
Build-Depends-Indep: libdbd-sqlite3-perl (>= 1.68) <!nocheck>,
                     libdbi-perl <!nocheck>,
                     libmojolicious-perl <!nocheck>,
                     libsql-abstract-pg-perl <!nocheck>,
                     liburi-db-perl <!nocheck>,
                     liburi-perl (>= 5.12) <!nocheck> | liburi-perl (<< 5.11) <!nocheck>
Standards-Version: 4.6.1
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libmojo-sqlite-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libmojo-sqlite-perl.git
Homepage: https://metacpan.org/release/Mojo-SQLite
Rules-Requires-Root: no

Package: libmojo-sqlite-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libdbd-sqlite3-perl (>= 1.68),
         libdbi-perl,
         libmojolicious-perl,
         libsql-abstract-pg-perl,
         liburi-db-perl,
         liburi-perl (>= 5.12) | liburi-perl (<< 5.11)
Description: tiny Mojolicious wrapper for SQLite
 Mojo::SQLite is a tiny wrapper around DBD::SQLite that makes SQLite a
 lot of fun to use with the Mojolicious real-time web framework. Use
 all SQL features SQLite has to offer, generate CRUD queries from data
 structures, and manage your database schema with migrations.