mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-11 02:50:24 +00:00
4ca7312e0e
storage server. The code is available for free under the terms of BSD license. Supported platforms are GNU/Linux and FreeBSD. WWW: http://tarantool.org/ PR: ports/163213 Submitted by: Gvozdikov Veniamin <g.veniamin@googlemail.com>
22 lines
476 B
Plaintext
22 lines
476 B
Plaintext
bin/lib/__init__.py
|
|
bin/lib/sql.g
|
|
bin/lib/sql.py
|
|
bin/lib/sql_ast.py
|
|
bin/lib/tarantool_connection.py
|
|
bin/lib/tarantool_preprocessor.py
|
|
bin/lib/tarantool_silverbox_server.py
|
|
bin/lib/test_suite.py
|
|
bin/lib/yapps/__init__.py
|
|
bin/lib/yapps/runtime.py
|
|
bin/tarantool
|
|
bin/tarantool_feeder
|
|
bin/tarantool_silverbox
|
|
%%DOCSDIR%%/LICENSE
|
|
%%DOCSDIR%%/README
|
|
%%DOCSDIR%%/silverbox-protocol.txt
|
|
%%ETCDIR%%/tarantool.cfg
|
|
@dirrm %%DOCSDIR%%
|
|
@dirrm %%ETCDIR%%
|
|
@dirrm bin/lib/yapps
|
|
@dirrm bin/lib
|