Path to this page:
NOTICE: This package has been removed from pkgsrc./
wip/pijul,
Distributed version control system
Branch: CURRENT,
Version: beta,
Package name: pijul-1.0.0-beta,
Maintainer: nikitaPijul is a version control system based on patches, that can mimic the
behaviour and workflows of both Git and Darcs, but contrarily to those
systems, Pijul is based on a mathematically sound theory of patches.
Pijul was started out of frustration that no version control system
was at the same time fast and sound:
- Git has non-associative merges, which might lead to security problems.
Concretely, this means that the commits you merge might not be the same as
the ones you review and test.
- Handling of conflicts: Pijul has an explicit internal representation of
conflicts, a rock-solid theory of how they behave, and super-fast data
structures to handle them.
- Speed! The complexity of Pijul is low in all cases, whereas previous
attempts to build a mathematically sound distributed version control
system had huge worst-case complexities. The use of Rust
additionally yields a blazingly fast implementation.
Required to run:[
security/openssl] [
security/libsodium] [
lang/rust]
Required to build:[
pkgtools/cwrappers] [
lang/rust]
Master sites:
Version history: (Expand)
- (2022-12-14) Package deleted from pkgsrc
- (2022-01-21) Updated to version: pijul-1.0.0-beta
- (2021-09-06) Updated to version: pijul-1.0.0-alpha.54
- (2020-09-29) Package has been reborn
- (2020-09-29) Package deleted from pkgsrc
- (2020-01-02) Package has been reborn