this repo has no description

get_line <= 3 is not compatible with batteries 3.7

Failure
```
=== ERROR while compiling get_line.3.0.0 =====================================#
context 2.2.0~alpha3~dev | linux/x86_64 | ocaml-base-compiler.4.14.1 | file:///home/opam/opam-repository
path ~/.opam/4.14/.opam-switch/build/get_line.3.0.0
command ~/.opam/opam-init/hooks/sandbox.sh build obuild build
exit-code 6
env-file ~/.opam/log/get_line-7-ea5bd3.env
output-file ~/.opam/log/get_line-7-ea5bd3.out
[1 of 3] Compiling Get_line

File "get_line.ml", line 3, characters 11-18:
3 | module L = BatList
^^^^^^^
Error: Unbound module BatList
Hint: Did you mean List?

```

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

Changed files
+4 -4
packages
get_line
get_line.1.0.0
get_line.2.1.0
get_line.2.1.1
get_line.3.0.0
+1 -1
packages/get_line/get_line.1.0.0/opam
···
depends: [
"ocaml"
"obuild" {build}
-
"batteries"
+
"batteries" {< "3.7"}
]
synopsis: "output line at index i from file f (or a range of lines)"
flags: light-uninstall
+1 -1
packages/get_line/get_line.2.1.0/opam
···
"obuild" {build}
"core" {< "v0.9"}
"core_kernel" {< "v0.9"}
-
"batteries"
+
"batteries" {< "3.7"}
]
synopsis: "output line at index i from file f (or a range of lines)"
flags: light-uninstall
+1 -1
packages/get_line/get_line.2.1.1/opam
···
depends: [
"ocaml"
"obuild" {build}
-
"batteries" {>= "2.6.0"}
+
"batteries" {>= "2.6.0" & < "3.7"}
]
synopsis: "output line at index i from file f (or a range of lines)"
flags: light-uninstall
+1 -1
packages/get_line/get_line.3.0.0/opam
···
depends: [
"ocaml"
"obuild" {build}
-
"batteries" {>= "2.6.0"}
+
"batteries" {>= "2.6.0" & < "3.7"}
]
synopsis: "output line at index i from file f (or a range of lines)"
flags: light-uninstall