File: README.md

package info (click to toggle)
camlzip 1.14-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 348 kB
  • sloc: ml: 1,283; ansic: 171; sh: 121; makefile: 101
file content (22 lines) | stat: -rw-r--r-- 452 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# camlzip

This example is for the camlzip library

https://opam.ocaml.org/packages/camlzip

# Source file

`bin/main.ml`

# Building and running

`dune exec bin/main.exe zlibcompress infile compressed-outfile`
`dune exec bin/main.exe zlibuncompress compressed-infile outfile`
`dune exec bin/main.exe zipfiles archive-outfile infile1 ... infileN`
`dune exec bin/main.exe ziplist archive-outfile`

(See source for details.)

# Cleaning up

`dune clean`