Skip to content

Instantly share code, notes, and snippets.

@davidkellis
Created August 15, 2018 17:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save davidkellis/954ba0cfd58e706c44e087595a8cfa3c to your computer and use it in GitHub Desktop.
Save davidkellis/954ba0cfd58e706c44e087595a8cfa3c to your computer and use it in GitHub Desktop.
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