-
Notifications
You must be signed in to change notification settings - Fork 0
/
dune-project
31 lines (23 loc) · 930 Bytes
/
dune-project
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
(lang dune 3.15)
(name git-split)
(generate_opam_files true)
(source
(github Artamus/git-split))
(authors "Markus Loide <[email protected]>")
(maintainers "Markus Loide <[email protected]>")
(license Apache-2.0)
(package
(name git-split)
(synopsis "A tool to split a git commit into multiple")
(description
"When one commit becomes too large and needs to be split up, the general git workflow that involves resetting the commit and then using interactive staging to generate multiple commits from it can be quite cumbersome. In addition to that, the git interactive staging tool's UX can be quite bad, therefore this tools aims to provide this functionality in a nicer way.")
(depends
(ocaml
(>= 4.14))
dune
(angstrom
(>= 0.16.1))
notty
ppx_deriving
(alcotest :with-test)))
; See the complete stanza docs at https://dune.readthedocs.io/en/stable/dune-files.html#dune-project