diff options
| author | Adelyn Breedlove <[email protected]> | 2019-02-12 19:49:33 +0000 |
|---|---|---|
| committer | Adelyn Breedlove <[email protected]> | 2019-02-12 19:49:33 +0000 |
| commit | b245933103d84a4320a9b21f0faaf84a11a2886b (patch) | |
| tree | b5ff6275e4053971d4f0d524cf39bd1310af4e67 /disml.opam | |
| parent | Random useless command in the test bot (diff) | |
| download | disml-b245933103d84a4320a9b21f0faaf84a11a2886b.tar.xz disml-b245933103d84a4320a9b21f0faaf84a11a2886b.zip | |
Fix opam dependencies and revert changes
Diffstat (limited to 'disml.opam')
| -rw-r--r-- | disml.opam | 14 |
1 files changed, 7 insertions, 7 deletions
@@ -20,20 +20,20 @@ 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"}
+ "core" {>= "v0.11.3"}
+ "decompress" {>= "0.8"}
+ "odoc" {with-doc & >= "1.3.0"}
+ "ppx_deriving_yojson" {>= "3.3"}
"ppx_sexp_conv" {>= "v0.11.2"}
- "ppx_deriving_yojson" {>= "3.1"}
"websocket-async" {>= "2.12"}
- "decompress"
- "odoc" {with-doc & >= "1.3.0"}
- "yojson" {>= "1.6.0"}
+ "yojson" {< "1.6.0"}
]
build: [
["dune" "subst"] {pinned}
["dune" "build" "-p" name "-j" jobs]
- ["dune" "build" "@doc" "-j" jobs] {with-doc}
+ ["dune" "build" "@doc" "-p" name "-j" jobs] {with-doc}
]
\ No newline at end of file |