Skip to content

Commit

Permalink
add opam constraints (#212)
Browse files Browse the repository at this point in the history
  • Loading branch information
anmonteiro authored Mar 20, 2023
1 parent fff323e commit 9f9f29d
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 9 deletions.
3 changes: 2 additions & 1 deletion dune-project
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
(depends
(ocaml
(>= "4.08.0"))
angstrom
(faraday
(>= "0.7.3"))
(yojson :with-test)
Expand Down Expand Up @@ -118,7 +119,7 @@
(= :version))
faraday-async
(gluten-async
(>= "0.2.1")))
(>= "0.4.0")))
(depopts async_ssl tls-async))

(package
Expand Down
14 changes: 7 additions & 7 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion h2-async.opam
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ depends: [
"ocaml" {>= "4.08.0"}
"h2" {= version}
"faraday-async"
"gluten-async" {>= "0.2.1"}
"gluten-async" {>= "0.4.0"}
"odoc" {with-doc}
]
depopts: ["async_ssl" "tls-async"]
Expand Down
1 change: 1 addition & 0 deletions hpack.opam
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ bug-reports: "https://github.com/anmonteiro/ocaml-h2/issues"
depends: [
"dune" {>= "2.7"}
"ocaml" {>= "4.08.0"}
"angstrom"
"faraday" {>= "0.7.3"}
"yojson" {with-test}
"hex" {with-test}
Expand Down

0 comments on commit 9f9f29d

Please sign in to comment.