Current section

Files

Jump to
calliope mix.exs
Raw

mix.exs

Code.ensure_loaded?(Hex) and Hex.start
defmodule Calliope.Mixfile do
use Mix.Project
def project do
[ app: :calliope,
version: "0.2.4",
elixir: ">= 0.14.0",
deps: [],
package: [
files: ["lib", "mix.exs", "README*", "LICENSE*"],
contributors: ["Johnny Winn"],
licenses: ["Apache 2.0"],
links: [ github: "https://github.com/nurugger07/calliope" ]
],
description: """
An Elixir library for parsing haml templates.
"""
]
end
end