Add opam file

This takes care of the OCaml dependencies.
master
Fabien Freling 2015-07-28 22:14:25 +02:00
parent 1de4ad70db
commit 3761364d2d
1 changed files with 20 additions and 0 deletions

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"
]