zstd.xml 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127
  1. <?xml version="1.0" encoding="ISO-8859-1"?>
  2. <!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
  3. "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
  4. <!ENTITY % general-entities SYSTEM "../general.ent">
  5. %general-entities;
  6. ]>
  7. <sect1 id="ch-system-zstd" role="wrap">
  8. <?dbhtml filename="zstd.html"?>
  9. <sect1info condition="script">
  10. <productname>zstd</productname>
  11. <productnumber>&zstd-version;</productnumber>
  12. <address>&zstd-url;</address>
  13. </sect1info>
  14. <title>Zstd-&zstd-version;</title>
  15. <indexterm zone="ch-system-zstd">
  16. <primary sortas="a-zstd">zstd</primary>
  17. </indexterm>
  18. <sect2 role="package">
  19. <title/>
  20. <para>Zstandard is a real-time compression algorithm, providing high
  21. compression ratios. It offers a very wide range of compression / speed
  22. trade-offs, while being backed by a very fast decoder.</para>
  23. <segmentedlist>
  24. <segtitle>&buildtime;</segtitle>
  25. <segtitle>&diskspace;</segtitle>
  26. <seglistitem>
  27. <seg>&zstd-ch6-sbu;</seg>
  28. <seg>&zstd-ch6-du;</seg>
  29. </seglistitem>
  30. </segmentedlist>
  31. </sect2>
  32. <sect2 role="installiation">
  33. <title>Installation of Zstd</title>
  34. <para>Compile the package:</para>
  35. <screen><userinput remap="make">make</userinput></screen>
  36. <para>This package does not come with a test suite.</para>
  37. <para>Install the package:</para>
  38. <screen><userinput remap="install">make prefix=/usr install</userinput></screen>
  39. </sect2>
  40. <sect2 id="contents-zstd" role="content">
  41. <title>Contents of zstd</title>
  42. <segmentedlist>
  43. <segtitle>Installed programs</segtitle>
  44. <segtitle>Installed library</segtitle>
  45. <seglistitem>
  46. <seg>zstd,
  47. zstdcat (link to zstd),
  48. zstdgrep,
  49. zstdless,
  50. zstdmt (link to zstd), and
  51. unzstd (link to zstd)
  52. </seg>
  53. <seg>libzstd.so</seg>
  54. </seglistitem>
  55. </segmentedlist>
  56. <variablelist>
  57. <bridgehead renderas="sect3">Short Descriptions</bridgehead>
  58. <?dbfo list-presentation="list"?>
  59. <?dbhtml list-presentation="table"?>
  60. <varlistentry id="zstd">
  61. <term><command>zstd</command></term>
  62. <listitem>
  63. <para>Compresses or decompresses files using the ZSTD format</para>
  64. <indexterm zone="ch-system-zstd zstd">
  65. <primary sortas="b-zstd">zstd</primary>
  66. </indexterm>
  67. </listitem>
  68. </varlistentry>
  69. <varlistentry id="zstdgrep">
  70. <term><command>zstdgrep</command></term>
  71. <listitem>
  72. <para>Runs <command>egrep</command> on ZSTD compressed files</para>
  73. <indexterm zone="ch-system-zstd zstdgrep">
  74. <primary sortas="b-zstdgrep">zstdgrep</primary>
  75. </indexterm>
  76. </listitem>
  77. </varlistentry>
  78. <varlistentry id="zstdless">
  79. <term><command>zstdless</command></term>
  80. <listitem>
  81. <para>Runs <command>less</command> on ZSTD compressed files</para>
  82. <indexterm zone="ch-system-zstd zstdless">
  83. <primary sortas="b-zstdless">zstdless</primary>
  84. </indexterm>
  85. </listitem>
  86. </varlistentry>
  87. <varlistentry id="libzstd">
  88. <term><filename class="libraryfile">libzstd</filename></term>
  89. <listitem>
  90. <para>The library implementing lossless data
  91. compression, using the ZSTD algorithm</para>
  92. <indexterm zone="ch-system-zstd libzstd">
  93. <primary sortas="c-libzstd">libzstd</primary>
  94. </indexterm>
  95. </listitem>
  96. </varlistentry>
  97. </variablelist>
  98. </sect2>
  99. </sect1>