2021-12-28 16:00:22 +00:00
|
|
|
opam-version: "2.0"
|
|
|
|
maintainer: "ygrek@autistici.org"
|
|
|
|
license: "BSD3"
|
|
|
|
homepage: "https://github.com/ermine/xmpp"
|
|
|
|
depends: [
|
|
|
|
"ocaml"
|
|
|
|
"ocamlfind" {build}
|
|
|
|
"ocamlbuild" {build}
|
2021-12-29 00:33:26 +00:00
|
|
|
"erm_xml" {> "0.3"}
|
2021-12-28 16:00:22 +00:00
|
|
|
"camlp4"
|
|
|
|
"mirage-crypto"
|
|
|
|
"mirage-crypto-rng"
|
|
|
|
"base64" {>= "3.0.0"}
|
2022-04-04 10:38:13 +00:00
|
|
|
"cstruct" {>= "6.0.0"}
|
2021-12-28 16:00:22 +00:00
|
|
|
]
|
|
|
|
flags: light-uninstall
|
|
|
|
build: [
|
|
|
|
["ocaml" "setup.ml" "-configure" "--prefix" prefix]
|
|
|
|
["ocaml" "setup.ml" "-build"]
|
|
|
|
["ocaml" "setup.ml" "-test"] {with-test}
|
|
|
|
]
|
|
|
|
install: ["ocaml" "setup.ml" "-install"]
|
|
|
|
remove: ["ocamlfind" "remove" "erm_xmpp"]
|
|
|
|
url {
|
|
|
|
src: "git+https://github.com/hannesm/xmpp.git#otr"
|
|
|
|
}
|
|
|
|
synopsis: "XMPP protocol implementation"
|