forked from package-url/purl-spec
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Added pURL types for NIPKG (NI Package Format) and VIP (VIPM VI Pac…
…kage) for common LabVIEW package formats for [package-url#202 package-url#202]
- Loading branch information
1 parent
b33dda1
commit ae062d4
Showing
1 changed file
with
26 additions
and
0 deletions.
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 |
---|---|---|
|
@@ -428,7 +428,19 @@ mlflow | |
pkg:mlflow/creditfraud@3?repository_url=https://westus2.api.azureml.ms/mlflow/v1.0/subscriptions/a50f2011-fab8-4164-af23-c62881ef8c95/resourceGroups/TestResourceGroup/providers/Microsoft.MachineLearningServices/workspaces/TestWorkspace | ||
pkg:mlflow/trafficsigns@10?model_uuid=36233173b22f4c89b451f1228d700d49&run_id=410a3121-2709-4f88-98dd-dba0ef056b0a&repository_url=https://adb-5245952564735461.0.azuredatabricks.net/api/2.0/mlflow | ||
|
||
nipkg | ||
----- | ||
``nipkg`` for NI Package format packages: | ||
|
||
- The ``namespace`` is the maintainer from the package attributes (optional). | ||
- The ``name`` is the package name from from the package attributes. | ||
- The ``version`` is the full version from the package attributes - not the display version. | ||
- Examples:: | ||
|
||
pkg:nipkg/[email protected] | ||
pkg:nipkg/ni-visa-17.5-dotnet-runtime | ||
pkg:nipkg/National%20Instruments/[email protected]+f0 | ||
npm | ||
--- | ||
``npm`` for Node NPM packages: | ||
|
@@ -577,6 +589,20 @@ swift | |
|
||
pkg:swift/github.com/Alamofire/[email protected] | ||
pkg:swift/github.com/RxSwiftCommunity/[email protected] | ||
vip | ||
--- | ||
``vip`` for VI Package Manager (VIPM) format packages (LabVIEW): | ||
|
||
- The ``namespace`` is the company name from the package attributes (optional). | ||
- The ``name`` is the package name from from the package attributes with the -version removed. | ||
- The ``version`` is the version string from the package attributes. | ||
- The qualifier ``repository_name`` is the repository name from the package attributes (optional). | ||
- Examples:: | ||
|
||
pkg:vip/MGI/[email protected] | ||
pkg:vip/OpenG.org/[email protected] | ||
pkg:vip/JDP%20Science/[email protected]?repository_name=NI%20LabVIEW%20Tools%20Network | ||
|
||
Other candidate types to define: | ||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | ||
|