···11+opam-version: "2.0"
22+maintainer: "unison-hackers@lists.seas.upenn.edu"
33+authors: [
44+ "Trevor Jim"
55+ "Benjamin C. Pierce"
66+ "Jérôme Vouillon"
77+]
88+license: "GPL-3.0-or-later"
99+homepage: "https://www.cis.upenn.edu/~bcpierce/unison/"
1010+bug-reports: "https://github.com/bcpierce00/unison/issues"
1111+dev-repo: "git://github.com/bcpierce00/unison.git"
1212+depends: [
1313+ "unison" {= version}
1414+ "lablgtk3"
1515+ "ocamlfind"
1616+]
1717+synopsis: "Pseudo-package for Unison GUI"
1818+description: """
1919+Unison is a file-synchronization tool for Unix and Windows. It allows
2020+two replicas of a collection of files and directories to be stored on
2121+different hosts (or different disks on the same host), modified
2222+separately, and then brought up to date by propagating the changes in
2323+each replica to the other."""
2424+url {
2525+ src:
2626+ "https://github.com/bcpierce00/unison/archive/refs/tags/v2.53.7.tar.gz"
2727+ checksum: [
2828+ "md5=e49a78c1e159d4d2315fb5264c83ed59"
2929+ "sha512=11bd1d2792fb84fa2b29426516d7b91a2295febcb84052118d492a29d9ddaa23265b66cc88113019ec6782f3edcf596f7a37c8637e673b2928188248b9d63d60"
3030+ ]
3131+}
+35
packages/unison/unison.2.53.7/opam
···11+opam-version: "2.0"
22+maintainer: "unison-hackers@lists.seas.upenn.edu"
33+authors: [
44+ "Trevor Jim"
55+ "Benjamin C. Pierce"
66+ "Jérôme Vouillon"
77+]
88+license: "GPL-3.0-or-later"
99+homepage: "https://www.cis.upenn.edu/~bcpierce/unison/"
1010+bug-reports: "https://github.com/bcpierce00/unison/issues"
1111+dev-repo: "git://github.com/bcpierce00/unison.git"
1212+build: [make "NATIVE=%{ocaml:native}%" "-j" jobs]
1313+install: [make "NATIVE=%{ocaml:native}%" "PREFIX=%{prefix}%" "install"]
1414+depends: [
1515+ "ocaml" {>= "4.08"}
1616+]
1717+depopts: [
1818+ "lablgtk3" {>= "3.1.0"}
1919+ "ocamlfind"
2020+]
2121+synopsis: "File-synchronization tool for Unix and Windows"
2222+description: """
2323+Unison is a file-synchronization tool for Unix and Windows. It allows
2424+two replicas of a collection of files and directories to be stored on
2525+different hosts (or different disks on the same host), modified
2626+separately, and then brought up to date by propagating the changes in
2727+each replica to the other."""
2828+url {
2929+ src:
3030+ "https://github.com/bcpierce00/unison/archive/refs/tags/v2.53.7.tar.gz"
3131+ checksum: [
3232+ "md5=e49a78c1e159d4d2315fb5264c83ed59"
3333+ "sha512=11bd1d2792fb84fa2b29426516d7b91a2295febcb84052118d492a29d9ddaa23265b66cc88113019ec6782f3edcf596f7a37c8637e673b2928188248b9d63d60"
3434+ ]
3535+}