Skip to content

codebycruz/lpm-registry

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

lpm-registry

This repository contains the registry for lpm. It simply contains JSON files describing each package with URLs to external sources to gather git repositories.

It takes the vcpkg/cargo route of being a simple registry/index stored on your machine. No pre-built executables or library source code will be distributed here.

Contributing

Currently, the registry is going to be a manual process of creation of JSON files.

In the future, this will be streamlined with lpm publish which should create the file for you and open a link for you to PR it. Or even better, API usage would be available to automate this process.

Example

{
	"name": "hood",
	"description": "Cross-platform rendering in pure LuaJIT.",
	"authors": ["David Cruz <codebycruz@gmail.com>"],
	"git": "https://github.com/codebycruz/hood",
	"branch": "master",
	"versions": {
		"0.1.0": "5d4bb28703d8f1c17a0e241810145194a51042f0"
	}
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors