summaryrefslogtreecommitdiff
path: root/debian/control
blob: 7d199c96635242a17cfc47e7fea94934aeb299f4 (plain)
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
Source: php-cpp
Section: php
Priority: optional
Maintainer: Tzafrir Cohen <tzafrir@debian.org>
Build-Depends: debhelper (>= 9), php-dev
Standards-Version: 3.9.6
Homepage: https://github.com/CopernicaMarketingSoftware/PHP-CPP

Package: libphpcpp1.5
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: C++ library for developing PHP extensions
 The PHP-CPP library is a C++ library for developing PHP extensions.
 It offers a collection of well documented and easy-to-use classes that
 can be used and extended to build native extensions for PHP.
 .
 This package contains the run-time library.

Package: libphpcpp-dev
Architecture: any
section: libdevel
Depends: ${misc:Depends}, libphpcpp1.5 (= ${binary:Version})
Description: headers for PHP-CPP a C++ library for developing PHP extensions
 The PHP-CPP library is a C++ library for developing PHP extensions.
 It offers a collection of well documented and easy-to-use classes that
 can be used and extended to build native extensions for PHP.
 .
 This package contains the development headers.