this repo has no description

dream-httpaf is not compatible with ocaml 5.3:

```
=== ERROR while compiling dream-httpaf.1.0.0~alpha3 ==========================#
context 2.2.1 | linux/x86_64 | ocaml-base-compiler.5.3.0~alpha1 | file:///home/opam/opam-repository
path ~/.opam/5.3~alpha1/.opam-switch/build/dream-httpaf.1.0.0~alpha3
command ~/.opam/5.3~alpha1/bin/dune build -p dream-httpaf -j 255
exit-code 1
env-file ~/.opam/log/dream-httpaf-1-ea8029.env
output-file ~/.opam/log/dream-httpaf-1-ea8029.out
## output ###
(cd _build/default && /home/opam/.opam/5.3~alpha1/bin/ocamlc.opt -w -40 -g -bin-annot -bin-annot-occurrences -I src/vendor/h2/hpack/util/.gen_huffman.eobjs/byte -I /home/opam/.opam/5.3~alpha1/lib/ocaml/compiler-libs -no-alias-deps -open Dune__exe -o src/vendor/h2/hpack/util/.gen_huffman.eobjs/byte/dune__exe__Gen_huffman.cmo -c -impl src/vendor/h2/hpack/util/gen_huffman.ml)
File "src/vendor/h2/hpack/util/gen_huffman.ml", line 113, characters 28-71:
113 | [ Exp.constant (Pconst_integer (string_of_int code, None))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Error: This expression should not be a constructor, the expected type is
Parsetree.constant
```

Changed files
+1 -1
packages
dream-httpaf
dream-httpaf.1.0.0~alpha3
+1 -1
packages/dream-httpaf/dream-httpaf.1.0.0~alpha3/opam
···
"lwt"
"lwt_ppx" {>= "1.2.2"}
"lwt_ssl"
-
"ocaml" {>= "4.08.0"}
"ssl" {>= "0.5.8"} # Ssl.get_negotiated_alpn_protocol.
# Currently vendored.
···
"lwt"
"lwt_ppx" {>= "1.2.2"}
"lwt_ssl"
+
"ocaml" {>= "4.08.0" & < "5.3"}
"ssl" {>= "0.5.8"} # Ssl.get_negotiated_alpn_protocol.
# Currently vendored.