Skip to content

Commit

Permalink
Initial specification
Browse files Browse the repository at this point in the history
  • Loading branch information
yrashk committed Feb 3, 2011
1 parent e43f6dd commit ac7d31d
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions agner.config
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
{name, "[Package Name]"}.
{authors, ["[Author Name] <[Author Email]>"]}.
{description, "[Package Synopsis]"}.
{homepage, "[Package Homepage]"}.
{name, "gen_fsm2"}.
{description, "Extended version of gen_fsm"}.
{homepage, "https://github.com/yrashk/gen_fsm2"}.
{rebar_compatible, true}.
{license, "[Package License]", "[Optional Package License File]"}.
{url, {git, "[Package Git URL]", [Package Git Ref]}}. % Ref is either "[sha1]", or {tag, "[tag name]"} or {brach, "[BranchName]"}
{applications, []}.
% url also accepts {hg, "[Package Hg URL]", "[Package Hg Rev]"}
{license, "Erlang Public License 1.1"}.
{url, {git, "https://github.com/yrashk/gen_fsm2.git", {branch, "master"}}}.
{applications, [gen_fsm2]}.

0 comments on commit ac7d31d

Please sign in to comment.