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