From cc3556e60414c6a467eec40de3411546a8105564 Mon Sep 17 00:00:00 2001 From: favonia Date: Tue, 9 Jun 2020 13:30:00 -0500 Subject: [PATCH] Specify the minimum version of OCaml. This library uses the `Stdlib.result` type. --- yuujinchou.opam | 1 + 1 file changed, 1 insertion(+) diff --git a/yuujinchou.opam b/yuujinchou.opam index b7a8ddcd..0a214c4f 100644 --- a/yuujinchou.opam +++ b/yuujinchou.opam @@ -13,6 +13,7 @@ bug-reports: "https://github.com/favonia/yuujinchou/issues" dev-repo: "git+https://github.com/favonia/yuujinchou.git" depends: [ "dune" {build} + "ocaml" {>= "4.08.0"} "ppx_deriving" {>= "4.5" & < "4.6"} ] build: [