Skip to content

Commit c33d4e4

Browse files
committed
Add libbinio to the Downloads page
1 parent 3488b74 commit c33d4e4

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

download.html

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,17 @@ <h1>Download</h1>
130130
<li>adplugdb-*.tar.gz - gzip compressed database package</li>
131131
</ul>
132132
</td></tr>
133+
<tr><td><a href="https://github.com/adplug/libbinio/releases">libbinio</a></td>
134+
<td><h2>libbinio - Binary I/O stream class library</h2>
135+
136+
<p>A helper library to unify file I/O that includes helper functions
137+
for converting data between different endians. All internal I/O in Adplug
138+
uses this library.</p>
139+
<p>The following file packages are available:</p>
140+
<ul>
141+
<li>libbinio-*.tar.bz2 - bzip2 compressed source</li>
142+
</ul>
143+
</td></tr>
133144
</table>
134145
</td></tr>
135146

0 commit comments

Comments
 (0)