f5dd7665f6
* service changes * better postinst * better postinst * fix: curio: Update pgx imports, fix db_storage alloc * feat: curioweb: Improve task_history indexes (#11911) * ready to test deb making * deb files build * it works * fullname * last bit of cleanup * doc update * future plans * lint * code comments --------- Co-authored-by: Łukasz Magiera <magik6k@gmail.com> Co-authored-by: Łukasz Magiera <magik6k@users.noreply.github.com>
20 lines
841 B
Plaintext
20 lines
841 B
Plaintext
Source: curio
|
|
Section: Network
|
|
Priority: optional
|
|
Maintainer: Andrew Jackson <support@curiostorage.org>
|
|
Build-Depends: debhelper-compat (= 13)
|
|
Standards-Version: 4.6.0
|
|
Homepage: github.com/filecoin-project/lotus
|
|
Rules-Requires-Root: no
|
|
Package: $PACKAGE
|
|
Version: $VERSION
|
|
Architecture: amd64
|
|
Depends: hwloc, mesa-opencl-icd
|
|
Description: A Filecoin Storage Provider implementation.
|
|
This Filecoin Storage Provider implementation is a fork of the Lotus project.
|
|
It improves upon the previous by solving more complete problem sets including
|
|
avoiding single points of failure, improving performance, and providing a
|
|
more robust and scalable solution.
|
|
It needs to be run in conjunction with the Filecoin network daemon and requires
|
|
setup of a Miner-ID and a Wallet-ID. See documentation on the website for more
|
|
information: curiostorage.org |