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 48 49 50 51 52 53 54
|
Source: cctz
Maintainer: Debian Science Team <debian-science-maintainers@lists.alioth.debian.org>
Uploaders: Anton Gladky <gladk@debian.org>
Section: libs
Priority: optional
Build-Depends: cmake,
debhelper (>= 10),
googletest,
libbenchmark-dev,
tzdata
Standards-Version: 4.1.3
Vcs-Browser: https://salsa.debian.org/science-team/cctz
Vcs-Git: https://salsa.debian.org/science-team/cctz.git
Homepage: https://github.com/google/cctz
Package: libcctz-dev
Architecture: any
Section: libdevel
Depends: libcctz2 (= ${binary:Version}),
${misc:Depends}
Recommends: tzdata
Suggests: libcctz-doc
Description: Library for computing dates, times and time zones, development files
CCTZ contains two libraries that cooperate with `<chrono>` to give C++
programmers all the necessary tools for computing with dates, times, and time
zones in a simple and correct manner.
.
This package contains the development files.
Package: libcctz2
Architecture: any
Multi-Arch: same
Depends: ${misc:Depends},
${shlibs:Depends}
Pre-Depends: ${misc:Pre-Depends}
Description: Library for computing dates, times and time zones, shared library
CCTZ contains two libraries that cooperate with `<chrono>` to give C++
programmers all the necessary tools for computing with dates, times, and time
zones in a simple and correct manner.
.
This package contains the shared library.
Package: libcctz-doc
Architecture: all
Section: doc
Depends: ${misc:Depends},
${shlibs:Depends}
Pre-Depends: ${misc:Pre-Depends}
Description: Library for computing dates, times and time zones, documentation
CCTZ contains two libraries that cooperate with `<chrono>` to give C++
programmers all the necessary tools for computing with dates, times, and time
zones in a simple and correct manner.
.
This package contains tools and documentation and examples.
|