this repo has no description
1opam-version: "2.0" 2maintainer: "juergen@hoetzel.info" 3authors: [ 4 "Jürgen Hötzel <juergen@hoetzel.info>" 5 "Louis Gesbert <louis.gesbert@ocamlpro.com>" 6] 7homepage: "https://www.cis.upenn.edu/~bcpierce/unison/" 8bug-reports: "mailto:unison-users@yahoogroups.com " 9dev-repo: "git+https://github.com/bcpierce00/unison.git" 10depends: [ "ocaml" {< "4.10"} ] 11depopts: [ "lablgtk" ] 12patches: ["ocaml48.patch"] 13install: [make "install" "OCAMLLIBDIR=%{lib}%" "HOME=%{prefix}%"] 14synopsis: "File-synchronization tool for Unix and Windows" 15description: """ 16Unison is a file-synchronization tool for Unix and Windows. It allows 17two replicas of a collection of files and directories to be stored on 18different hosts (or different disks on the same host), modified 19separately, and then brought up to date by propagating the changes in 20each replica to the other.""" 21url { 22 src: "https://github.com/bcpierce00/unison/archive/v2.48.15v4.tar.gz" 23 checksum: [ 24 "sha256=f8c7e982634bbe1ed6510fe5b36b6c5c55c06caefddafdd9edc08812305fdeec" 25 "md5=7b9e3905fa06d0b7621c705ceb92f432" 26 ] 27} 28extra-source "unison.install" { 29 src: 30 "https://raw.githubusercontent.com/ocaml/opam-source-archives/main/patches/unison/unison.install.2.48.15v4" 31 checksum: [ 32 "sha256=35515fa8629d41e65f205f683edd2eaa9df604220427369def9da55397c4725c" 33 "md5=728111a6bced5914b04a18fc919cffb0" 34 ] 35} 36extra-source "ocaml48.patch" { 37 src: 38 "https://raw.githubusercontent.com/ocaml/opam-source-archives/main/patches/unison/ocaml48.patch.2.48.15v4" 39 checksum: [ 40 "sha256=5af6c4e77557eaa40a10bda041c40b027f3483b631cf29a88738dde06a0dc0b5" 41 "md5=0dc1b33d29694f13985000c2b25e9676" 42 ] 43}