aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdelyn Breedlove <[email protected]>2019-03-02 18:32:59 -0700
committerAdelyn Breedlove <[email protected]>2019-03-02 18:32:59 -0700
commit587029253221ef854c8f94ac5f6ee94bf22d609b (patch)
treeaba98456443bf74a02ae9fb531544fbdb4a41e4e
parentInitial Lwt changes. Successfully compiles (diff)
downloaddisml-587029253221ef854c8f94ac5f6ee94bf22d609b.tar.xz
disml-587029253221ef854c8f94ac5f6ee94bf22d609b.zip
update opam file
-rw-r--r--disml.opam9
1 files changed, 4 insertions, 5 deletions
diff --git a/disml.opam b/disml.opam
index 38d6bc5..7678beb 100644
--- a/disml.opam
+++ b/disml.opam
@@ -1,6 +1,5 @@
opam-version: "2.0"
name: "disml"
-version: "0.2.5"
maintainer: "Adelyn Breedlove <[email protected]>"
authors: "Adelyn Breedlove <[email protected]>"
license: "MIT"
@@ -22,14 +21,14 @@ For examples, see `/bin` in the git repo.
depends: [
"ocaml" {>= "4.04.1"}
"dune" {build & >= "1.3.0"}
- "async_ssl" {>= "v0.11.0"}
- "cohttp-async" {>= "1.2.0"}
- "core" {>= "v0.11.3"}
+ "lwt_ssl" {>= "1.1.2"}
+ "cohttp-lwt" {>= "1.4.0"}
+ "base" {>= "v0.11.1"}
"decompress" {>= "0.8"}
"odoc" {with-doc & >= "1.3.0"}
"ppx_deriving_yojson" {>= "3.3"}
"ppx_sexp_conv" {>= "v0.11.2"}
- "websocket-async" {>= "2.12"}
+ "websocket-lwt" {>= "2.12"}
"yojson" {>= "1.6.0"}
"bitmasks" {>= "1.1.0"}
]