darcs 2.10.2-1 source package in Ubuntu

Changelog

darcs (2.10.2-1) unstable; urgency=medium

  * New upstream release
  * Patch to allow vector 0.11 (Closes: 811066)

 -- Joachim Breitner <email address hidden>  Fri, 15 Jan 2016 14:56:01 +0100

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
Xenial release universe devel

Downloads

File Size SHA-256 Checksum
darcs_2.10.2-1.dsc 3.3 KiB 0f9c0c3a27e2ef1f04cf0e7105fdd0e74699ad831b5fcc80f93a3d3240cd8f41
darcs_2.10.2.orig.tar.gz 1.4 MiB 6337d3fac04711fa2ef5813558b409c59166c5599b0c9d68c418d21cdccfb327
darcs_2.10.2-1.debian.tar.xz 15.4 KiB 7445b9bca8cfd7231fc050c58cec75da43038b01146e4a4a5e76f11a20495779

Available diffs

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.