Skip to content

Commit

Permalink
update opam
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Nevers committed Jun 14, 2019
1 parent cd89449 commit da11fd3
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions bitlib.opam
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,12 @@ bug-reports: "https://github.com/chrisnevers/bitlib/issues"
dev-repo: "git://github.com/chrisnevers/bitlib.git"
synopsis: "A library for writing binary files"
build: [
["jbuilder" "build" "-p" name "-j" jobs]
["jbuilder" "runtest" "-p" name "-j" jobs] {with-test}
["dune" "subst"] {pinned}
["dune" "build" "-p" name "-j" jobs]
["dune" "runtest"] {with-test}
]

depends: [
"dune" {build}
"alcotest" {test}
"alcotest" {with-test}
]

0 comments on commit da11fd3

Please sign in to comment.