mirror of
https://github.com/c-cube/sidekick.git
synced 2026-01-26 03:16:41 -05:00
chore: fix opam file
This commit is contained in:
parent
407a7e83f7
commit
c4a4edde3a
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@ author: ["Simon Cruanes" "Guillaume Bury"]
|
|||
maintainer: ["guillaume.bury@gmail.com" "simon.cruanes.2007@m4x.org"]
|
||||
build: [
|
||||
["dune" "build" "@install" "-p" name "-j" jobs]
|
||||
["dune" "runtest" "-p" name "-j" jobs]
|
||||
["dune" "runtest" "-p" name "-j" jobs] {with-test}
|
||||
]
|
||||
depends: [
|
||||
"ocaml" { >= "4.03" }
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue