summaryrefslogtreecommitdiffhomepage
path: root/debian/control
blob: 3b883b5308bb0da98ba153150461e82081e33e09 (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
29
30
Source: libreichwein
Section: devel
Priority: optional
Maintainer: Roland Reichwein <mail@reichwein.it>
Build-Depends: debhelper (>= 12), libboost-all-dev | libboost1.71-all-dev, clang | g++-9, llvm | g++-9, lld | g++-9, googletest, gcovr, libfmt-dev
Standards-Version: 4.5.0
Homepage: http://www.reichwein.it/libreichwein/

Package: libreichwein-dev
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, libreichwein0 (= ${binary:Version}),
Homepage: http://www.reichwein.it/libreichwein/
Description: C++ Library by Reichwein.IT
 libreichwein is a C++ library developed by Reichwein.IT and
 used by several Reichwein.IT projects, including functions
 not available in std or boost.
 .
 This is the package for developers for compiling code against libreichwein.
 It includes the header files and static library.

Package: libreichwein0
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Homepage: http://www.reichwein.it/libreichwein/
Description: C++ Library by Reichwein.IT
 libreichwein is a C++ library developed by Reichwein.IT and
 used by several Reichwein.IT projects, including functions
 not available in std or boost.
 .
 This is the runtime library package including the shared library.