aboutsummaryrefslogtreecommitdiff
path: root/stitch.opam.template
diff options
context:
space:
mode:
authorMarc Coquand <marc@mccd.space>2024-05-17 12:03:09 -0500
committerMarc Coquand <marc@mccd.space>2024-05-17 12:03:09 -0500
commit8dbf8014991bd7456dfa09b85f07c04086d70459 (patch)
tree6c9470e99e1713757d1487d18a16d04d4b981885 /stitch.opam.template
parentefe45feea10551feda95d647dccecd973cfe5320 (diff)
downloadstitch-8dbf8014991bd7456dfa09b85f07c04086d70459.tar.gz
stitch-8dbf8014991bd7456dfa09b85f07c04086d70459.tar.bz2
stitch-8dbf8014991bd7456dfa09b85f07c04086d70459.zip
stuff
Diffstat (limited to '')
-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"
+ ]
+]