Skip to content

Commit

Permalink
update README with topkg compatible descr and update version
Browse files Browse the repository at this point in the history
  • Loading branch information
avsm committed Jul 11, 2017
1 parent f9d0bbf commit a630baa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
@@ -1,3 +1,5 @@
## ocaml-crunch -- convert a filesystem into a static OCaml module

`ocaml-crunch` takes a directory of files and compiles them into a standalone
OCaml module which serves the contents directly from memory. This can be
convenient for libraries that need a few embedded files (such as a web server)
Expand Down
2 changes: 1 addition & 1 deletion src/main.ml
Expand Up @@ -79,6 +79,6 @@ let () =
let info =
let doc = "Convert a directory structure into a standalone OCaml module that can serve the file contents without requiring an external filesystem to be present." in
let man = [ `S "BUGS"; `P "Email bug reports to <mirage-devel@lists.xenproject.org>."] in
Term.info "ocaml-crunch" ~version:"1.4.0" ~doc ~man
Term.info "ocaml-crunch" ~version:"2.1.0" ~doc ~man
in
match Term.eval (cmd_t, info) with `Ok x -> x | _ -> exit 1

0 comments on commit a630baa

Please sign in to comment.