Source: rttr
Section: libs
Priority: optional
Homepage: https://www.rttr.org/
Build-Depends: cmake, debhelper (>= 12), libboost-all-dev, rapidjson-dev
Standards-Version: 4.4.0
Vcs-Git: https://anongit.neon.kde.org/backports-bionic/rttr
Vcs-Browser: https://packaging.neon.kde.org/backports-bionic/rttr.git
Maintainer: Neon CI <neon@kde.org>

Package: librttr-core0.9.6
Architecture: any
Pre-Depends: ${misc:Pre-Depends}
Depends: ${misc:Depends}, ${shlibs:Depends}
Multi-Arch: same
Description: C++ reflection library
 RTTR stands for Run Time Type Reflection. It describes the ability of a
 computer program to introspect and modify an object at runtime. It is also
 the name of the library itself, which is written in C++ and released as open
 source library.
 .
 This package contains the shared library.

Package: librttr-dev
Section: libdevel
Architecture: any
Pre-Depends: ${misc:Pre-Depends}
Depends: librttr-core0.9.6 (= ${binary:Version}),
         ${misc:Depends},
         ${shlibs:Depends}
Multi-Arch: same
Description: C++ reflection library (development headers)
 RTTR stands for Run Time Type Reflection. It describes the ability of a
 computer program to introspect and modify an object at runtime. It is also
 the name of the library itself, which is written in C++ and released as open
 source library.
 .
 This package contains the development libraries and headers.

