this repo has no description

dream-httpaf 1.0.0~alpha2 does not compile with OCaml 5.3:

```
File "src/vendor/h2/hpack/util/gen_huffman.ml", line 113, characters 27-70:
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~alpha2
+1 -1
packages/dream-httpaf/dream-httpaf.1.0.0~alpha2/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.