diff options
| author | Adelyn Breelove <[email protected]> | 2019-01-29 14:18:16 -0700 |
|---|---|---|
| committer | Adelyn Breelove <[email protected]> | 2019-01-29 14:18:16 -0700 |
| commit | d4abffca092879e959ab291ca369671c047b4125 (patch) | |
| tree | ddcbb3a56dd406c8fca11c43130e494815ba4254 /disml.opam | |
| parent | Remove some debug code (diff) | |
| download | disml-d4abffca092879e959ab291ca369671c047b4125.tar.xz disml-d4abffca092879e959ab291ca369671c047b4125.zip | |
Make a few things more legible, update build and readme
Diffstat (limited to 'disml.opam')
| -rw-r--r-- | disml.opam | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -25,7 +25,7 @@ depends: [ "async_ssl" {>= "v0.11.0"}
"core" {>= "v0.11.3"}
"cohttp-async" {>= "1.2.0"}
- "ppx_jane" {>= "v0.11.0"}
+ "ppx_sexp" {>= "v0.11.2"}
"ppx_deriving_yojson" {>= "3.1"}
"websocket-async" {>= "2.12"}
"decompress"
|