darcs 2.16.5-1 source package in Ubuntu

Changelog

darcs (2.16.5-1) unstable; urgency=medium

  * New upstream release
  * Declare compliance with Debian policy 4.6.1

 -- Ilias Tsitsimpis <email address hidden>  Fri, 20 Jan 2023 17:21:36 +0200

Upload details

Uploaded by:
Debian Haskell Group
Uploaded to:
Sid
Original maintainer:
Debian Haskell Group
Architectures:
any
Section:
vcs
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Mantic release universe devel
Lunar release universe devel

Downloads

File Size SHA-256 Checksum
darcs_2.16.5-1.dsc 3.7 KiB c6f835564db328cddd1b49a6feafa16a3560897306f0076be363957c07aa7b49
darcs_2.16.5.orig.tar.gz 1.2 MiB d63c6cd236e31e812e8ad84433d27059387606269fbd953f4c349c3cb3aa242b
darcs_2.16.5-1.debian.tar.xz 14.5 KiB e8c1cd063473e95fafea1b55f3fb45e7127851af6407b56441641626cea53f26

No changes file available.

Binary packages built by this source

darcs: distributed, interactive, smart revision control system

 Darcs is a free, open source revision control system. It is:
 .
  * Distributed: Every user has access to the full command set,
    removing boundaries between server and client or committer and
    non-committers.
  * Interactive: Darcs is easy to learn and efficient to use because
    it asks you questions in response to simple commands, giving you
    choices in your work flow. You can choose to record one change in
    a file, while ignoring another. As you update from upstream, you
    can review each patch name, even the full "diff" for interesting
    patches.
  * Smart: Originally developed by physicist David Roundy, darcs is
    based on a unique algebra of patches. This smartness lets you
    respond to changing demands in ways that would otherwise not be
    possible.