File: control

package info (click to toggle)
php-slim 3.12.5-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,368 kB
  • sloc: php: 11,581; makefile: 18; xml: 10; sh: 3
file content (36 lines) | stat: -rw-r--r-- 1,405 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: php-slim
Section: php
Priority: optional
Maintainer: Debian PHP PEAR Maintainers <pkg-php-pear@lists.alioth.debian.org>
Uploaders: James Valleroy <jvalleroy@mailbox.org>
Build-Depends: debhelper-compat (= 13),
               php-common,
               php-json,
               php-mbstring,
               php-nikic-fast-route,
               php-phpspec-prophecy-phpunit,
               php-pimple,
               php-psr-container,
               php-psr-http-message,
               php-xml,
               phpab,
               phpunit,
               pkg-php-tools
Standards-Version: 4.7.2
Homepage: https://www.slimframework.com/
Vcs-Browser: https://salsa.debian.org/php-team/pear/php-slim
Vcs-Git: https://salsa.debian.org/php-team/pear/php-slim.git
Rules-Requires-Root: no

Package: php-slim
Architecture: all
Depends: ${misc:Depends}, ${phpcomposer:Debian-require}
Recommends: ${phpcomposer:Debian-recommend}
Suggests: ${phpcomposer:Debian-suggest}
Description: PHP micro framework for quick and simple web applications and APIs
 Slim is a PHP micro framework that helps you quickly write simple yet
 powerful web applications and APIs. At its core, Slim is a dispatcher
 that receives an HTTP request, invokes an appropriate callback
 routine, and returns an HTTP response. It is an ideal tool to create
 APIs that consume, repurpose, or publish data, and great for rapid
 prototyping.