aboutsummaryrefslogtreecommitdiff
path: root/disml.opam
diff options
context:
space:
mode:
Diffstat (limited to 'disml.opam')
-rw-r--r--disml.opam11
1 files changed, 5 insertions, 6 deletions
diff --git a/disml.opam b/disml.opam
index e190bd2..9b5fc5b 100644
--- a/disml.opam
+++ b/disml.opam
@@ -1,6 +1,5 @@
opam-version: "2.0"
name: "disml"
-version: "0.2.4"
maintainer: "Adelyn Breedlove <[email protected]>"
authors: "Adelyn Breedlove <[email protected]>"
license: "MIT"
@@ -20,16 +19,16 @@ Key features include:
For examples, see `/bin` in the git repo.
"""
depends: [
- "ocaml" {>= "4.07.0"}
+ "ocaml" {>= "4.04.1"}
"dune" {build & >= "1.3.0"}
"async_ssl" {>= "v0.11.0"}
- "core" {>= "v0.11.3"}
"cohttp-async" {>= "1.2.0"}
- "ppx_sexp_conv" {>= "v0.11.2"}
+ "core" {>= "v0.11.3"}
+ "decompress" {>= "0.8"}
+ "odoc" {with-doc & >= "1.3.0"}
"ppx_deriving_yojson" {>= "3.1"}
+ "ppx_sexp_conv" {>= "v0.11.2"}
"websocket-async" {>= "2.12"}
- "decompress"
- "odoc" {with-doc & >= "1.3.0"}
"yojson" {>= "1.6.0"}
]
build: [