stitch
Note taking for messy minimalists
git clone git://mccd.space/stitch| Log | Files | Refs | README | LICENSE | Mail |
dune-project (584B)
1 (lang dune 3.11)
2
3 (name stitch)
4 (version efe45fe-dirty)
5
6 (generate_opam_files true)
7
8
9 (authors "Marc Coquand")
10
11 (maintainers "Marc Coquand")
12
13 (license EUPL-1.2)
14
15 (documentation https://url/to/documentation)
16
17 (package
18 (name stitch)
19 (synopsis "Note Composer")
20 (description "A minimal CLI tool that allows you to compose notes together. Useful as part of a bigger system for building a PKM.")
21 (depends ocaml dune cmdliner notty lambda-term shexp)
22 (tags
23 (productivity minimal)))
24
25 ; See the complete stanza docs at https://dune.readthedocs.io/en/stable/dune-files.html#dune-project