librariesio/package-managers

Name: package-managers

Owner: Libraries.io

Description: :package: Metadata about every package manager that Libraries.io supports

Created: 2015-12-17 09:07:58.0

Updated: 2018-03-29 09:40:10.0

Pushed: 2018-03-29 09:40:08.0

Homepage: https://libraries.io/

Size: 32

Language: null

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

Package Managers

Metadata extracted from Libraries.io about many different package managers in a standard format.

String interpolation of commands and urls is done using mustache in an attempt at cross language compatibility.

All data is stored in JSON where the key for each package manager is the name of the repository in lower case.

Each attribute relates to the source of some information about a package that can be inferred from just the package manager, name of the package and optionally it's version.

See package-managers.json for the full data set.

Data format
ygems": {
nstall": "gem install {{name}} {{#version}}-v {{version}}{{/version}}",
ownload": "https://rubygems.org/downloads/{{name}}-{{version}}.gem",
rl": "https://rubygems.org/gems/{{name}}{{#version}}/versions/{{version}}{{/version}}",
ocumentation": "http://www.rubydoc.info/gems/{{name}}/{{version}}"

Valid Keys
install

The shell command to install a package, possibly to install a specific version of that package.

download

The url to a tarball/zip of the source code of that package, most likely to a specific version of that package.

documentation

The url to automatically generated documentation for that package, possibly to a specific version of that package.

url

The url for the page on the repository website for that package, possibly to a specific version of that package.

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/librariesio/package-managers. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the Contributor Covenant code of conduct.

License

The project is available as open source under the terms of the MIT License.


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.