this repo has no description

Merge pull request #20913 from kit-ty-kate/opam-publish-unison.2.52.0

Package unison.2.52.0

Changed files
+28
packages
unison
unison.2.52.0
+28
packages/unison/unison.2.52.0/opam
···
+
opam-version: "2.0"
+
synopsis: "File-synchronization tool for Unix and Windows"
+
description: """\
+
Unison is a file-synchronization tool for Unix and Windows. It allows
+
two replicas of a collection of files and directories to be stored on
+
different hosts (or different disks on the same host), modified
+
separately, and then brought up to date by propagating the changes in
+
each replica to the other."""
+
maintainer: "juergen@hoetzel.info"
+
authors: ["Trevor Jim" "Benjamin C. Pierce" "Jérôme Vouillon"]
+
license: "GPL-3.0-or-later"
+
homepage: "https://www.cis.upenn.edu/~bcpierce/unison/"
+
bug-reports: "https://github.com/bcpierce00/unison/issues"
+
depends: [
+
"ocaml" {>= "4.08"}
+
"dune" {>= "2.3"}
+
"lablgtk" {>= "2.18.6"}
+
]
+
build: ["dune" "build" "-p" name "-j" jobs]
+
dev-repo: "git://github.com/bcpierce00/unison.git"
+
url {
+
src:
+
"https://github.com/bcpierce00/unison/archive/refs/tags/v2.52.0.tar.gz"
+
checksum: [
+
"md5=895418bd80ef15570da669b4a0900eee"
+
"sha512=24cfb43b40a05f85164c43e8744216142db4cd74d9d09ba7178f25f794b0dcce252597fa1eb49a4133e63d891c8d23fd7472669cf9f52777bc6aa86b0a50e6f5"
+
]
+
}