187b82fd41
Also update dependencies to add camlp4 and ounit.
23 lines
398 B
Plaintext
23 lines
398 B
Plaintext
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}
|
|
"camlp4"
|
|
"ounit"
|
|
"lwt"
|
|
"conf-gnutls"
|
|
"ocamlnet"
|
|
"irc-client"
|
|
]
|