Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 408 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 408 Bytes

SMLZIP

An SML library that provides access to compressed files in ZIP format.

Structures

Pkzip structure provides access to PKZIP format.

Deflate structure is an implementation of Deflate (RFC 1951) decoder.

If you want to use just Deflate structure, use deflate.cm (for SML/NJ) or deflate.mlb (for MLton). For Pkzip structure, use pkzip.cm or pkzip.mlb. Also available from Smackage.