Merge Web application.

This commit is contained in:
2024-08-04 20:45:13 -05:00
139 changed files with 18071 additions and 0 deletions

7
lib/uuid.app Normal file
View File

@ -0,0 +1,7 @@
{application, uuid,
[{description, "Erlang UUID"},
{vsn, "0.4.4"},
{modules, [uuid]},
{registered, []},
{applications, [stdlib, crypto]},
{env, []}]}.

BIN
lib/uuid.beam Normal file

Binary file not shown.