Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add documentation for VSM. #155

Open
wants to merge 10 commits into
base: master
Choose a base branch
from
Open
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
57 changes: 40 additions & 17 deletions PURL-TYPES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,19 @@ bitbucket

pkg:bitbucket/birkenfeld/pygments-main@244fd47e07d1014f0aed9c

cargo
jkowalleck marked this conversation as resolved.
Show resolved Hide resolved
-----
``cargo`` for Rust:

- The default repository is ``https://crates.io/``
- The ``name`` is the repository name.
- The ``version`` is the package version.
- Examples::

pkg:cargo/[email protected]
pkg:cargo/[email protected]
pkg:cargo/[email protected]

cocoapods
gfs marked this conversation as resolved.
Show resolved Hide resolved
---------
``cocoapods`` for Cocoapods:
Expand All @@ -51,20 +64,7 @@ cocoapods
pkg:cocoapods/[email protected]
pkg:cocoapods/[email protected]#Twitter
pkg:cocoapods/[email protected]#NSData+zlib

cargo
-----
``cargo`` for Rust:

- The default repository is ``https://crates.io/``
- The ``name`` is the repository name.
- The ``version`` is the package version.
- Examples::

pkg:cargo/[email protected]
pkg:cargo/[email protected]
pkg:cargo/[email protected]


composer
--------
``composer`` for Composer PHP packages:
Expand Down Expand Up @@ -106,8 +106,21 @@ conda

pkg:conda/[email protected]?build=py36h06a4308_0&channel=main&subdir=linux-64&type=tar.bz2

cpan
jkowalleck marked this conversation as resolved.
Show resolved Hide resolved
----
``cpan`` for CPAN Perl packages:

- The default respository is ``https://www.cpan.org/``.
- To search CPAN it is recommended to use ``https://metacpan.org``.
- The ``name`` is the package name and is case sensitive.
- The ``version`` is the package version.

- Examples::
pkg:cpan/[email protected]
pkg:cpan/[email protected]

cran
-----
----
``cran`` for CRAN R packages:

- The default repository is ``https://cran.r-project.org``
Expand Down Expand Up @@ -375,6 +388,18 @@ swift
pkg:swift/github.com/Alamofire/[email protected]
pkg:swift/github.com/RxSwiftCommunity/[email protected]

vsm
jkowalleck marked this conversation as resolved.
Show resolved Hide resolved
---
``vsm`` for Visual Studio Marketplace packages:

- The default repository is: https://marketplace.visualstudio.com
- The ``namespace`` is the organization and is case-sensitive.
- The ``name`` is the package name and is case-sensitive.
- The ``version`` is the package version.
- Examples::

pkg:vsm/ms-vscode/[email protected]

Other candidate types to define:
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Expand All @@ -390,9 +415,7 @@ Other candidate types to define:
- ``chef`` for Chef packages:
- ``chocolatey`` for Chocolatey packages
- ``clojars`` for Clojure packages:
- ``cocoapods`` for Cocoapods iOS packages:
jkowalleck marked this conversation as resolved.
Show resolved Hide resolved
- ``coreos`` for CoreOS packages:
- ``cpan`` for CPAN Perl packages:
- ``ctan`` for CTAN TeX packages:
- ``crystal`` for Crystal Shards packages:
- ``drupal`` for Drupal packages:
Expand Down