-
Notifications
You must be signed in to change notification settings - Fork 235
/
unison.opam
27 lines (27 loc) · 927 Bytes
/
unison.opam
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
opam-version: "2.0"
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"
dev-repo: "git://github.com/bcpierce00/unison.git"
build: [make "NATIVE=%{ocaml:native}%" "-j" jobs]
install: [make "NATIVE=%{ocaml:native}%" "PREFIX=%{prefix}%" "install"]
depends: [
"ocaml" {>= "4.08"}
]
depopts: [
"lablgtk3" {>= "3.1.0"}
"ocamlfind"
]
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."""