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.08" & < "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.52.0.tar.gz"
24 checksum: [
25 "md5=895418bd80ef15570da669b4a0900eee"
26 "sha512=24cfb43b40a05f85164c43e8744216142db4cd74d9d09ba7178f25f794b0dcce252597fa1eb49a4133e63d891c8d23fd7472669cf9f52777bc6aa86b0a50e6f5"
27 ]
28}