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 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82
|
Source: kopeninghours
Section: libs
Maintainer: Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
Uploaders: Aurélien COUDERC <coucouf@debian.org>,
Sandro Knauß <hefee@debian.org>,
Build-Depends: debhelper-compat (= 13),
dh-sequence-kf6,
dh-sequence-pkgkde-symbolshelper,
dh-sequence-python3,
dh-sequence-qmldeps,
bison,
cmake (>= 3.5~),
extra-cmake-modules (>= 5.248~),
flex,
libboost-python-dev,
libkf6holidays-dev (>= 5.248~),
libkf6i18n-dev (>= 5.248~),
libpython3-dev,
qt6-base-dev (>= 6.4~),
Homepage: https://invent.kde.org/libraries/kopeninghours/
Vcs-Browser: https://salsa.debian.org/qt-kde-team/kde/kopeninghours
Vcs-Git: https://salsa.debian.org/qt-kde-team/kde/kopeninghours.git
Standards-Version: 4.7.3
Package: libkopeninghours1
Provides: ${ABI:VirtualPackage},
Architecture: any
Multi-Arch: same
Depends: ${misc:Depends},
${shlibs:Depends},
Description: OSM opening hours expressions library
A library for parsing and evaluating OSM opening hours expressions.
.
OSM opening hours expressions are used to describe when a feature is
open/available or closed. This format is not only used in OpenStreetMap itself,
but in various other data sources or APIs needing such a description as well.
Package: libkopeninghours-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: libkopeninghours1 (= ${binary:Version}),
qml6-module-org-kde-kopeninghours (= ${binary:Version}),
${misc:Depends},
Description: OSM opening hours expressions library (development files)
A library for parsing and evaluating OSM opening hours expressions.
.
OSM opening hours expressions are used to describe when a feature is
open/available or closed. This format is not only used in OpenStreetMap itself,
but in various other data sources or APIs needing such a description as well.
.
This package contains the development files.
Package: qml6-module-org-kde-kopeninghours
Architecture: any
Multi-Arch: same
Depends: ${misc:Depends},
${qml6:Depends},
${shlibs:Depends},
Description: OSM opening hours expressions - QML module
A QML module for parsing and evaluating OSM opening hours expressions.
.
OSM opening hours expressions are used to describe when a feature is
open/available or closed. This format is not only used in OpenStreetMap itself,
but in various other data sources or APIs needing such a description as well.
.
This package contains the QML module.
Package: python3-kopeninghours
Section: python
Architecture: any
Depends: ${misc:Depends},
${python3:Depends},
${shlibs:Depends},
Description: OSM opening hours expressions library - Python binding
A library for parsing and evaluating OSM opening hours expressions.
.
OSM opening hours expressions are used to describe when a feature is
open/available or closed. This format is not only used in OpenStreetMap itself,
but in various other data sources or APIs needing such a description as well.
.
This package contains the Python library.
|