Add metacall package (#2331)

Co-authored-by: Gabriel Huber <mail@gabrielhuber.at>
This commit is contained in:
Vicente Eduardo Ferrer Garcia 2022-08-24 23:46:03 +02:00 committed by Gabriel Huber
parent 23c6b2a8d4
commit 7f8faf4800

View File

@ -29186,5 +29186,34 @@
"description": "Basic power menu for Linux (with systemd)",
"license": "BSD-2-Clause",
"web": "https://codeberg.org/wreed/powernim"
},
{
"name": "metacall",
"url": "https://github.com/metacall/core?subdir=source/ports/nim_port",
"method": "git",
"tags": [
"ffi",
"interop",
"interoperability",
"bindings",
"wrapper",
"python",
"nodejs",
"ruby",
"csharp",
"rust",
"c",
"java",
"javascript",
"typescript",
"cobol",
"rpc",
"wasm",
"meta-object-protocol"
],
"description": "A library for interoperability between Nim and multiple programming languages",
"license": "Apache-2.0",
"web": "https://metacall.io",
"doc": "https://github.com/metacall/core/blob/develop/source/ports/nim_port/README.md"
}
]