rename xmpp packages to dev versions
This commit is contained in:
parent
653b5a1cc3
commit
71678b1fc6
3 changed files with 2 additions and 2 deletions
|
@ -6,7 +6,7 @@ depends: [
|
|||
"ocaml"
|
||||
"ocamlfind" {build}
|
||||
"ocamlbuild" {build}
|
||||
"erm_xml" {>= "0.3"}
|
||||
"erm_xml" {> "0.3"}
|
||||
"camlp4"
|
||||
"mirage-crypto"
|
||||
"mirage-crypto-rng"
|
|
@ -30,7 +30,7 @@ depends: [
|
|||
"ocaml" {>= "4.08"}
|
||||
"ppx_sexp_conv" {build}
|
||||
"ppx_deriving" {>= "0.14.0"}
|
||||
"erm_xmpp" {>= "0.3"}
|
||||
"erm_xmpp" {> "0.3"}
|
||||
"tls" {>= "0.15.0"}
|
||||
"mirage-crypto-pk" {>= "0.8.3"}
|
||||
"x509" {>= "0.10.0"}
|
Loading…
Reference in a new issue