this repo has no description

captureio is not compatible with ocaml5

```
File "lib/captureIO.ml", line 32, characters 22-38:
32 | List.iter (fun x -> Pervasives.flush (Unix.out_channel_of_descr x)) descriptors;
^^^^^^^^^^^^^^^^
Error: Unbound module Pervasives
```

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

Changed files
+2 -2
packages
captureio
captureio.0.1.1
captureio.0.1.2
+1 -1
packages/captureio/captureio.0.1.1/opam
···
install: [make "install"]
remove: ["ocamlfind" "remove" "captureio"]
depends: [
-
"ocaml" {>= "4.02.0"}
+
"ocaml" {>= "4.02.0" & < "5.0"}
"ocamlfind" {build}
"testsimple" {with-test}
"ocamlbuild" {build}
+1 -1
packages/captureio/captureio.0.1.2/opam
···
install: [make "install"]
remove: ["ocamlfind" "remove" "captureio"]
depends: [
-
"ocaml" {>= "4.02.0"}
+
"ocaml" {>= "4.02.0" & < "5.0"}
"ocamlfind" {build}
"testsimple" {with-test}
"ocamlbuild" {build}