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