Skip to content

Commit

Permalink
Merge pull request ocaml#24955 from mseri/fixes
Browse files Browse the repository at this point in the history
Some packages require "result"
  • Loading branch information
mseri authored Dec 18, 2023
2 parents 2b27c15 + 4a4e666 commit f1067c8
Show file tree
Hide file tree
Showing 14 changed files with 14 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/bechamel-js/bechamel-js.0.3.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ depends: [
"dune" {>= "2.0.0"}
"bechamel" {= version}
"rresult"
"result" {>= "1.5"}
"json-data-encoding"
"jsonm"
"fmt" {>= "0.9.0"}
Expand Down
1 change: 1 addition & 0 deletions packages/bechamel-js/bechamel-js.0.4.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ depends: [
"dune" {>= "2.0.0"}
"bechamel" {= version}
"rresult"
"result" {>= "1.5"}
"json-data-encoding"
"jsonm"
"fmt" {>= "0.9.0"}
Expand Down
1 change: 1 addition & 0 deletions packages/bechamel-js/bechamel-js.0.5.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ depends: [
"dune" {>= "2.0.0"}
"bechamel" {= version}
"rresult"
"result" {>= "1.5"}
"json-data-encoding"
"jsonm"
"fmt" {>= "0.9.0"}
Expand Down
1 change: 1 addition & 0 deletions packages/fat-filesystem/fat-filesystem.0.13.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ depends: [
"mirage-block-unix" {>= "2.5.0"}
"io-page-unix" {>= "2.0.0"}
"re" {>= "1.7.2"}
"result"
"cmdliner"
"astring"
"alcotest" {with-test}
Expand Down
1 change: 1 addition & 0 deletions packages/multipart_form/multipart_form.0.1.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ depends: [
"uutf"
"stdlib-shims"
"pecu" {>= "0.4"}
"result"
"fmt"
"ke" {>= "0.4"}
"alcotest" {with-test}
Expand Down
1 change: 1 addition & 0 deletions packages/multipart_form/multipart_form.0.4.1/opam
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ depends: [
"uutf"
"pecu" {>= "0.4"}
"prettym"
"result"
"fmt" {>= "0.8.7"}
"logs"
"ke" {>= "0.6"}
Expand Down
1 change: 1 addition & 0 deletions packages/multipart_form/multipart_form.0.5.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ depends: [
"uutf"
"pecu" {>= "0.4"}
"prettym"
"result"
"fmt" {>= "0.8.7"}
"logs"
"ke" {>= "0.6"}
Expand Down
1 change: 1 addition & 0 deletions packages/piaf/piaf.0.1.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ depends: [
"mrmime" {>= "0.3.2" & < "0.4.0"}
"pecu"
"psq"
"result"
"uri"
"magic-mime"
"gluten-lwt-unix"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ depends: [
"ocaml"
"jbuilder" {>= "1.0+beta9"}
"session-cohttp"
"result" {>= "1.5"}
"cohttp-async"
"async"
"base-threads"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ depends: [
"cohttp-async"
"async"
"base-threads"
"result" {>= "1.5"}
]
build: [
["dune" "subst"] {dev}
Expand Down
1 change: 1 addition & 0 deletions packages/session-cohttp-lwt/session-cohttp-lwt.0.4.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ depends: [
"session-cohttp"
"cohttp-lwt"
"lwt"
"result" {>= "1.5"}
]
synopsis:
"A session manager for your everyday needs - Cohttp-specific support for lwt"
Expand Down
1 change: 1 addition & 0 deletions packages/session-cohttp-lwt/session-cohttp-lwt.0.4.1/opam
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ depends: [
"session-cohttp"
"cohttp-lwt"
"lwt"
"result" {>= "1.5"}
]
build: [
["dune" "subst"] {dev}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ depends: [
"ocaml" {>= "4.07.0"}
"session-cookie" {= version}
"async"
"result" {>= "1.5"}
"alcotest" {with-test}
"junit" {with-test}
"junit_alcotest" {with-test}
Expand Down
1 change: 1 addition & 0 deletions packages/session-cookie-lwt/session-cookie-lwt.0.1.8/opam
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ depends: [
"ocaml" {>= "4.07.0"}
"session-cookie" {= version}
"lwt"
"result" {>= "1.5"}
"base" {with-test}
"alcotest" {with-test}
"junit" {with-test}
Expand Down

0 comments on commit f1067c8

Please sign in to comment.