diff options
| author | Matias Goldfeld <[email protected]> | 2021-01-29 13:42:34 -0500 |
|---|---|---|
| committer | Matias Goldfeld <[email protected]> | 2021-01-29 13:42:34 -0500 |
| commit | 2f37138dedb34651ddb2efd687a8d860b0138778 (patch) | |
| tree | b0d89ca5795724b3bb804f2d65ee609217567ecd /disml.opam | |
| parent | Revert "More 32 bit fixes" (diff) | |
| download | disml-2f37138dedb34651ddb2efd687a8d860b0138778.tar.xz disml-2f37138dedb34651ddb2efd687a8d860b0138778.zip | |
Reverted attempts to add 32-bit compatibility
Diffstat (limited to 'disml.opam')
| -rw-r--r-- | disml.opam | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -1,3 +1,7 @@ +version: "b499169-dirty" +version: "b499169-dirty" +version: "b499169-dirty" +version: "b499169-dirty" opam-version: "2.0" name: "disml" version: "0.2.5" @@ -27,7 +31,7 @@ depends: [ "core" {>= "v0.11.3"} "decompress" {<= "0.8.1"} "odoc" {with-doc & >= "1.3.0"} - "ppx_deriving_yojson" {>= "3.3"} + "ppx_yojson_conv" {>= "v0.14.0"} "ppx_sexp_conv" {>= "v0.11.2"} "websocket-async" {>= "2.12"} "yojson" {>= "1.6.0"} |