Compare commits
3 Commits
89efd84d5e
..
master
| Author | SHA1 | Date | |
|---|---|---|---|
| e6aa62eeae | |||
| 3f90502751 | |||
| b6c41ff2f8 |
+15
-3
@@ -1,3 +1,15 @@
|
|||||||
ebin/
|
.eunit
|
||||||
deps/
|
deps
|
||||||
|
*.o
|
||||||
|
*.beam
|
||||||
|
*.plt
|
||||||
|
*.swp
|
||||||
|
erl_crash.dump
|
||||||
|
ebin/*.beam
|
||||||
|
doc/*.html
|
||||||
|
doc/*.css
|
||||||
|
doc/edoc-info
|
||||||
|
doc/erlang.png
|
||||||
|
rel/example_project
|
||||||
|
.concrete/DEV_MODE
|
||||||
|
.rebar
|
||||||
|
|||||||
@@ -0,0 +1,7 @@
|
|||||||
|
{application,base58,
|
||||||
|
[{description,"A simple implementation of a Base58 encoder and decoder for Integers and Binaries."},
|
||||||
|
{registered,[]},
|
||||||
|
{included_applications,[]},
|
||||||
|
{applications,[stdlib,kernel]},
|
||||||
|
{vsn,"0.1.1"},
|
||||||
|
{modules,[base58]}]}.
|
||||||
@@ -4,7 +4,7 @@
|
|||||||
{prefix,none}.
|
{prefix,none}.
|
||||||
{author,"David Ellefsen"}.
|
{author,"David Ellefsen"}.
|
||||||
{desc,"A simple implementation of a Base58 encoder and decoder for Integers and Binaries."}.
|
{desc,"A simple implementation of a Base58 encoder and decoder for Integers and Binaries."}.
|
||||||
{package_id,{"otpr","erl_base58",{0,1,1}}}.
|
{package_id,{"otpr","base58",{0,1,1}}}.
|
||||||
{deps,[]}.
|
{deps,[]}.
|
||||||
{key_name,none}.
|
{key_name,none}.
|
||||||
{a_email,[]}.
|
{a_email,[]}.
|
||||||
|
|||||||
Reference in New Issue
Block a user