|
Nix 2.34.6
Nix, the purely functional package manager: C API (experimental)
|
Bindings to the Nix language evaluator. More...
Topics | |
| 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. | |
Bindings to the Nix language evaluator.
See Embedding the Nix Evaluator for an example.