this repo has no description

Merge pull request #23734 from kit-ty-kate/opam-publish-unison.2.53.3

Package unison.2.53.3

Changed files
+28
packages
unison
unison.2.53.3
+28
packages/unison/unison.2.53.3/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: "unison-hackers@lists.seas.upenn.edu"
+
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"}
+
"lablgtk3" {>= "3.1.0"}
+
]
+
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.53.3.tar.gz"
+
checksum: [
+
"md5=0facb55da28038b202b84be5c8aa49b4"
+
"sha512=f3fafd5e1a2950a00ed8bcc682036180ea40eff1ccfa1fc671cca49954890a535ee48faf1e8e62002563143e5479b9df1eca1db1caf03dffc50449fb467b8e2b"
+
]
+
}