Compare commits

...

3 Commits

Author SHA1 Message Date
zxq9 e6aa62eeae Correct version 2025-01-22 13:52:26 +09:00
zxq9 3f90502751 erl_base58 -> base58 everywhere 2025-01-22 13:51:31 +09:00
zxq9 b6c41ff2f8 Make git behave 2025-01-21 12:53:35 +09:00
3 changed files with 23 additions and 4 deletions
+15 -3
View File
@@ -1,3 +1,15 @@
ebin/
deps/
.eunit
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
+7
View File
@@ -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]}]}.
+1 -1
View File
@@ -4,7 +4,7 @@
{prefix,none}.
{author,"David Ellefsen"}.
{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,[]}.
{key_name,none}.
{a_email,[]}.