aboutsummaryrefslogtreecommitdiff
path: root/stitch.opam.template
diff options
context:
space:
mode:
Diffstat (limited to 'stitch.opam.template')
-rw-r--r--stitch.opam.template14
1 files changed, 14 insertions, 0 deletions
diff --git a/stitch.opam.template b/stitch.opam.template
new file mode 100644
index 0000000..0244e4f
--- /dev/null
+++ b/stitch.opam.template
@@ -0,0 +1,14 @@
+build: [
+ ["dune" "subst"] {release}
+ [
+ "dune"
+ "build"
+ "-p"
+ name
+ "-j"
+ jobs
+ "@install"
+ "--profile"
+ "release"
+ ]
+]