Raptorial: Difference between revisions
From SprezzOSWiki
No edit summary |
No edit summary |
||
(9 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
A modern rewriting of APT focusing on parallelism, speed, "Ports-like" source builds, and microarchitectural-specific distribution. | [[File:Rapt.jpg|right]] | ||
A modern rewriting of [[APT]] focusing on parallelism, speed, "Ports-like" source builds, and microarchitectural-specific distribution. It was introduced during [[SprezzOS 2]] development. | |||
* Source is available at https://github.com/dankamongmen/raptorial. | |||
* Download release tarballs from https://sourceforge.net/projects/raptorial/. | |||
==Current components== | |||
* '''raptorial-file(1)''': An apt-file(1) clone | |||
* '''rapt-show-versions(1)''': An apt-show-versions(1) clone | |||
* '''rapt-parsechangelog(1)''': A dpkg-parsechangelog(1) clone | |||
==Transcluded Project Documentation== | |||
===README=== | |||
<include src="https://raw.github.com/dankamongmen/raptorial/master/README.md" /> | |||
==See Also== | |||
* [[APT]] | |||
[[CATEGORY: Native Development]] |
Latest revision as of 20:00, 4 December 2020
A modern rewriting of APT focusing on parallelism, speed, "Ports-like" source builds, and microarchitectural-specific distribution. It was introduced during SprezzOS 2 development.
- Source is available at https://github.com/dankamongmen/raptorial.
- Download release tarballs from https://sourceforge.net/projects/raptorial/.
Current components
- raptorial-file(1): An apt-file(1) clone
- rapt-show-versions(1): An apt-show-versions(1) clone
- rapt-parsechangelog(1): A dpkg-parsechangelog(1) clone
Transcluded Project Documentation
README
<include src="https://raw.github.com/dankamongmen/raptorial/master/README.md" />