Skip to content

Commit

Permalink
Regenerate opam files with dune 2.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kit-ty-kate authored and vbmithr committed Mar 11, 2022
1 parent 25d83a1 commit 09ce371
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions websocket-async.opam
Original file line number Diff line number Diff line change
Expand Up @@ -34,15 +34,15 @@ depends: [
"odoc" {with-doc}
]
build: [
["dune" "subst"] {dev}
[
"dune"
"build"
"-p"
name
"-j"
jobs
"--promote-install-files"
"false"
"--promote-install-files=false"
"@install"
"@runtest" {with-test}
"@doc" {with-doc}
Expand Down
4 changes: 2 additions & 2 deletions websocket-lwt-unix.opam
Original file line number Diff line number Diff line change
Expand Up @@ -31,15 +31,15 @@ depends: [
"odoc" {with-doc}
]
build: [
["dune" "subst"] {dev}
[
"dune"
"build"
"-p"
name
"-j"
jobs
"--promote-install-files"
"false"
"--promote-install-files=false"
"@install"
"@runtest" {with-test}
"@doc" {with-doc}
Expand Down
4 changes: 2 additions & 2 deletions websocket.opam
Original file line number Diff line number Diff line change
Expand Up @@ -33,15 +33,15 @@ depends: [
"odoc" {with-doc}
]
build: [
["dune" "subst"] {dev}
[
"dune"
"build"
"-p"
name
"-j"
jobs
"--promote-install-files"
"false"
"--promote-install-files=false"
"@install"
"@runtest" {with-test}
"@doc" {with-doc}
Expand Down

0 comments on commit 09ce371

Please sign in to comment.