Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixup constraints #2760

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions dune-project
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
bos
crunch
mirage-kv-mem
(mirage-crypto-rng (>= 0.11.0))
dream-accept
dream-encoding
(graphql
Expand Down Expand Up @@ -66,11 +67,11 @@
(>= 1.10.0)))
olinkcheck
; tools/ood-gen
ppx_deriving_yaml
(ppx_deriving_yaml (>= 0.3))
ppx_stable
ezjsonm
lambdasoup
ptime
(ptime (>= 1.1.0))
(cmdliner
(>= 1.1.0))
xmlm
Expand Down
5 changes: 3 additions & 2 deletions ocamlorg.opam
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ depends: [
"bos"
"crunch"
"mirage-kv-mem"
"mirage-crypto-rng" {>= "0.11.0"}
"dream-accept"
"dream-encoding"
"graphql" {>= "0.14.0"}
Expand All @@ -44,11 +45,11 @@ depends: [
"alcotest" {with-test}
"mdx" {with-test & >= "1.10.0"}
"olinkcheck"
"ppx_deriving_yaml"
"ppx_deriving_yaml" {>= "0.3"}
"ppx_stable"
"ezjsonm"
"lambdasoup"
"ptime"
"ptime" {>= "1.1.0"}
"cmdliner" {>= "1.1.0"}
"xmlm"
"uri"
Expand Down
3 changes: 2 additions & 1 deletion src/ocamlorg_web/lib/dune
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
cmarkit
ocamlorg.data
timedesc
mirage-kv-mem))
mirage-kv-mem
mirage-crypto-rng))

(rule
(deps (universe))
Expand Down
Loading