Newer
Older
Source: tarantool
Maintainer: Dmitry E. Oboukhov <unera@debian.org>
Build-Depends: cdbs, debhelper (>= 8), gobjc, cmake, libreadline-dev
Section: database
Standards-Version: 3.9.2
Homepage: http://tarantool.org/
VCS-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/tarantool.git;a=summary
VCS-Git: git+ssh://git.debian.org/git/collab-maint/tarantool.git
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
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
Package: tarantool-common
Architecture: all
Priority: optional
Depends: ${misc:Depends}, cronolog, adduser
Description: high performance key/value storage server
Tarantool is an open-source NoSQL database, developed by Mail.ru.
Its key properties include:
.
* all data is maintained in RAM
* data persistence is implemented using Write Ahead Log and snapshotting
* supports asynchronous replication and hot standby
* uses coroutines and asynchronous I/O to implement high-performance
lock-free access to data
* available on Linux and FreeBSD
* stored procedures in Lua are supported
.
This package provides configs and logs infrastructure for tarantool.
Package: tarantool
Architecture: any
Priority: optional
Depends: ${shlibs:Depends}, ${misc:Depends}, tarantool-common
Description: high performance key/value storage server
Tarantool is an open-source NoSQL database, developed by Mail.ru.
Its key properties include:
.
* all data is maintained in RAM
* data persistence is implemented using Write Ahead Log and snapshotting
* supports asynchronous replication and hot standby
* uses coroutines and asynchronous I/O to implement high-performance
lock-free access to data
* available on Linux and FreeBSD
* stored procedures in Lua are supported
.
This package provides tarantool server.
Package: tarantool-dbg
Architecture: any
Priority: extra
Section: debug
Depends: ${shlibs:Depends}, ${misc:Depends},
tarantool (= ${binary:Version})
Description: high performance key/value storage server
Tarantool is an open-source NoSQL database, developed by Mail.ru.
Its key properties include:
.
* all data is maintained in RAM
* data persistence is implemented using Write Ahead Log and snapshotting
* supports asynchronous replication and hot standby
* uses coroutines and asynchronous I/O to implement high-performance
lock-free access to data
* available on Linux and FreeBSD
* stored procedures in Lua are supported
.
This package provides debug symbols for all tarantool packages.
Package: tarantool-client
Architecture: any
Priority: optional
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: high performance key/value storage server
Tarantool is an open-source NoSQL database, developed by Mail.ru.
Its key properties include:
.
* all data is maintained in RAM
* data persistence is implemented using Write Ahead Log and snapshotting
* supports asynchronous replication and hot standby
* uses coroutines and asynchronous I/O to implement high-performance
lock-free access to data
* available on Linux and FreeBSD
* stored procedures in Lua are supported
.
This package provides readline client for tarantool.
Package: tarantool-client-dbg
Architecture: any
Priority: extra
Section: debug
Depends: ${shlibs:Depends}, ${misc:Depends},
tarantool-client (= ${binary:Version})
Description: high performance key/value storage server
Tarantool is an open-source NoSQL database, developed by Mail.ru.
Its key properties include:
.
* all data is maintained in RAM
* data persistence is implemented using Write Ahead Log and snapshotting
* supports asynchronous replication and hot standby
* uses coroutines and asynchronous I/O to implement high-performance
lock-free access to data
* available on Linux and FreeBSD
* stored procedures in Lua are supported
.
This package provides readline client for tarantool.