blob: b981f5c3b26fb07c6926779b75e654d42e50e166 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
---
name: foo
namespace: bar
version: 0.2.3 # <-- that version is not valid, should be 1.0.0 or greater
authors:
- John
readme: ../README.md
description: "..."
dependencies:
other_namespace.collection1: ">=1.0.0"
other_namespace.collection2: ">=2.0.0,<3.0.0"
anderson55.my_collection: "*" # note: "*" selects the highest version available
license:
- Apache-2.0
tags: [networking, test_tag]
|