Current section
Files
Jump to
Current section
Files
mix.exs
Code.ensure_loaded?(Hex) and Hex.start
defmodule Calliope.Mixfile do
use Mix.Project
def project do
[ app: :calliope,
version: "0.3.0",
elixir: ">= 1.0.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