Skip to content

Commit

Permalink
Improve opam file definitions
Browse files Browse the repository at this point in the history
  • Loading branch information
kit-ty-kate authored and Chris00 committed Sep 27, 2022
1 parent 2637096 commit a5acaad
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
3 changes: 2 additions & 1 deletion cairo2-gtk.opam
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ tags: ["Cairo" "stroke" "drawing" "tutorial"]
build: [
["dune" "subst"] {dev}
["dune" "build" "-p" name "-j" jobs]
["dune" "build" "@doc"] {with-doc}
["dune" "runtest" "-p" name "-j" jobs] {with-test}
["dune" "build" "@doc" "-p" name "-j" jobs] {with-doc}
]
depends: [
"ocaml" {>= "4.02"}
Expand Down
3 changes: 2 additions & 1 deletion cairo2-pango.opam
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ tags: ["Cairo" "stroke" "drawing" "tutorial"]
build: [
["dune" "subst"] {dev}
["dune" "build" "-p" name "-j" jobs]
["dune" "build" "@doc"] {with-doc}
["dune" "runtest" "-p" name "-j" jobs] {with-test}
["dune" "build" "@doc" "-p" name "-j" jobs] {with-doc}
]
depends: [
"ocaml" {>= "4.02"}
Expand Down
2 changes: 1 addition & 1 deletion cairo2.opam
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ build: [
["dune" "subst"] {dev}
["dune" "build" "-p" name "-j" jobs]
["dune" "runtest" "-p" name "-j" jobs] {with-test}
["dune" "build" "@doc"] {with-doc}
["dune" "build" "@doc" "-p" name "-j" jobs] {with-doc}
]
depends: [
"ocaml" {>= "4.03"}
Expand Down

0 comments on commit a5acaad

Please sign in to comment.