Skip to content

Commit

Permalink
tweak *.opam
Browse files Browse the repository at this point in the history
  • Loading branch information
andreypopp committed Jun 19, 2024
1 parent f465250 commit 6f42fa2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion dune-project
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(lang dune 3.9)
(lang dune 3.15)

(using menhir 2.1)

Expand Down
3 changes: 1 addition & 2 deletions mlx.opam
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ bug-reports: "https://github.com/ocaml-mlx/mlx/issues"
depends: [
"ocaml" {>= "4.14.0"}
"ppxlib"
"dune" {>= "3.9"}
"dune" {>= "3.15"}
"menhir" {= "20210419" & with-dev-setup}
"ocamlformat" {with-dev-setup}
"odoc" {with-doc}
Expand All @@ -25,7 +25,6 @@ build: [
jobs
"--promote-install-files=false"
"@install"
"@runtest" {with-test}
"@doc" {with-doc}
]
["dune" "install" "-p" name "--create-install-files" name]
Expand Down
3 changes: 1 addition & 2 deletions ocamlmerlin-mlx.opam
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ bug-reports: "https://github.com/ocaml-mlx/mlx/issues"
depends: [
"ocaml" {>= "4.14.0"}
"ppxlib"
"dune" {>= "3.9"}
"dune" {>= "3.15"}
"merlin-lib"
"cppo"
"csexp" {with-dev-setup}
Expand All @@ -26,7 +26,6 @@ build: [
"-j"
jobs
"@install"
"@runtest" {with-test}
"@doc" {with-doc}
]
]
Expand Down

0 comments on commit 6f42fa2

Please sign in to comment.