diff options
| author | Adelyn Breelove <[email protected]> | 2019-02-12 14:32:40 -0700 |
|---|---|---|
| committer | Adelyn Breelove <[email protected]> | 2019-02-12 14:32:40 -0700 |
| commit | 77eefb590cb869c2e6851e728a21e9a8cbad5333 (patch) | |
| tree | fa1dbfab10330f04c016dbc1064f65f5cd8b92f8 | |
| parent | Random useless command in the test bot (diff) | |
| download | disml-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.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: [
|