88
99( license GPL-3.0-or-later)
1010
11- ( maintainers " maintainers " )
11+ 1212
13- ( authors " Trevor Jim, Benjamin C. Pierce and J\195\169r\195\180me Vouillon" )
13+ ( authors " Trevor Jim" " Benjamin C. Pierce" " J\195\169r\195\180me Vouillon" )
1414
1515( source
1616 ( github bcpierce00/unison) )
2222( package
2323 (name unison)
2424 (synopsis " File-synchronization tool for Unix and Windows" )
25- ( description "
26- Text based userinterface for Unison.
25+ ( description " \
26+ Text based user interface for Unison.
2727
2828Unison is a file-synchronization tool for Unix and Windows.
2929It allows two replicas of a collection of files and directories
@@ -33,15 +33,15 @@ the changes in each replica to the other.
3333" )
3434 ( depends
3535 ( ocaml
36- ( >= 4 .03 ) )
36+ ( >= 4 .08 ) )
3737 ( dune
3838 ( >= 2 .3) ) ) )
3939
4040( package
4141 (name unison-gui)
4242 (synopsis " File-synchronization tool for Unix and Windows" )
43- ( description "
44- Graphical userinterface for Unison.
43+ ( description " \
44+ Graphical user interface for Unison.
4545
4646Unison is a file-synchronization tool for Unix and Windows.
4747It allows two replicas of a collection of files and directories
@@ -51,18 +51,17 @@ the changes in each replica to the other.
5151" )
5252 ( depends
5353 ( ocaml
54- ( >= 4 .03 ) )
54+ ( >= 4 .08 ) )
5555 ( dune
5656 ( >= 2 .3) )
57- ( lablgtk2
58- ( >= 2 .18.6) ) ) )
57+ lablgtk) )
5958
6059( package
6160 (name unison-fsmonitor)
6261 (synopsis " File-synchronization tool for Unix and Windows" )
63- ( description "
64- This helper application monitors file system changes on all given
65- (relative to root) paths.
62+ ( description " \
63+ This optional add-on for unison monitors file system changes
64+ on all given (relative to root) paths.
6665
6766Unison is a file-synchronization tool for Unix and Windows.
6867It allows two replicas of a collection of files and directories
@@ -72,6 +71,6 @@ the changes in each replica to the other.
7271" )
7372 ( depends
7473 ( ocaml
75- ( >= 4 .03 ) )
74+ ( >= 4 .08 ) )
7675 ( dune
7776 ( >= 2 .3) ) ) )
0 commit comments