Update to Ocamlnet v4.

Also update dependencies to add camlp4 and ounit.
This commit is contained in:
Fabien Freling 2015-07-29 18:00:58 +00:00
parent e7e25526be
commit 187b82fd41
3 changed files with 4 additions and 11 deletions

View file

@ -13,6 +13,8 @@ install: [make "install"]
remove: ["ocamlfind" "remove" "cheesebot"]
depends: [
"ocamlfind" {build}
"camlp4"
"ounit"
"lwt"
"conf-gnutls"
"ocamlnet"