Skip to content

Commit

Permalink
Merge pull request #474 from hannesm/async-5
Browse files Browse the repository at this point in the history
async: remove constraint on ocaml < 5.0.0 on examples
  • Loading branch information
hannesm committed Feb 24, 2023
2 parents 15dc528 + 4de81b7 commit 697e35e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions async/examples/dune
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,10 @@
(name test_client)
(modules test_client)
(preprocess (pps ppx_jane))
(enabled_if (< %{ocaml_version} 5.0.0))
(libraries async core core_unix.command_unix tls-async))

(executable
(name test_server)
(modules test_server)
(preprocess (pps ppx_jane))
(enabled_if (< %{ocaml_version} 5.0.0))
(libraries async core core_unix.command_unix tls-async))

0 comments on commit 697e35e

Please sign in to comment.