meta-unison 2.53+1 source package in Ubuntu

Changelog

meta-unison (2.53+1) unstable; urgency=medium

  * Point to unison-2.53 binaries
  * Bump Standards-Version to 4.6.2

 -- Stéphane Glondu <email address hidden>  Sat, 02 Sep 2023 12:33:12 +0200

Upload details

Uploaded by:
Debian OCaml Maintainers
Uploaded to:
Sid
Original maintainer:
Debian OCaml Maintainers
Architectures:
all
Section:
metapackages
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe metapackages
Noble release universe metapackages
Mantic release universe metapackages

Builds

Mantic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
meta-unison_2.53+1.dsc 1.4 KiB 79a0cf2a0cd20d83999888946b2c71aa9276bb5202b5b991bbe230bd198052bc
meta-unison_2.53+1.tar.xz 2.2 KiB 42468c47b59689d357f07b568a0c933a55d6a26d561b8b2262ebc5fff90aab8f

Available diffs

No changes file available.

Binary packages built by this source

unison: file-synchronization tool for Unix and Windows

 Unison is a file-synchronization tool for Unix and Windows, written
 in OCaml. 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.
 .
 Unison offers several advantages over various synchronization methods
 such as CVS, Coda, rsync, Intellisync, etc. Unison can run on and
 synchronize between Windows and many UNIX platforms. Unison requires
 no root privileges, system access or kernel changes to function. Unison
 can synchronize changes to files and directories in both directions,
 on the same machine, or across a network using ssh or a direct
 socket connection.
 .
 Transfers are optimised using a version of the rsync protocol,
 making it ideal for slower links. Unison has a clear and precise
 specification, and is resilient to failure due to its careful
 handling of the replicas and its private structures.

unison-gtk: file-synchronization tool for Unix and Windows with GTK+ interface

 Unison is a file-synchronization tool for Unix and Windows, written
 in OCaml. 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.
 .
 Unison offers several advantages over various synchronization methods
 such as CVS, Coda, rsync, Intellisync, etc. Unison can run on and
 synchronize between Windows and many UNIX platforms. Unison requires
 no root privileges, system access or kernel changes to function. Unison
 can synchronize changes to files and directories in both directions,
 on the same machine, or across a network using ssh or a direct
 socket connection.
 .
 Transfers are optimised using a version of the rsync protocol,
 making it ideal for slower links. Unison has a clear and precise
 specification, and is resilient to failure due to its careful
 handling of the replicas and its private structures.
 .
 This package adds the optional GTK+ interface.