This commit is contained in:
John Whitington 2021-12-21 15:42:01 +00:00
parent 7066a8873a
commit 6954183241
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
(* compressor <infile> <outfile> [<compress>] substitutes data files specified (* compressor <infile> <outfile> [<compress>] substitutes data files specified
by __DATA:<filename>\n into the <infile> template, writing to <outfile>. The by __DATA:<filename>\n into the <infile> template, writing to <outfile>. The
data is printed in way which meets OCaml's syntax. It is optionally data is printed in way which meets OCaml's syntax. It is compressed by zlib.
compressed by zlib. *) *)
open Pdfutil open Pdfutil
let contents_of_file filename = let contents_of_file filename =