mirror of
https://github.com/schoebel/mars
synced 2024-12-22 22:53:41 +00:00
21 lines
713 B
Plaintext
21 lines
713 B
Plaintext
Source: mars
|
|
Section: misc
|
|
Priority: optional
|
|
Maintainer: Gabriel Francisco <frc.gabriel@gmail.com>
|
|
Build-Depends: debhelper (>= 11), dkms
|
|
Standards-Version: 4.1.3
|
|
Homepage: http://schoebel.github.io/mars/
|
|
#Vcs-Browser: https://salsa.debian.org/debian/sample
|
|
#Vcs-Git: https://salsa.debian.org/debian/sample.git
|
|
|
|
Package: mars-dkms
|
|
Architecture: any
|
|
Depends: ${shlibs:Depends}, ${misc:Depends}
|
|
Description: mars kernel module.
|
|
MARS Light is a block-level storage replication solution implemented
|
|
in the form of a Linux kernel module.
|
|
.
|
|
It's almost a drop-in replacement for DRBD but it works
|
|
asynchronously and over arbitrary distances using a technology
|
|
similar to transaction logging of database systems.
|