From 6ca65805bd675bfb7c0b15ac1ff756e852c08898 Mon Sep 17 00:00:00 2001 From: Craig Everett Date: Thu, 16 Mar 2023 16:11:17 +0900 Subject: [PATCH] Package for ZX/Zomp --- Emakefile | 1 + zomp.meta | 19 +++++++++++++++++++ 2 files changed, 20 insertions(+) create mode 100644 Emakefile create mode 100644 zomp.meta diff --git a/Emakefile b/Emakefile new file mode 100644 index 0000000..68c7b67 --- /dev/null +++ b/Emakefile @@ -0,0 +1 @@ +{"src/*", [debug_info, {i, "include/"}, {outdir, "ebin/"}]}. diff --git a/zomp.meta b/zomp.meta new file mode 100644 index 0000000..46fadff --- /dev/null +++ b/zomp.meta @@ -0,0 +1,19 @@ +{a_email,[]}. +{author,"Aeternity Authors"}. +{c_email,[]}. +{copyright,"Aeternity Authors"}. +{deps,[{"otpr","aeserialization",{0,1,0}}, + {"otpr","eblake2",{1,0,0}}, + {"otpr","getopt",{1,0,2}}]}. +{desc,"A library and stand alone assembler for aeternity bytecode. This version supports AEVM bytecode and FATE bytecode."}. +{file_exts,[]}. +{key_name,none}. +{license,skip}. +{modules,[]}. +{name,"AE Bytecode"}. +{package_id,{"otpr","aebytecode",{3,2,0}}}. +{prefix,none}. +{repo_url,"https://github.com/aeternity/aebytecode"}. +{tags,["aeternity","blockchain","fate","bytecode","crypto","ae"]}. +{type,lib}. +{ws_url,[]}.