mirror of
https://github.com/logos-messaging/packages.git
synced 2026-05-20 20:09:51 +00:00
rename evmjit to evmc (#1274)
* rename evmjit to emvc * add alias for 'evmc' package
This commit is contained in:
parent
61e522b575
commit
8512401f68
@ -6318,7 +6318,11 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "evmjit",
|
"name": "evmjit",
|
||||||
"url": "https://github.com/status-im/nim-evmjit",
|
"alias": "evmc"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "evmc",
|
||||||
|
"url": "https://github.com/status-im/nim-evmc",
|
||||||
"method": "git",
|
"method": "git",
|
||||||
"tags": [
|
"tags": [
|
||||||
"library",
|
"library",
|
||||||
@ -6327,9 +6331,9 @@
|
|||||||
"jit",
|
"jit",
|
||||||
"wrapper"
|
"wrapper"
|
||||||
],
|
],
|
||||||
"description": "A wrapper for the The Ethereum EVM JIT library",
|
"description": "A wrapper for the The Ethereum EVMC library",
|
||||||
"license": "Apache License 2.0",
|
"license": "Apache License 2.0",
|
||||||
"web": "https://github.com/status-im/nim-evmjit"
|
"web": "https://github.com/status-im/nim-evmc"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "keccak_tiny",
|
"name": "keccak_tiny",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user