Skip to content

Commit

Permalink
Merge pull request #86 from CraigFe/remove-dune-build-directive
Browse files Browse the repository at this point in the history
opam: remove the 'build' directive on dune dependency
  • Loading branch information
NathanReb authored Oct 23, 2019
2 parents 6f8ed3f + 58cbb55 commit 8a2a677
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion yojson.opam
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ build: [
run-test: [["dune" "runtest" "-p" name "-j" jobs]]
depends: [
"ocaml" {>= "4.02.3"}
"dune" {build}
"dune"
"cppo" {build}
"easy-format"
"biniou" {>= "1.2.0"}
Expand Down

0 comments on commit 8a2a677

Please sign in to comment.