stitch
Note taking for messy minimalists
git clone git://mccd.space/stitch| Log | Files | Refs | README | LICENSE | Mail |
stitch.opam.template (152B)
1 build: [
2 ["dune" "subst"] {release}
3 [
4 "dune"
5 "build"
6 "-p"
7 name
8 "-j"
9 jobs
10 "@install"
11 "--profile"
12 "release"
13 ]
14 ]