diff --git a/ocaml/opam b/ocaml/opam new file mode 100644 index 0000000..70e9523 --- /dev/null +++ b/ocaml/opam @@ -0,0 +1,20 @@ +opam-version: "1.0" +name: "cheesebot" +version: "1.0" +maintainer: "Fabien Freling " +authors: "Fabien Freling " +homepage: "" +bug-reports: "" +license: "" +build: [ + [make "irc"] +] +install: [make "install"] +remove: ["ocamlfind" "remove" "cheesebot"] +depends: [ + "ocamlfind" {build} + "lwt" + "conf-gnutls" + "ocamlnet" + "irc-client" +]