this repo has no description

gsl is not compatible with ocaml-5

Old versions fails with
```
=== ERROR while compiling gsl.0.18.5 =========================================#
context 2.2.0~alpha~dev | linux/x86_64 | ocaml-base-compiler.5.0.0 | file:///home/opam/opam-repository
path ~/.opam/5.0/.opam-switch/build/gsl.1.18.5
command ~/.opam/opam-init/hooks/sandbox.sh build ocaml setup.ml -configure --prefix /home/opam/.opam/5.0 --disable-camlp4
exit-code 2
env-file ~/.opam/log/gsl-7-d5bd64.env
output-file ~/.opam/log/gsl-7-d5bd64.out
File "./setup.ml", line 318, characters 20-36:
318 | String.compare (String.lowercase s1) (String.lowercase s2)
^^^^^^^^^^^^^^^^
Error: Unbound value String.lowercase
```

while newer ones fail with c-bindings errors like
```
wrappers.h:36:7: warning: implicit declaration of function 'alloc_small'; did you mean 'caml_alloc_small'? [-Wimplicit-function-declaration]
36 | r = alloc_small(2, 0);
| ^~~~~~~~~~~
| caml_alloc_small
```

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

Changed files
+10 -10
packages
gsl
gsl.1.18.5
gsl.1.19.1
gsl.1.19.3
gsl.1.20.0
gsl.1.20.2
gsl.1.21.0
gsl.1.22.0
gsl.1.24.0
gsl.1.24.1
gsl.1.24.2
+1 -1
packages/gsl/gsl.1.18.5/opam
···
available: arch != "arm32"
x-ci-accept-failures: ["debian-unstable"]
depends: [
-
"ocaml" {>= "3.12"}
+
"ocaml" {>= "3.12" & < "5.0"}
"base-bigarray"
"ocamlfind" {build & >= "1.3.1"}
"conf-gsl"
+1 -1
packages/gsl/gsl.1.19.1/opam
···
]
available: arch != "arm32"
depends: [
-
"ocaml" {>= "3.12"}
+
"ocaml" {>= "3.12" & < "5.0"}
"base-bigarray"
"ocamlfind" {build & >= "1.3.1"}
"conf-gsl"
+1 -1
packages/gsl/gsl.1.19.3/opam
···
]
available: arch != "arm32"
depends: [
-
"ocaml" {>= "3.12"}
+
"ocaml" {>= "3.12" & < "5.0"}
"base-bigarray"
"ocamlbuild" {build}
"ocamlfind" {build & >= "1.3.1"}
+1 -1
packages/gsl/gsl.1.20.0/opam
···
]
depends: [
-
"ocaml" {>= "4.04"}
+
"ocaml" {>= "4.04" & < "5.0"}
"conf-gsl"
"conf-pkg-config"
"base" {build & < "v0.13"}
+1 -1
packages/gsl/gsl.1.20.2/opam
···
]
depends: [
-
"ocaml" {>= "4.04"}
+
"ocaml" {>= "4.04" < "5.0"}
"conf-gsl" {build}
"conf-pkg-config" {build}
"base" {build & < "v0.13"}
+1 -1
packages/gsl/gsl.1.21.0/opam
···
]
depends: [
-
"ocaml" {>= "4.04"}
+
"ocaml" {>= "4.04"&| < "5.0"}
"conf-gsl" {build}
"conf-pkg-config" {build}
"base" {build & < "v0.13"}
+1 -1
packages/gsl/gsl.1.22.0/opam
···
]
depends: [
-
"ocaml" {>= "4.05"}
+
"ocaml" {>= "4.05" & < "5.0"}
"conf-gsl" {build}
"conf-pkg-config" {build}
"base" {build}
+1 -1
packages/gsl/gsl.1.24.0/opam
···
]
depends: [
-
"ocaml" {>= "4.05"}
+
"ocaml" {>= "4.05" & < "5.0"}
"dune" {>= "1.4.0"}
"dune-configurator"
"conf-gsl" {build}
+1 -1
packages/gsl/gsl.1.24.1/opam
···
]
depends: [
-
"ocaml" {>= "4.05"}
+
"ocaml" {>= "4.05" & < "5.0"}
"dune" {>= "1.7.0"}
"conf-gsl" {build}
"conf-pkg-config" {build}
+1 -1
packages/gsl/gsl.1.24.2/opam
···
for optimization, differential equations, statistics, random number generation,
linear algebra, etc."""
depends: [
-
"ocaml" {>= "4.08"}
+
"ocaml" {>= "4.08" & < "5.0"}
"dune" {>= "1.10"}
"dune-configurator"
"conf-gsl" {build}