pkgx/docs
GitHub
  • Highlights
  • pkgx
    • Installing pkgx
    • Getting Started
    • Scripting
  • The pkgx Ecosystem
    • pkgm
    • dev
    • mash
    • pkgo
  • Appendix
    • FAQ
    • Deeper Dives
      • How pkgx Works: A Conceptual Overview
      • Using pkgx with a C/C++ Pipeline
    • Packaging
      • Contributing Packages
      • API
  • Linktree
    • GitHub
    • Discord
    • 𝕏
Powered by GitBook
On this page
  • The Pantry
  • libpkgx
Edit on GitHub
  1. Appendix
  2. Packaging

API

Last updated 1 month ago

Visit for an HTTP index.

  • sources (mirror)

    • dist.pkgx.dev/<PKG>/versions.txt

    • dist.pkgx.dev/<PKG>/v<VERSION>.tar.gz

    • dist.pkgx.dev/<PKG>/v<VERSION>.sha256sum

  • bottles

    • dist.pkgx.dev/<PKG>/<PLATFORM>/<ARCH>/versions.txt

    • dist.pkgx.dev/<PKG>/<PLATFORM>/<ARCH>/v<VERSION>.tar.gz

    • dist.pkgx.dev/<PKG>/<PLATFORM>/<ARCH>/v<VERSION>.tar.xz

    • dist.pkgx.dev/<PKG>/<PLATFORM>/<ARCH>/v<VERSION>.asc

    • dist.pkgx.dev/<PKG>/<PLATFORM>/<ARCH>/v<VERSION>.sha256sum

versions.txt files are newline separated, sorted lists of available versions for each type of distributable.

dist.pkgx.dev/<PKG>/versions.txt and the bottleversions.txt may not be the same. Always check the more specificversions.txt.

The Pantry

The is our API for pkg metadata.

libpkgx

Install and run pkgx packages from your apps.

dist.pkgx.dev
pantry
Rust
TypeScript