unison-gui.opam (763B)
1 opam-version: "2.0" 2 maintainer: "unison-hackers@lists.seas.upenn.edu" 3 authors: [ 4 "Trevor Jim" 5 "Benjamin C. Pierce" 6 "Jérôme Vouillon" 7 ] 8 license: "GPL-3.0-or-later" 9 homepage: "https://www.cis.upenn.edu/~bcpierce/unison/" 10 bug-reports: "https://github.com/bcpierce00/unison/issues" 11 dev-repo: "git://github.com/bcpierce00/unison.git" 12 depends: [ 13 "unison" {= version} 14 "lablgtk3" 15 "ocamlfind" 16 ] 17 synopsis: "Pseudo-package for Unison GUI" 18 description: """ 19 Unison is a file-synchronization tool for Unix and Windows. It allows 20 two replicas of a collection of files and directories to be stored on 21 different hosts (or different disks on the same host), modified 22 separately, and then brought up to date by propagating the changes in 23 each replica to the other."""