this repo has no description

inuit 0.4 is not compatible with ocaml-5

```
File "src/inuit_format.ml", line 72, characters 4-41:
```

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

Changed files
+1 -1
packages
inuit
inuit.0.4
+1 -1
packages/inuit/inuit.0.4/opam
···
dev-repo: "git+https://github.com/let-def/inuit.git"
bug-reports: "https://github.com/let-def/inuit/issues"
depends: [
-
"ocaml" {>= "4.01.0"}
+
"ocaml" {>= "4.01.0" & < "5.0"}
"ocamlfind" {build}
"ocamlbuild" {build}
"topkg" {build}