How to Install g-wrap in Ubuntu 18.04



Install g-wrap by entering the following commands in the terminal:

sudo apt update
sudo apt install g-wrap

Description:

scripting interface generator for C

G-Wrap is a tool (and Guile library) for generating function wrappers for inter-language calls. It currently only supports generating Guile wrappers for C functions. . G-Wrap takes a set of interface declarations (written in Scheme) and wraps the described interface for Guile.

Homepage: http://www.nongnu.org/g-wrap/

Version: 1.9.15-0.2

Section: universe/interpreters