This is the official package registry for the Pain programming language.
index/- Hierarchical index for fast package lookuppackages/- Package metadata files (TOML format)
Use the painpkg publish command from your package directory:
cd your-package
painpkg publishThis will:
- Create package metadata in
packages/{name}/{version}.toml - Update the index in
index/... - Create a branch and push changes
- Provide a link to create a PR
painpkg add package-name
painpkg installpainpkg search querySee docs/REGISTRY.md in the main Pain repository for detailed documentation.
To add a package to the registry:
- Use
painpkg publishfrom your package directory - Create a Pull Request with the generated changes
- Wait for review and merge
MIT License - see LICENSE file for details.