terminal user interface to jujutsu. Focused on speed and clarity
9
fork

Configure Feed

Select the types of activity you want to include in your feed.

at master 49 lines 781 B view raw
1(lang dune 3.12) 2 3(name jj_tui) 4 5(generate_opam_files true) 6 7(source 8 (github username/reponame)) 9 10(authors "Author Name") 11 12(maintainers "Maintainer Name") 13 14(license LICENSE) 15 16(documentation https://url/to/documentation) 17 18(pin 19 (url "git+https://github.com/faldor20/ppx_record_updater.git") 20 (package 21 (name ppx_record_updater))) 22 23(package 24 (name jj_tui) 25 (synopsis "A short synopsis") 26 (description "A longer description") 27 (depends 28 lwd 29 lwd_picos 30 ocaml 31 dune 32 stdio 33 nottui 34 base 35 angstrom 36 ppx_expect 37 ppx_jane 38 (picos_std 39 (= 0.5.0)) 40 (picos_io 41 (= 0.5.0)) 42 ;;for notty 43 uutf 44 yojson 45 ppx_record_updater) 46 (tags 47 (topics "to describe" your project))) 48 49; See the complete stanza docs at https://dune.readthedocs.io/en/stable/dune-files.html#dune-project