Skip to content
This repository has been archived by the owner on Feb 28, 2019. It is now read-only.

Commit

Permalink
add expm package defintion
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremyjh committed Apr 30, 2013
1 parent d584999 commit 4d44f7f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions package.exs
@@ -0,0 +1,5 @@
Expm.Package.new(name: "nested", description: "functions for manipulating hierarchies of structures in Elixir",
version: "0.1.0", keywords: ["nested", "put_in", "assoc-in"],
maintainers: [[name: "Jeremy Huffman",
email: "jeremy@jeremyhuffman.com"]],
repositories: [[github: "jeremyjh/nested"]])

0 comments on commit 4d44f7f

Please sign in to comment.