this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

advi 2.0.0 is not compatible with ocaml 5

Seen on https://github.com/ocaml/opam-repository/pull/25747

```
# File "src/main.ml", line 175, characters 0-14:
# 175 | Printexc.catch (Misc.handle_fatal_error main) ();;
# ^^^^^^^^^^^^^^
# Error (alert deprecated): Stdlib.Printexc.catch
# This function is no longer needed.
```

authored by

Marcello Seri and committed by
GitHub
191da422 bb301cfb

+1 -1
+1 -1
packages/advi/advi.2.0.0/opam
··· 25 25 doc: "http://advi.inria.fr" 26 26 bug-reports: "Didier.Remy@inria.fr" 27 27 depends: [ 28 - "ocaml" {>= "4.11.1"} 28 + "ocaml" {>= "4.11.1" & < "5.0"} 29 29 "dune" {>= "2.5"} 30 30 "graphics" {>= "5.1.1"} 31 31 "camlimages" {>= "5.0.4"}