Date: Fri, 06 May 2022 15:21:12 +0000 From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 263819] [NEW PORT] devel/fungw: function gateway Message-ID: <bug-263819-7788@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D263819 Bug ID: 263819 Summary: [NEW PORT] devel/fungw: function gateway Product: Ports & Packages Version: Latest Hardware: Any URL: http://repo.hu/projects/fungw/ OS: Any Status: New Keywords: feature Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: ports-bugs@FreeBSD.org Reporter: fuz@fuz.su Attachment #233771 maintainer-approval+ Flags: Created attachment 233771 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D233771&action= =3Dedit [NEW PORT] devel/fungw: function gateway Fungw is a tiny, portable library written in C (C89) that manages dynamic function calls across different programming languages. For this, fungw provides: - a simplistic scalar data type abstraction, supporting the most common ty= pes - semi-automatic conversion between data types - contexts that can host objects; objects can host named functions - a set of optional language bindings to the most popular scripting langua= ges The main use of fungw is to provide the host application a framework where dynamic parts of the code (e.g. plugins) can register their calls, allowing app-plugin, plugin-app, and plugin-plugin calls. The second main use is doing all this in a language-agnostic way: any part of the code can be implemented in any of the numerous supported scripting languages (such as awk or lua). The caller of a function doesn't need to know what language the function is implemented in. The main property of fungw is simplicity. The only API between objects is the plain old function call mechanism. WWW: http://repo.hu/projects/fungw/ (this port is a prerequisite for the ringdove EDA suite) --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-263819-7788>