aboutsummaryrefslogtreecommitdiff
path: root/stitch.opam
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
parentefe45feea10551feda95d647dccecd973cfe5320 (diff)
downloadstitch-8dbf8014991bd7456dfa09b85f07c04086d70459.tar.gz
stitch-8dbf8014991bd7456dfa09b85f07c04086d70459.tar.bz2
stitch-8dbf8014991bd7456dfa09b85f07c04086d70459.zip
stuff
Diffstat (limited to 'stitch.opam')
-rw-r--r--stitch.opam7
1 files changed, 4 insertions, 3 deletions
diff --git a/stitch.opam b/stitch.opam
index 18a5bde..0bf5454 100644
--- a/stitch.opam
+++ b/stitch.opam
@@ -1,5 +1,6 @@
# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
+version: "efe45fe-dirty"
synopsis: "A Note Composer"
description:
"A minimal CLI tool that allows you to compose notes together. Useful as part of a bigger system for building a PKM."
@@ -18,7 +19,7 @@ depends: [
"odoc" {with-doc}
]
build: [
- ["dune" "subst"] {dev}
+ ["dune" "subst"] {release}
[
"dune"
"build"
@@ -27,7 +28,7 @@ build: [
"-j"
jobs
"@install"
- "@runtest" {with-test}
- "@doc" {with-doc}
+ "--profile"
+ "release"
]
]