An open API service providing package, version and dependency metadata of many open source software ecosystems and registries.

darcs

Darcs is a free, open source revision control system. It is: Distributed: Darcs was one of the first revision control systems in which 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, picking and choosing which patches are appropriate. Smart: Darcs is different from most revision control systems in that it is based on the notion of change (or patch), rather than version. An underlying algebra of patches determines whether changes can be re-ordered. The laws of this algebra guarantee that the result of merging depends only on the final set of patches applied in a repository and not on their order. Simple: As a consequence, Darcs offers a conceptually simpler view of the state of a repository: it is given by the set of patches it contains. Pulling and pushing patches merely transfers them from one set to another. So called "cherry-picking" is the default mode of operation, and it fully preserves the identity of patches.

Ecosystem
hackage.haskell.org
Latest Release
2.18.5
about 1 year ago
Versions
47
Downloads
55,990 total
Dependent Packages
1
Dependent Repos
15
Links
Registry hackage.haskell.org
Homepage Homepage
JSON API View JSON
CodeMeta codemeta.json
Package Details
PURL pkg:hackage/darcs
spec
License GPL-2.0-or-later
First Release over 17 years ago
Last Synced 4 days ago
Rankings on hackage.haskell.org
Downloads Top 2.6%