Created
August 15, 2018 17:02
-
-
Save davidkellis/954ba0cfd58e706c44e087595a8cfa3c to your computer and use it in GitHub Desktop.
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
name: "confefe" | |
version: "1.2.0" | |
tags: | |
- "foo" | |
- "bar" | |
- "baz" | |
authors: ["Bill", "Bob"] | |
dependencies: [ # dependencies captured in a nested array | |
["stdlib", "~> 1.2"], | |
["unicode", "~> 9.0"] | |
] | |
dependencies: # dependencies captured in a nested array | |
- | |
- "stdlib" | |
- "~> 1.2.0" | |
- | |
- "unicode" | |
- "~> 9.0" | |
dependencies: # dependencies captured in a map | |
stdlib: "~> 1.2" | |
unicode: "~> 9.0" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment