aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdelyn Breelove <[email protected]>2019-02-12 14:32:40 -0700
committerAdelyn Breelove <[email protected]>2019-02-12 14:32:40 -0700
commit77eefb590cb869c2e6851e728a21e9a8cbad5333 (patch)
treefa1dbfab10330f04c016dbc1064f65f5cd8b92f8
parentRandom useless command in the test bot (diff)
downloaddisml-origin/dev.tar.xz
disml-origin/dev.zip
update to yojson 1.6.0 and ppx_deriving_yojson to latest masterorigin/dev
-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: [