cheesebot/ocaml/build.sh
Fabien Freling 7732fdf877 Add linking to Str module.
This module is used for regular expression manipulation.
2014-02-28 12:05:07 +01:00

5 lines
111 B
Bash
Executable file

ocamlfind ocamlc -o cheesebot -linkpkg \
-package netclient,ssl,equeue-ssl,netstring \
str.cma \
main.ml