diff options
| -rw-r--r-- | disml.opam | 11 |
1 files changed, 5 insertions, 6 deletions
@@ -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: [
|