Skip to content

Commit

Permalink
Hex description added
Browse files Browse the repository at this point in the history
  • Loading branch information
alfert committed Feb 8, 2015
1 parent 1edeba7 commit 6e01764
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ defmodule Reaxive.Mixfile do
elixir: "~> 1.0.0",
package: package,
name: "Reaxive - a Reactive Extension inspired library for Elixir",
description: description,
source_url: "https://github.com/alfert/reaxive",
homepage_url: "https://github.com/alfert/reaxive",
docs: [readme: true],
Expand Down Expand Up @@ -36,6 +37,16 @@ defmodule Reaxive.Mixfile do
]
end

# Hex Package description
defp description do
"""
Reaxive is a library inspired by Reactive Extensions and ELM to provide
functional reactive programming to Elixir. It allows for active sequences
of events and a set of stream-reducer like transformations such as map or
filter.
"""
end

# Hex Package definition
defp package do
[contributors: ["Klaus Alfert"],
Expand Down

0 comments on commit 6e01764

Please sign in to comment.