rename xmpp packages to dev versions

This commit is contained in:
Hannes Mehnert 2021-12-29 01:33:26 +01:00
parent 653b5a1cc3
commit 71678b1fc6
3 changed files with 2 additions and 2 deletions

View file

@ -6,7 +6,7 @@ depends: [
"ocaml" "ocaml"
"ocamlfind" {build} "ocamlfind" {build}
"ocamlbuild" {build} "ocamlbuild" {build}
"erm_xml" {>= "0.3"} "erm_xml" {> "0.3"}
"camlp4" "camlp4"
"mirage-crypto" "mirage-crypto"
"mirage-crypto-rng" "mirage-crypto-rng"

View file

@ -30,7 +30,7 @@ depends: [
"ocaml" {>= "4.08"} "ocaml" {>= "4.08"}
"ppx_sexp_conv" {build} "ppx_sexp_conv" {build}
"ppx_deriving" {>= "0.14.0"} "ppx_deriving" {>= "0.14.0"}
"erm_xmpp" {>= "0.3"} "erm_xmpp" {> "0.3"}
"tls" {>= "0.15.0"} "tls" {>= "0.15.0"}
"mirage-crypto-pk" {>= "0.8.3"} "mirage-crypto-pk" {>= "0.8.3"}
"x509" {>= "0.10.0"} "x509" {>= "0.10.0"}