rattler_lock 0.28.0

Rust data types for conda lock files
Documentation
---
source: crates/rattler_lock/src/lib.rs
expression: conda_lock
snapshot_kind: text
---
version: 7
platforms:
  - name: linux-64
environments:
  default:
    channels:
      - url: "https://conda.anaconda.org/conda-forge/"
    packages:
      linux-64:
        - conda_source: "my-package[4b90aff4] @ my-package-linux"
        - conda_source: "my-package[9578c8f3] @ my-package-win"
packages:
  - conda_source: "my-package[4b90aff4] @ my-package-linux"
    version: 1.0.0
    subdir: noarch
    noarch: generic
    variants:
      python: "3.11"
      target_platform: linux-64
    depends:
      - python >=3.8
    license: MIT
  - conda_source: "my-package[9578c8f3] @ my-package-win"
    version: 1.0.0
    subdir: noarch
    noarch: generic
    variants:
      python: "3.11"
      target_platform: win-64
    depends:
      - python >=3.8
    license: MIT