Skip to content
This repository has been archived by the owner on Aug 25, 2022. It is now read-only.

Commit

Permalink
mark dune as dependency (non-built-only)
Browse files Browse the repository at this point in the history
require dune <= 1.5.1 for testing
  • Loading branch information
hannesm committed Oct 14, 2019
1 parent b995bb4 commit 221a41a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion functoria-runtime.opam
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,12 @@ build: [

depends: [
"ocaml" {>= "4.03.0"}
"dune" {build}
"dune"
"cmdliner" {>= "0.9.8"}
"fmt"
"functoria" {with-test & >= "2.2.0"}
"alcotest" {with-test}
"dune" {with-test & <= "1.5.1"}
]

synopsis: "Runtime support library for functoria-generated code"
Expand Down
2 changes: 1 addition & 1 deletion functoria.opam
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ build: [

depends: [
"ocaml" {>= "4.03.0"}
"dune" {build}
"dune"
"base-unix"
"cmdliner" {>= "0.9.8"}
"rresult"
Expand Down

0 comments on commit 221a41a

Please sign in to comment.