Add opam file
This takes care of the OCaml dependencies.
This commit is contained in:
parent
1de4ad70db
commit
3761364d2d
20
ocaml/opam
Normal file
20
ocaml/opam
Normal 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"
|
||||||
|
]
|
Loading…
Reference in a new issue