Skip to main content

Module cffi

Module cffi 

Source
Expand description

C-compatible FFI for the GAP apply engine.

Exposes gap_resolve_envelope for use via CGo (or any C caller). Returns heap-allocated JSON strings; caller must free with gap_free_string.

Functions§

gap_free_string
Free a string previously returned by gap_resolve_envelope.
gap_resolve_envelope
Resolve a GAP envelope against an optional base artifact.