aboutsummaryrefslogtreecommitdiff
path: root/stitch.opam.template
blob: 0244e4f0f17afc08d493499898d41bc22805ce9b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
build: [
  ["dune" "subst"] {release}
  [
    "dune"
    "build"
    "-p"
    name
    "-j"
    jobs
    "@install"
    "--profile"
    "release"
  ]
]