File: control

package info (click to toggle)
libopenapi-client-perl 1.07-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 176 kB
  • sloc: perl: 259; makefile: 6
file content (33 lines) | stat: -rw-r--r-- 1,427 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
Source: libopenapi-client-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: gregor herrmann <gregoa@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 13)
Build-Depends-Indep: libjson-validator-perl (>= 5.09) <!nocheck>,
                     libmojolicious-plugin-openapi-perl (>= 5.05) <!nocheck>,
                     libtest-simple-perl <!nocheck>,
                     perl
Standards-Version: 4.6.1
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libopenapi-client-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libopenapi-client-perl.git
Homepage: https://metacpan.org/release/OpenAPI-Client
Rules-Requires-Root: no

Package: libopenapi-client-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libjson-validator-perl (>= 5.09),
         libmojolicious-plugin-openapi-perl (>= 5.05)
Description: client module for talking to an Open API powered server
 OpenAPI::Client generates classes that can talk to an Open API server.
 This is done by generating a custom class, based on a Open API specification,
 with methods that transform parameters into a HTTP request.
 .
 The generated class will perform input validation, so invalid data won't be
 sent to the server.
 .
 Mojolicious::Command::openapi is a command line interface for
 OpenAPI::Client.