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 37 38 39 40 41 42 43 44 45 46 47
|
Source: howardhinnant-date
Section: libs
Priority: optional
Maintainer: Andrea Pappacoda <andrea@pappacoda.it>
Build-Depends:
debhelper-compat (= 13),
dpkg-build-api (= 1),
Build-Depends-Arch:
cmake (>= 3.15),
tzdata <!nocheck>,
Standards-Version: 4.7.0
Homepage: https://github.com/HowardHinnant/date
Vcs-Git: https://salsa.debian.org/debian/howardhinnant-date.git
Vcs-Browser: https://salsa.debian.org/debian/howardhinnant-date
X-Style: black
Package: libdate-tz3
Architecture: any
Multi-Arch: same
Pre-Depends:
${misc:Pre-Depends},
Depends:
tzdata,
${misc:Depends},
${shlibs:Depends},
Description: date and time library based on the C++ <chrono> header
howardhinnant-date extends <chrono> to calendars and timezones,
focusing on a seamless integration with the existing <chrono> library,
type safety, performance and ease of use.
.
This package contains the date-tz library
Package: libhowardhinnant-date-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Pre-Depends:
${misc:Pre-Depends},
Depends:
libdate-tz3 (= ${binary:Version}),
${misc:Depends},
Description: date and time library based on the C++ <chrono> header - development files
howardhinnant-date extends <chrono> to calendars and timezones,
focusing on a seamless integration with the existing <chrono> library,
type safety, performance and ease of use.
.
This package contains the development headers of the library.
|