File tree Expand file tree Collapse file tree 1 file changed +28
-0
lines changed
packages/unison/unison.2.53.3 Expand file tree Collapse file tree 1 file changed +28
-0
lines changed Original file line number Diff line number Diff line change 1+ opam-version: "2.0"
2+ synopsis: "File-synchronization tool for Unix and Windows"
3+ description: """\
4+ Unison is a file-synchronization tool for Unix and Windows. It allows
5+ two replicas of a collection of files and directories to be stored on
6+ different hosts (or different disks on the same host), modified
7+ separately, and then brought up to date by propagating the changes in
8+ each replica to the other."""
9+ 10+ authors: ["Trevor Jim" "Benjamin C. Pierce" "Jérôme Vouillon"]
11+ license: "GPL-3.0-or-later"
12+ homepage: "https://www.cis.upenn.edu/~bcpierce/unison/"
13+ bug-reports: "https://github.com/bcpierce00/unison/issues"
14+ depends: [
15+ "ocaml" {>= "4.08"}
16+ "dune" {>= "2.3"}
17+ "lablgtk3" {>= "3.1.0"}
18+ ]
19+ build: ["dune" "build" "-p" name "-j" jobs]
20+ dev-repo: "git://github.com/bcpierce00/unison.git"
21+ url {
22+ src:
23+ "https://github.com/bcpierce00/unison/archive/refs/tags/v2.53.3.tar.gz"
24+ checksum: [
25+ "md5=0facb55da28038b202b84be5c8aa49b4"
26+ "sha512=f3fafd5e1a2950a00ed8bcc682036180ea40eff1ccfa1fc671cca49954890a535ee48faf1e8e62002563143e5479b9df1eca1db1caf03dffc50449fb467b8e2b"
27+ ]
28+ }
You can’t perform that action at this time.
0 commit comments