Add opam file

This takes care of the OCaml dependencies.
This commit is contained in:
Fabien Freling 2015-07-28 22:14:25 +02:00
parent 1de4ad70db
commit 3761364d2d

20
ocaml/opam Normal file
View file

@ -0,0 +1,20 @@
opam-version: "1.0"
name: "cheesebot"
version: "1.0"
maintainer: "Fabien Freling <public@offreling.com>"
authors: "Fabien Freling <public@offreling.com>"
homepage: ""
bug-reports: ""
license: ""
build: [
[make "irc"]
]
install: [make "install"]
remove: ["ocamlfind" "remove" "cheesebot"]
depends: [
"ocamlfind" {build}
"lwt"
"conf-gnutls"
"ocamlnet"
"irc-client"
]