this repo has no description

Timmy 1.0.0 is not compatible with ocaml 5.1

This was fixes in version 1.0.4 already published, see https://github.com/mefyl/timmy/commit/24c2256352e5b29e1dfaadfedc108efcb91db6ba

Signed-off-by: Marcello Seri <marcello.seri@gmail.com>

Changed files
+1 -1
packages
timmy
timmy.1.0.0
+1 -1
packages/timmy/timmy.1.0.0/opam
···
"dune" {>= "3.0"}
"base"
"fmt" {>= "0.8.7"}
-
"ocaml" {>= "4.08.0"}
+
"ocaml" {>= "4.08.0" & < "5.1.0"}
"ppx_here"
"ppx_deriving" {>= "5.0"}
"ptime"