stitch
Note taking for messy minimalists
git clone git://mccd.space/stitch| Log | Files | Refs | README | LICENSE | Mail |
stitch.opam (673B)
1 # This file is generated by dune, edit dune-project instead
2 opam-version: "2.0"
3 version: "efe45fe-dirty"
4 synopsis: "Note Composer"
5 description:
6 "A minimal CLI tool that allows you to compose notes together. Useful as part of a bigger system for building a PKM."
7 maintainer: ["Marc Coquand"]
8 authors: ["Marc Coquand"]
9 license: "EUPL-1.2"
10 tags: ["productivity" "minimal"]
11 doc: "https://url/to/documentation"
12 depends: [
13 "ocaml"
14 "dune" {>= "3.11"}
15 "cmdliner"
16 "notty"
17 "lambda-term"
18 "shexp"
19 "odoc" {with-doc}
20 ]
21 build: [
22 ["dune" "subst"] {release}
23 [
24 "dune"
25 "build"
26 "-p"
27 name
28 "-j"
29 jobs
30 "@install"
31 "--profile"
32 "release"
33 ]
34 ]