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+https://github.com/bcpierce00/unison.git" 12build: [make "NATIVE=%{ocaml:native}%" "-j" jobs] 13install: [make "NATIVE=%{ocaml:native}%" "PREFIX=%{prefix}%" "install"] 14depends: [ 15 "ocaml" {>= "4.08"} 16] 17depopts: [ 18 "lablgtk3" {>= "3.1.0"} 19 "ocamlfind" 20] 21synopsis: "File-synchronization tool for Unix and Windows" 22description: """ 23Unison is a file-synchronization tool for Unix and Windows. It allows 24two replicas of a collection of files and directories to be stored on 25different hosts (or different disks on the same host), modified 26separately, and then brought up to date by propagating the changes in 27each replica to the other.""" 28url { 29 src: 30 "https://github.com/bcpierce00/unison/archive/refs/tags/v2.53.4.tar.gz" 31 checksum: [ 32 "md5=87962a9aef0caf940049d1e587f63368" 33 "sha512=91077955aabbd919e6d6df04a704878238d745ac3693e0e41b8a37a922db4ebfceb204378ab1283303ef5ad9d80445bc8caeafad36f67b8df8c30d8b4e0c6947" 34 ] 35}