Skip to content

Commit

Permalink
opam: fix build instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
Khady committed Dec 29, 2024
1 parent 63fc51c commit 4b2c61c
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions modern-ocaml.opam
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,17 @@ depends: [
]
build: [
["dune" "subst"] {pinned}
["dune" "build" "-p" name "-j" jobs]
["dune" "runtest" "-p" name "-j" jobs] {with-test}
["dune" "build" "-p" name "-j" jobs] {with-doc}
[
"dune"
"build"
"-p"
name
"-j"
jobs
"@install"
"@runtest" {with-test}
"@doc" {with-doc}
]
]
name: "modern-ocaml"
synopsis: "Template for a modern ocaml project"
Expand Down

0 comments on commit 4b2c61c

Please sign in to comment.