Skip to content

Commit

Permalink
Fixes suggested by @avsm.
Browse files Browse the repository at this point in the history
  • Loading branch information
favonia committed Jun 9, 2020
1 parent cc3556e commit 2bb7f89
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions yuujinchou.opam
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ homepage: "https://github.com/favonia/yuujinchou"
bug-reports: "https://github.com/favonia/yuujinchou/issues"
dev-repo: "git+https://github.com/favonia/yuujinchou.git"
depends: [
"dune" {build}
"dune"
"ocaml" {>= "4.08.0"}
"ppx_deriving" {>= "4.5" & < "4.6"}
]
build: [
["dune" "build" "-p" name "-j" jobs]
["dune" "runtest"]
["dune" "runtest"] {with-test}
]

0 comments on commit 2bb7f89

Please sign in to comment.