|
Nix 2.34.6
Nix, the purely functional package manager: C API (experimental)
|
| libutil | C bindings for nix libutil |
| Handling errors | Dealing with errors from the Nix side |
| Nix configuration settings | |
| libexpr | Bindings to the Nix language evaluator |
| Initialization | |
| Value | Nix_value type and core operations for working with Nix values |
| Value Creation | Functions for allocating and initializing Nix values |
| Value Extraction | Functions for extracting data from Nix values |
| PrimOps and Builtins | |
| GC | Reference counting and garbage collector operations |
| Externals | Externals let Nix expressions work with foreign values that aren't part of the normal Nix value data model |
| libflake | Bindings to the Nix Flakes library |
| libstore | C bindings for nix libstore |