Skip to content

Commit

Permalink
Make dune subst only available in dev
Browse files Browse the repository at this point in the history
  • Loading branch information
xvw committed Aug 5, 2021
1 parent 40aa303 commit d58ecce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
## dev (Unreleased)

## v0.1.0 (August 2021)

- First release (`v0.1.0`) by [**@d-plaindoux**](https://github.com/d-plaindoux), [**@gr-im**](https://github.com/gr-im), [**@xhtmlboi**](https://github.com/xhtmlboi) and [**@xvw**](https://github.com/xvw)
Expand Down
4 changes: 2 additions & 2 deletions preface.opam
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@ dev-repo: "git+https://github.com/xvw/preface.git"
bug-reports: "https://github.com/xvw/preface/issues"

build: [
[ "dune" "subst" ]
[ "dune" "subst" ] {dev}
[ "dune" "build" "-p" name "-j" jobs ]
[ "dune" "runtest" "-p" name ] {with-test}
[ "dune" "build" "@doc" "-p" name ] {with-doc}
]

depends: [
"ocaml" { >= "4.08.0" }
"dune" { >= "2.7.1" }
"dune" { >= "2.8.0" }
"either"
"alcotest" {with-test}
"qcheck-core" {with-test}
Expand Down

0 comments on commit d58ecce

Please sign in to comment.