Skip to main content

PURL Type Definition: conda

  • Type Name: Conda
  • Description: conda is for Conda packages
  • Schema ID: https://packageurl.org/types/conda-definition.json

PURL Syntax

The structure of a PURL for this package type is:

pkg:conda/<name>@<version>?<qualifiers>#<subpath>

Repository Information

Namespace definition

  • Requirement: Prohibited
  • Note: there is no namspace

Name definition

  • Requirement: Required
  • Native Label: name
  • Note: The name is the package name.

Version definition

  • Requirement: Optional
  • Native Label: version
  • Note: The version is the package version.

Qualifiers Definition

KeyRequirementNative nameDefault ValueDescription
buildOptionalthe build string.
channelOptionalthe package stored location.
subdirOptionalthe associated platform.
typeOptionalpackage type.

Examples

  • pkg:conda/absl-py@0.4.1?build=py36h06a4308_0&channel=main&subdir=linux-64&type=tar.bz2