-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathmanifest.xml
More file actions
23 lines (20 loc) · 815 Bytes
/
manifest.xml
File metadata and controls
23 lines (20 loc) · 815 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<package>
<description brief="log management and replay for Syskit">
</description>
<maintainer>Sylvain Joyeux/sylvain.joyeux@m4x.org</maintainer>
<license>GPL v2 or later</license>
<depend package="tools/syskit" />
<depend package="rom-sql" />
<depend package="ruby-sqlite3" />
<depend package="zstd-ruby" />
<depend package="minitar" />
<depend_optional package="data_processing/daru" />
<depend_optional package="gui/vega-rb" />
<depend_optional package="data_processing/rb-gsl" />
<depend_optional package="geoutm" />
<depend_optional package="data_processing/polars-ruby" />
<test_depend package="minitest" />
<test_depend package="flexmock" />
<test_depend package="data_processing/daru" />
<test_depend package="iruby" />
</package>