paclet 0.0.1

A Package Manager
Documentation
  • Coverage
  • 0%
    0 out of 1 items documented0 out of 0 items with examples
  • Size
  • Source code size: 1.82 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 962 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 9s Average build duration of successful builds.
  • all releases: 9s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Homepage
  • Documentation
  • Repository
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • jayeshbadwaik

paclet : A Prototype Source-Only Package Manager

The objective of this package manager is to prepare ground for a more comprehensive package manager. This package manager implementations implements the source-only subset of the paket protocol. This means that the package manager can build individual ports from source and install the resultant packages. The dependency management and the binary management protocol are supposed to be implemented in the Duren package manager.