-
Notifications
You must be signed in to change notification settings - Fork 161
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #288 from giterlizzi/patch-1
Add "cpan" Perl Packages type Signed-off-by: pombreda <[email protected]>
- Loading branch information
Showing
1 changed file
with
28 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -168,6 +168,34 @@ conda | |
|
||
pkg:conda/[email protected]?build=py36h06a4308_0&channel=main&subdir=linux-64&type=tar.bz2 | ||
|
||
cpan | ||
---- | ||
``cpan`` for CPAN Perl packages: | ||
|
||
- The default respository is ``https://www.cpan.org/``. | ||
- The ``namespace``: | ||
- To refer to a CPAN distribution name, the ``namespace`` MUST be present. In this case, the namespace is the CPAN id of the author/publisher. It MUST be written uppercase, followed by the distribution name in the ``name`` component. A distribution name may NEVER contain the string ``::``. | ||
- To refer to a CPAN module, the ``namespace`` MUST be absent. The module name MAY contain zero or more ``::`` strings, and the module name MUST NOT contain a ``-`` | ||
|
||
- The ``name`` is the module or distribution name and is case sensitive. | ||
- The ``version`` is the module or distribution version. | ||
- Optional qualifiers may include: | ||
|
||
- ``repository_url``: CPAN/MetaCPAN/BackPAN/DarkPAN repository base URL (default is ``https://www.cpan.org``) | ||
- ``download_url``: URL of package or distibution | ||
- ``vcs_url``: extra URL for a package version control system | ||
- ``ext``: file extension (default is ``tar.gz``) | ||
|
||
- Examples:: | ||
|
||
pkg:cpan/Perl::[email protected] | ||
pkg:cpan/DROLSKY/[email protected] | ||
pkg:cpan/[email protected] | ||
pkg:cpan/GDT/URI-PackageURL | ||
pkg:cpan/LWP::UserAgent | ||
pkg:cpan/OALDERS/[email protected] | ||
pkg:cpan/URI | ||
|
||
cran | ||
----- | ||
``cran`` for CRAN R packages: | ||
|
@@ -537,7 +565,6 @@ Other candidate types to define: | |
- ``chocolatey`` for Chocolatey packages | ||
- ``clojars`` for Clojure packages: | ||
- ``coreos`` for CoreOS packages: | ||
- ``cpan`` for CPAN Perl packages: | ||
- ``ctan`` for CTAN TeX packages: | ||
- ``crystal`` for Crystal Shards packages: | ||
- ``drupal`` for Drupal packages: | ||
|