this repo has no description
1opam-version: "2.0" 2synopsis: "File-synchronization tool for Unix and Windows" 3description: """\ 4Unison is a file-synchronization tool for Unix and Windows. It allows 5two replicas of a collection of files and directories to be stored on 6different hosts (or different disks on the same host), modified 7separately, and then brought up to date by propagating the changes in 8each replica to the other.""" 9maintainer: "juergen@hoetzel.info" 10authors: ["Trevor Jim" "Benjamin C. Pierce" "Jérôme Vouillon"] 11license: "GPL-3.0-or-later" 12homepage: "https://www.cis.upenn.edu/~bcpierce/unison/" 13bug-reports: "https://github.com/bcpierce00/unison/issues" 14depends: [ 15 "ocaml" {>= "4.03" & < "5.0.0"} 16 "dune" {>= "2.3"} 17 "lablgtk" {>= "2.18.6"} 18] 19build: ["dune" "build" "-p" name "-j" jobs] 20dev-repo: "git+https://github.com/bcpierce00/unison.git" 21url { 22 src: 23 "https://github.com/bcpierce00/unison/archive/refs/tags/v2.51.5.tar.gz" 24 checksum: [ 25 "md5=d2f69f6e99adc147661f47aad7e6bdb2" 26 "sha512=4a31df4d043d2b7552438f9fc2056098b9a35cd1cae1a037083cb56d91ec6fec0c3164de73914ff46cb8821f78c1594f48bf0334a94d9d706cd82ce3a6b70440" 27 ] 28}