Browse Source

Document tweaks to the catalog JSON

default_compile_flags
vector-of-bool 4 years ago
parent
commit
6784110696
1 changed files with 4 additions and 1 deletions
  1. +4
    -1
      docs/guide/catalog.rst

+ 4
- 1
docs/guide/catalog.rst View File

// available for each package. // available for each package.
"0.4.2": { "0.4.2": {
// `depends` is an object of dependencies for this // `depends` is an object of dependencies for this
// particular version of the package.
// particular version of the package. (Optional)
"depends": { "depends": {
// A mapping of package names to version ranges // A mapping of package names to version ranges
"acme-widgets": "^1.4.1" "acme-widgets": "^1.4.1"
}, },
// `description` is an attribute to give a string to describe
// the package. (Optional)
"description": "A collection of useful gadgets.",
// Specify the Git remote information // Specify the Git remote information
"git": { "git": {
// `url` and `ref` are required. // `url` and `ref` are required.

Loading…
Cancel
Save