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
|
Source: sink
Section: libs
Priority: optional
Maintainer: Clive Johnston <clivejo@kubuntu.org>
Build-Depends: cmake (>= 3.0~),
debhelper (>= 9),
extra-cmake-modules (>= 1.0.0),
flatbuffers-compiler,
libcurl-dev,
libflatbuffers-dev,
libgit2-dev,
libkasync-dev (>= 0.1.0),
libkf5contacts-dev,
libkf5mime-dev,
libkimap2-dev (>= 0.1.0),
libkpimkdav2-dev,
liblmdb-dev,
libreadline-dev,
libsasl2-dev,
pkg-config,
pkg-kde-tools,
qtbase5-dev (>= 5.2.0~)
Standards-Version: 3.9.8
Homepage: https://phabricator.kde.org/tag/sink/
Vcs-Browser: https://code.launchpad.net/~kubuntu-packagers/kubuntu-packaging/+git/sink
Vcs-Git: git://git.launchpad.net/~kubuntu-packagers/kubuntu-packaging/+git/sink
Package: libsink-dev
Architecture: any
Depends: sink, libsink0, ${misc:Depends}, ${shlibs:Depends}
Description: Development files for data access layer for Kube
Sink is a data access layer handling synchronization, caching and indexing.
Package: libsink0
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: A data access layer for Kube
Sink is a data access layer handling synchronization, caching and indexing.
Package: sink
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: A data access layer for Kube
Sink is a data access layer handling synchronization, caching and indexing.
|